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
/
settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add local ipv6 unicast addresses to proxy_exclude list.
David Hill
2013-06-07
1
-1
/
+1
*
Fix loads of memory issues
Josh Rickmar
2013-06-06
1
-11
/
+18
*
libsoup proxy-resolver support
David Hill
2013-06-05
1
-10
/
+36
*
cache is disabled by default
David Hill
2013-05-14
1
-1
/
+1
*
add new configuration option 'enable_cache'
David Hill
2013-05-14
1
-0
/
+34
*
gtk_widget_modify_font is deprecated. Use gtk_widget_override_font if using ...
David Hill
2013-05-13
1
-8
/
+8
*
add urlmod plus and min
Marco Peereboom
2013-01-02
1
-0
/
+2
*
plug memleak if SOUP_URI_VALID_FOR_HTTP fails.
David Hill
2013-04-20
1
-1
/
+5
*
add tor icon toggle for proxy
Marco Peereboom
2012-11-28
1
-2
/
+5
*
Add a button to the toolbar to toggle the proxy
Josh Rickmar
2012-11-28
1
-1
/
+5
*
Kill whitespace in aliases. Fixes FS240.
Josh Rickmar
2012-10-30
1
-0
/
+4
*
Implement header changes as requested by jy-p
Josh Rickmar
2012-10-10
1
-6
/
+14
*
Add regex support to whitelists
Josh Rickmar
2012-09-18
1
-13
/
+17
*
Fix back/forward handling with about pages.
Josh Rickmar
2012-08-29
1
-2
/
+2
*
Add a setting to disable the tabs feature (same as -t flag)
Josh Rickmar
2012-08-24
1
-1
/
+10
*
Add an unbind keybinding action, and document in the manpage.
Josh Rickmar
2012-08-23
1
-5
/
+13
*
Add a new setting, gnutls_priority_string.
Josh Rickmar
2012-08-02
1
-1
/
+34
*
Give each tab its own session key for xtp links.
Josh Rickmar
2012-08-16
1
-6
/
+2
*
Distinguish between toplevel domains and FQDNs in whitelist code.
Josh Rickmar
2012-08-01
1
-2
/
+1
*
Don't run the (struct setting).ismodified function in the as on of the
Josh Rickmar
2012-08-01
1
-1
/
+4
*
Implement an about:runtime page and :runtime command to view and
Josh Rickmar
2012-07-31
1
-172
/
+1140
*
Add a force_https setting (using the same domain syntax as the
Josh Rickmar
2012-07-31
1
-0
/
+35
*
Enable DNT by default in whitelist mode.
Josh Rickmar
2012-07-25
1
-0
/
+3
*
Implement a do_not_track feature to set the Do Not Track HTTP header.
Josh Rickmar
2012-07-25
1
-0
/
+20
*
Make all the statusbar elements GtkLabel widgets instead of GtkEntry
Josh Rickmar
2012-07-13
1
-3
/
+3
*
Always create the items in the toolbar, even if they aren't going to
Josh Rickmar
2012-07-13
1
-4
/
+12
*
Instead of erroring out when unable to set special settings, add a
Josh Rickmar
2012-07-11
1
-1
/
+2
*
Add a show_scrollbars option to disable showing of scrollbars. Enable
Josh Rickmar
2012-07-11
1
-0
/
+26
*
Remove xterm_workaround as this has been fixed upstream, and make y
Josh Rickmar
2012-07-11
1
-20
/
+0
*
Alphabetize try #2
Josh Rickmar
2012-07-03
1
-22
/
+20
*
Alphabetize settings so :set has a sensible order.
Josh Rickmar
2012-07-02
1
-13
/
+11
*
Add two new settings, allow_insecure_content and
Josh Rickmar
2012-07-02
1
-0
/
+64
*
Iterate through each tab when enabling/disabling fancy_bar.
Josh Rickmar
2012-06-28
1
-14
/
+14
*
Replace manual file:// insertions and removals with the
Josh Rickmar
2012-06-28
1
-6
/
+8
*
Change user_agent to rotate on a connection per tab (instead of
Josh Rickmar
2012-06-19
1
-9
/
+48
*
add statusbar_style
Michal Mazurek
2012-06-16
1
-0
/
+61
*
Add an 'p' option to statusbar_elems to show if the http_proxy is
Josh Rickmar
2012-06-15
1
-1
/
+11
*
Make the fancy_bar setting dynamic by showing or hiding the gtk
Josh Rickmar
2012-06-15
1
-1
/
+34
*
Add a userstyle setting to change the default stylesheet that is used
Josh Rickmar
2012-06-15
1
-2
/
+45
*
Implement a warn_cert_changes setting to warn users when the remote
Josh Rickmar
2012-06-07
1
-0
/
+16
*
Some tweaks to xombrero's proxy support.
vext01
2012-06-07
1
-0
/
+2
*
Set default char * setting pointers to NULL and g_strdup the default
Josh Rickmar
2012-06-07
1
-20
/
+35
*
This fixes a bunch of things that probably should have gone in my last
Josh Rickmar
2012-06-06
1
-5
/
+8
*
Fix keybound prompts
Josh Rickmar
2012-06-01
1
-4
/
+4
*
Make all runtime settings unsettable by using the ':set setting ='
Josh Rickmar
2012-06-01
1
-219
/
+383
*
Add a cmd_alias feature to set an alias for a :command, and document
Josh Rickmar
2012-06-01
1
-0
/
+66
*
Add a custom_uri setting to check if a URI should be handled by an
Josh Rickmar
2012-06-01
1
-1
/
+67
*
Modify some example code from thib for better tilde expansion and use
Josh Rickmar
2012-06-01
1
-23
/
+4
*
Fix the behavior of show_url and fancy_bar so they actually act like
Josh Rickmar
2012-06-01
1
-4
/
+4
*
Parse keybound commands for if they begin with a ':'. If they do,
Josh Rickmar
2012-06-01
1
-4
/
+4
[next]