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 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
*
Add my copyright to the files I've added code to
Josh Rickmar
2012-05-30
1
-0
/
+1
*
Prevent a double free
Josh Rickmar
2012-05-21
1
-1
/
+3
*
rename xxxterm to xomrero
Marco Peereboom
2012-05-17
1
-2
/
+2
*
Add a setting to read additional config files from any other config
Josh Rickmar
2012-05-16
1
-3
/
+16
*
Add a setting to show download notifications via show_oops (default 0)
Josh Rickmar
2012-05-16
1
-0
/
+16
*
Remove encoding as a runtime setting for now
Josh Rickmar
2012-05-15
1
-2
/
+10
*
Make enable_js_autorun a runtime setting. Missed this one before as
Josh Rickmar
2012-05-15
1
-1
/
+15
*
Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...
Josh Rickmar
2012-05-11
1
-2
/
+2
[next]