about summary refs log tree commit diff stats
path: root/settings.c
Commit message (Expand)AuthorAgeFilesLines
* Add a setting to disable the tabs feature (same as -t flag)Josh Rickmar2012-08-241-1/+10
* Add an unbind keybinding action, and document in the manpage.Josh Rickmar2012-08-231-5/+13
* Add a new setting, gnutls_priority_string.Josh Rickmar2012-08-021-1/+34
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-6/+2
* Distinguish between toplevel domains and FQDNs in whitelist code.Josh Rickmar2012-08-011-2/+1
* Don't run the (struct setting).ismodified function in the as on of theJosh Rickmar2012-08-011-1/+4
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-172/+1140
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-0/+35
* Enable DNT by default in whitelist mode.Josh Rickmar2012-07-251-0/+3
* Implement a do_not_track feature to set the Do Not Track HTTP header.Josh Rickmar2012-07-251-0/+20
* Make all the statusbar elements GtkLabel widgets instead of GtkEntryJosh Rickmar2012-07-131-3/+3
* Always create the items in the toolbar, even if they aren't going toJosh Rickmar2012-07-131-4/+12
* Instead of erroring out when unable to set special settings, add aJosh Rickmar2012-07-111-1/+2
* Add a show_scrollbars option to disable showing of scrollbars. EnableJosh Rickmar2012-07-111-0/+26
* Remove xterm_workaround as this has been fixed upstream, and make yJosh Rickmar2012-07-111-20/+0
* Alphabetize try #2Josh Rickmar2012-07-031-22/+20
* Alphabetize settings so :set has a sensible order.Josh Rickmar2012-07-021-13/+11
* Add two new settings, allow_insecure_content andJosh Rickmar2012-07-021-0/+64
* Iterate through each tab when enabling/disabling fancy_bar.Josh Rickmar2012-06-281-14/+14
* Replace manual file:// insertions and removals with theJosh Rickmar2012-06-281-6/+8
* Change user_agent to rotate on a connection per tab (instead ofJosh Rickmar2012-06-191-9/+48
* add statusbar_styleMichal Mazurek2012-06-161-0/+61
* Add an 'p' option to statusbar_elems to show if the http_proxy isJosh Rickmar2012-06-151-1/+11
* Make the fancy_bar setting dynamic by showing or hiding the gtkJosh Rickmar2012-06-151-1/+34
* Add a userstyle setting to change the default stylesheet that is usedJosh Rickmar2012-06-151-2/+45
* Implement a warn_cert_changes setting to warn users when the remoteJosh Rickmar2012-06-071-0/+16
* Some tweaks to xombrero's proxy support.vext012012-06-071-0/+2
* Set default char * setting pointers to NULL and g_strdup the defaultJosh Rickmar2012-06-071-20/+35
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-5/+8
* Fix keybound promptsJosh Rickmar2012-06-011-4/+4
* Make all runtime settings unsettable by using the ':set setting ='Josh Rickmar2012-06-011-219/+383
* Add a cmd_alias feature to set an alias for a :command, and documentJosh Rickmar2012-06-011-0/+66
* Add a custom_uri setting to check if a URI should be handled by anJosh Rickmar2012-06-011-1/+67
* Modify some example code from thib for better tilde expansion and useJosh Rickmar2012-06-011-23/+4
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-4/+4
* Parse keybound commands for if they begin with a ':'. If they do,Josh Rickmar2012-06-011-4/+4
* Add my copyright to the files I've added code toJosh Rickmar2012-05-301-0/+1
* Prevent a double freeJosh Rickmar2012-05-211-1/+3
* rename xxxterm to xomreroMarco Peereboom2012-05-171-2/+2
* Add a setting to read additional config files from any other configJosh Rickmar2012-05-161-3/+16
* Add a setting to show download notifications via show_oops (default 0)Josh Rickmar2012-05-161-0/+16
* Remove encoding as a runtime setting for nowJosh Rickmar2012-05-151-2/+10
* Make enable_js_autorun a runtime setting. Missed this one before asJosh Rickmar2012-05-151-1/+15
* Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...Josh Rickmar2012-05-111-2/+2
* Make most of the rest of the settings dynamic.Josh Rickmar2012-05-111-46/+577
* Make show_url a runtime settingJosh Rickmar2012-05-071-1/+17
* Make show_tabs a runtime setting and replace atoi() calls withJosh Rickmar2012-05-071-8/+53
* Revert "Reorganize global default settings so the comments make sense. No"Josh Rickmar2012-05-071-62/+59
* enable_autoscroll is an action, not a setting. The old code wasJosh Rickmar2012-05-071-9/+0
* Why are these spaces? Fix with tabsJosh Rickmar2012-05-071-9/+9