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