about summary refs log tree commit diff stats
path: root/settings.c
Commit message (Expand)AuthorAgeFilesLines
* added "open search in new tab" (using C-Enter on search) perader2014-05-021-0/+1
* Fix several more issues with float/double settings.Josh Rickmar2013-09-101-12/+13
* Strip whitespace for config inputsJosh Rickmar2013-07-111-0/+1
* Fix types and bounds checking on config inputs.Josh Rickmar2013-07-081-4/+11
* support :favadd [title]David Hill2013-06-131-1/+2
* add myself to copyrightDavid Hill2013-06-121-0/+1
* Fix runtime set so it actually sets somethingJosh Rickmar2013-06-101-0/+5
* use a define for js_auto_open_windows settingDavid Hill2013-06-091-3/+3
* make js_auto_open_windows a runtime settingDavid Hill2013-06-091-1/+27
* add a new config option js_auto_open_windows = 0|1, default being 1.David Hill2013-06-081-1/+2
* remove a debugging printf that snuck inDavid Hill2013-06-081-1/+0
* constifyDavid Hill2013-06-071-1/+1
* make sure an invalid proxy cannot be used.David Hill2013-06-071-26/+42
* add local ipv6 unicast addresses to proxy_exclude list.David Hill2013-06-071-1/+1
* Fix loads of memory issuesJosh Rickmar2013-06-061-11/+18
* libsoup proxy-resolver supportDavid Hill2013-06-051-10/+36
* cache is disabled by defaultDavid Hill2013-05-141-1/+1
* add new configuration option 'enable_cache'David Hill2013-05-141-0/+34
* gtk_widget_modify_font is deprecated. Use gtk_widget_override_font if using ...David Hill2013-05-131-8/+8
* add urlmod plus and minMarco Peereboom2013-01-021-0/+2
* plug memleak if SOUP_URI_VALID_FOR_HTTP fails.David Hill2013-04-201-1/+5
* add tor icon toggle for proxyMarco Peereboom2012-11-281-2/+5
* Add a button to the toolbar to toggle the proxyJosh Rickmar2012-11-281-1/+5
* Kill whitespace in aliases. Fixes FS240.Josh Rickmar2012-10-301-0/+4
* Implement header changes as requested by jy-pJosh Rickmar2012-10-101-6/+14
* Add regex support to whitelistsJosh Rickmar2012-09-181-13/+17
* Fix back/forward handling with about pages.Josh Rickmar2012-08-291-2/+2
* 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