about summary refs log tree commit diff stats
path: root/xxxterm.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove user_agent_roundrobin knobStevan Andjelkovic2012-01-021-1/+1
| | | | ok marco@
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-0/+15
| | | | | | ... and move history and completion related functions to them. ok marco@
* Simplify and normalise the config fileStevan Andjelkovic2012-01-021-0/+5
| | | | ok marco@
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-0/+2
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Add "remove all cookies from domain" button FS#85Stevan Andjelkovic2011-12-291-0/+1
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-0/+1
| | | | | | | | | | | | | | | 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-1/+9
| | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se
* user style ALL the pages _o/Marco Peereboom2011-12-281-1/+2
| | | | From Cody Wright M8R-2bxmml@mailinator.com
* Add link coloring after visiting it.Marco Peereboom2011-12-281-3/+7
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* Add proxy command.Marco Peereboom2011-11-161-0/+4
| | | | | 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 a hybrid input modemarco2011-11-151-0/+4
|
* add webkit 1.2 codeMarco Peereboom2011-11-111-2/+3
|
* Move focus stuff into it's own file.Marco Peereboom2011-11-111-0/+7
| | | | This will enable us to support webkit 1.2 as well.
* first attemp at doing a true keyboard modeMarco Peereboom2011-11-081-1/+4
|
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-051-0/+1
| | | | | | | | | | 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.
* dang it i disabled threads by accidentMarco Peereboom2011-11-031-1/+1
|
* kill warningMarco Peereboom2011-11-031-1/+2
|
* move cookies to own filemarco2011-11-021-0/+2
|
* More file splitsMarco Peereboom2011-11-021-5/+161
| | | | Add whitelist and settings files.
* Move more stuff into aboutMarco Peereboom2011-11-021-0/+37
|
* damn git never does what it says it doesmarco2011-11-021-0/+99
| | | | these file remained behind
* Make the inspector not crash on exitmarco2011-11-021-1/+19
| | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself.
* Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"marco2011-11-021-125/+0
| | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
* Revert "move some xtp functions over, RB_* prevented all"marco2011-11-021-98/+1
| | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258.
* move some xtp functions over, RB_* prevented allTodd T. Fries2011-11-011-1/+98
|
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermTodd T. Fries2011-11-011-0/+3
|\ | | | | | | | | Conflicts: xxxterm.h
| * hook up all inspector signalsMarco Peereboom2011-11-011-0/+3
| |
* | sort whitelist stuff into whitelist.cTodd T. Fries2011-11-011-0/+125
|/
* Move inspector into it's own fileMarco Peereboom2011-11-011-0/+231