index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xombrero.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix icon apearing when http_proxy is set
Marco Peereboom
2012-11-28
1
-3
/
+3
*
add tor icon toggle for proxy
Marco Peereboom
2012-11-28
1
-4
/
+18
*
Add a button to the toolbar to toggle the proxy
Josh Rickmar
2012-11-28
1
-0
/
+29
*
Initialize cookie whitelist. Fixes FS388.
Josh Rickmar
2012-10-30
1
-0
/
+1
*
Fix for FS387
Josh Rickmar
2012-10-28
1
-8
/
+18
*
Fix for FS273
Josh Rickmar
2012-10-28
1
-22
/
+28
*
Make all new tabs open in new windows in tabless mode
Josh Rickmar
2012-08-29
1
-1
/
+13
*
Implement header changes as requested by jy-p
Josh Rickmar
2012-10-10
1
-57
/
+57
*
Add regex support to whitelists
Josh Rickmar
2012-09-18
1
-35
/
+28
*
Make custom URI handling work again
Josh Rickmar
2012-08-31
1
-7
/
+7
*
Stop crash with old libsoups, kill warning with never ones
Josh Rickmar
2012-08-31
1
-0
/
+2
*
Fix back/forward handling with about pages.
Josh Rickmar
2012-08-29
1
-2
/
+4
*
Fix issues with marco's back/forward list hack
Josh Rickmar
2012-08-28
1
-17
/
+37
*
Backout the recent back/forward list changes
Josh Rickmar
2012-08-28
1
-19
/
+127
*
Fix cert checking thread to make sure t is always still valid
Josh Rickmar
2012-08-24
1
-8
/
+4
*
Specify action for the policy when returning TRUE from npd cb
Josh Rickmar
2012-08-24
1
-2
/
+7
*
Fix the build when using some older glib and gtk versions
Josh Rickmar
2012-08-24
1
-0
/
+2
*
Make the arrow menu work again
Josh Rickmar
2012-08-23
1
-5
/
+5
*
Marco wants new tabs only when middle-clicking (or ctrl-click)
Josh Rickmar
2012-08-23
1
-8
/
+2
*
Fix the logic for following links and opening new tabs.
Josh Rickmar
2012-08-23
1
-3
/
+7
*
Only allow loading of whitelisted valid uri types
Josh Rickmar
2012-08-23
1
-0
/
+6
*
Remove some deprecated signals
Josh Rickmar
2012-08-22
1
-14
/
+12
*
Redo the back/forward list hack
Josh Rickmar
2012-08-21
1
-127
/
+19
*
Remove duplicate code
Josh Rickmar
2012-08-06
1
-11
/
+3
*
Add a favedit command and remove rm links from :fav
Josh Rickmar
2012-08-06
1
-2
/
+3
*
ref/unref t->active before it is set or unset
Josh Rickmar
2012-08-20
1
-0
/
+2
*
Make middle click to paste work in t->cmd
Josh Rickmar
2012-08-17
1
-5
/
+8
*
Destroy the session key when done with it.
Josh Rickmar
2012-08-16
1
-5
/
+18
*
Give each tab its own session key for xtp links.
Josh Rickmar
2012-08-16
1
-7
/
+9
*
Add more info and features to about:secviolation
Josh Rickmar
2012-08-15
1
-0
/
+62
*
Undo the backout of all the inputfocus changes.
Josh Rickmar
2012-08-14
1
-9
/
+27
*
Send a fake focus-in event to fix the focus.
Josh Rickmar
2012-08-09
1
-13
/
+79
*
Backout commits
Josh Rickmar
2012-08-09
1
-26
/
+13
*
Unref t->completion when deleting a tab to destroy the completion
Josh Rickmar
2012-08-07
1
-0
/
+2
*
Destroy a hidden arrow menu instead of simply unreferencing it. This
Josh Rickmar
2012-08-07
1
-6
/
+10
*
Only hide when switching switching tabs
Josh Rickmar
2012-08-06
1
-4
/
+6
*
Attach t->cmd to the hide signal to focus t->wv
Josh Rickmar
2012-08-06
1
-7
/
+12
*
Prevent expanding tabs when using the P keybinding.
Josh Rickmar
2012-08-02
1
-0
/
+6
*
Add a :https command
Josh Rickmar
2012-08-01
1
-0
/
+13
*
Backout all changes I've made to inputfocus.c.
Josh Rickmar
2012-08-02
1
-27
/
+9
*
Implement an about:runtime page and :runtime command to view and
Josh Rickmar
2012-07-31
1
-8
/
+59
*
More focus improvements. Disable the can-focus property for a lot of
Josh Rickmar
2012-07-27
1
-9
/
+15
*
Add a force_https setting (using the same domain syntax as the
Josh Rickmar
2012-07-31
1
-7
/
+37
*
vasprintf -> g_strdup_vprintf
Josh Rickmar
2012-07-26
1
-2
/
+2
*
two more free() -> g_free(); ok jrick
Todd T. Fries
2012-07-26
1
-3
/
+2
*
Remove malloc calls
Josh Rickmar
2012-07-26
1
-7
/
+5
*
Implement a do_not_track feature to set the Do Not Track HTTP header.
Josh Rickmar
2012-07-25
1
-0
/
+3
*
Fix marco's last commit so the donothing binary doesn't show warnings
Josh Rickmar
2012-07-24
1
-1
/
+5
*
make warnx a show_oops
Marco Peereboom
2012-07-24
1
-1
/
+1
*
Make this compile again with XT_DEBUG defined. Tsk tsk me
Josh Rickmar
2012-07-24
1
-6
/
+6
[next]