about summary refs log tree commit diff stats
path: root/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.