about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* make resource limits use a #define block tooMarco Peereboom2012-01-231-1/+4
* replace enable external editor with enable signalsMarco Peereboom2012-01-231-2/+7
* Fix for FS#86 - Ability to control wheter 'Referer' will be sent or notElias Norberg2012-01-161-0/+42
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-16/+110
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-0/+3
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-121-0/+12
* add a bit more paranoia to gtk returned stringsmarco2012-01-051-0/+4
* Fix qmarks (FS#224)Stevan Andjelkovic2012-01-051-1/+3
* depending on version.h by everything is silly when one .c file uses it, correctTodd T. Fries2012-01-041-0/+1
* clean warning in linuxMarco Peereboom2012-01-041-2/+1
* Add favicons for :ls/:buffersStevan Andjelkovic2012-01-041-1/+9
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-3/+12
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-108/+56
* Fix for FS#208 - open a file from the command line without full pathElias Norberg2012-01-031-3/+13
* Remove user_agent_roundrobin knobStevan Andjelkovic2012-01-021-3/+4
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-293/+0
* Fix two segfaultsStevan Andjelkovic2012-01-021-1/+5
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-0/+38
* Fix spell checking value in config (FS#212)Stevan Andjelkovic2011-12-301-0/+1
* Add "remove all cookies from domain" button FS#85Stevan Andjelkovic2011-12-291-0/+36
* Add gt, gT, g0, g$ buffer commands (FS#202, FS#204)Stevan Andjelkovic2011-12-291-1/+55
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-7/+23
* Add round robin user agentsMarco Peereboom2011-12-281-1/+23
* user style ALL the pages _o/Marco Peereboom2011-12-281-11/+39
* Add link coloring after visiting it.Marco Peereboom2011-12-281-43/+187
* be more paranoid with stringsMarco Peereboom2011-12-261-3/+6
* make sure show actually works as wellMarco Peereboom2011-11-161-0/+1
* Add proxy command.Marco Peereboom2011-11-161-2/+46
* add vi mode that eats ctrl/mod commands in inputMarco Peereboom2011-11-151-0/+6
* print build versionMarco Peereboom2011-11-151-0/+5
* bring back old keyboard behaviormarco2011-11-151-13/+4
* add a hybrid input modemarco2011-11-151-0/+7
* add webkit 1.2 codeMarco Peereboom2011-11-111-3/+1
* Move focus stuff into it's own file.Marco Peereboom2011-11-111-221/+5
* focus nitsmarco2011-11-111-6/+15
* silence autorun js for nowMarco Peereboom2011-11-091-1/+2
* only set mode if focus succeedsMarco Peereboom2011-11-091-2/+4
* Add funky workaround for fancy rich edit boxes in RTMarco Peereboom2011-11-091-0/+17
* fix some sites that screw with keyboard focusMarco Peereboom2011-11-091-4/+12
* dont run JS_HINTING as oftenMarco Peereboom2011-11-091-11/+4
* handle frames and iframes as wellMarco Peereboom2011-11-091-10/+101
* kill focusInput and clearFocus JSmarco2011-11-091-54/+93
* cleanup and fix hintingmarco2011-11-091-96/+8
* first attemp at doing a true keyboard modeMarco Peereboom2011-11-081-17/+180
* delete unused variableMarco Peereboom2011-11-051-2/+0
* be more quietMarco Peereboom2011-11-051-9/+3
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-051-0/+178
* kill a -Wshadow debugMarco Peereboom2011-11-051-2/+0
* Add stop commandMarco Peereboom2011-11-051-0/+8
* fix a shadowed varMarco Peereboom2011-11-041-4/+4