about summary refs log tree commit diff stats
path: root/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | strtonum() when called on user input.
* Revert "Reorganize global default settings so the comments make sense. No"Josh Rickmar2012-05-071-62/+59
| | | | | | | | This reverts commit 8cf3ed194beb51595cc575c2fd7f8067d35c5dc7. Conflicts: settings.c
* enable_autoscroll is an action, not a setting. The old code wasJosh Rickmar2012-05-071-9/+0
| | | | correct.
* Why are these spaces? Fix with tabsJosh Rickmar2012-05-071-9/+9
|
* Make home a runtime setting.Josh Rickmar2012-05-041-4/+16
|
* Make append_next a runtime setting.Josh Rickmar2012-05-041-3/+12
|
* Make using :set enable_autoscroll = 1 actually work at runtime byJosh Rickmar2012-05-041-2/+11
| | | | | | iterating over each tab and running the autoscroll js. Dynamically Setting it to 0 doesn't work here because the js is still running. Need to find some way to kill it.
* Make marco happy. NULLs now completely fill the struct initializationJosh Rickmar2012-05-041-60/+60
| | | | so as to leave no doubt that values are being uninitialized.
* Reorganize global default settings so the comments make sense. NoJosh Rickmar2012-05-041-59/+62
| | | | functional changes.
* add ctrl-enter for the windows headsMarco Peereboom2012-04-301-0/+1
|
* Fix for FS#270 - Bugs with stripping refererElias Norberg2012-04-091-0/+4
| | | | | | | | | | The referer is now checked more strictly against the host. If setting 'referer' is set to 'same-domain', it now checks it against the public-suffix, so referers can be sent between subdomains. If 'referer' is set to 'same-fqdn' (NEW) the FQDN's must match strictly.
* permit userstyle_global in xxxterm.confTodd T. Fries2012-02-281-0/+1
|
* Add initial support for Strict-Transport-SecurityElias Norberg2012-02-111-0/+2
| | | | | | | | | Strict-Transport-Security is a HTTP-flag that a server can specify to force all future requests to that server to be done via https. The flag 'enable_strict_transport' specifies if STS should be used or not. Default is TRUE.
* also fixup PS over hereMarco Peereboom2012-01-241-4/+4
|
* remove need for clens here by playing tricks with include paths, help from davecMarco Peereboom2012-01-231-1/+1
|
* add sane defaults for refered based on browser_modeMarco Peereboom2012-01-161-0/+3
|
* Fix for FS#86 - Ability to control wheter 'Referer' will be sent or notElias Norberg2012-01-161-0/+57
| | | | | | | | | The setting 'referer' can be one of four different values: 'always' - the default. always send referer 'never' - never send referer 'same-domain' - only send referer if it's the same domain Any other value, that is also a valid URL, will use this custom value as referer. (E.g. you could set it to http://no-referer.com)
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-0/+49
| | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-121-0/+1
|
* spacesMarco Peereboom2012-01-041-4/+4
|
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-0/+15
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-0/+30
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* Remove user_agent_roundrobin knobStevan Andjelkovic2012-01-021-10/+1
| | | | ok marco@
* Simplify and normalise the config fileStevan Andjelkovic2012-01-021-0/+44
| | | | ok marco@
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-1/+18
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-0/+2
| | | | | | | | | | | | | | | FS#206:"Add option: maximize at startup" (From Wei-Ning Huang (aitjcize)) FS#198: "Buffer command gu documented as gU" (Pointed out by John Brendler (brendlerjg)) FS#203: "Add command gU for opening the root of a webpage" (Slightly modified code from Elias Norberg (xyzzy)) FS#211: "New key handling code breaks old :buffers/:ls behavior." ok marco@
* Add round robin user agentsMarco Peereboom2011-12-281-2/+54
| | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se
* user style ALL the pages _o/Marco Peereboom2011-12-281-0/+2
| | | | From Cody Wright M8R-2bxmml@mailinator.com
* Add link coloring after visiting it.Marco Peereboom2011-12-281-0/+2
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* Add proxy command.Marco Peereboom2011-11-161-0/+1
| | | | | We can now toggle a proxy with F2 and we also look at HTTP_PROXY environment variable. This is handy for toggling Tor on and off.
* add vi mode that eats ctrl/mod commands in inputMarco Peereboom2011-11-151-3/+3
|
* bring back old keyboard behaviormarco2011-11-151-44/+44
|
* add a hybrid input modemarco2011-11-151-0/+32
|
* Modify some entry box overrides.Marco Peereboom2011-11-101-8/+8
| | | | | | | | Ass a side effect of all the keyboard changes some keys lost their override in address and search entry. Bring some of those back (like ctrl-t etc). I am not sure I captured all the right ones so come debate me if you think other changes need to be made to the defaults. One can always do their own by using the ! in a keybinding.
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-051-0/+2
| | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory.
* Add M-p to toggle pluginsMarco Peereboom2011-11-051-1/+1
|
* Add ctrl-p to toggle pluginsMarco Peereboom2011-11-051-0/+1
|
* More file splitsMarco Peereboom2011-11-021-0/+1314
Add whitelist and settings files.