about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix command bar not disappearing when status bar is enabledMarco Peereboom2011-11-041-5/+7
* Add useful tab_id to debugMarco Peereboom2011-11-041-12/+15
* set default encoding to UTF-8 as requestedmarco2011-11-031-1/+1
* add zz command to center pagemarco2011-11-031-0/+6
* Missed one more cmd_hide.marco2011-11-031-1/+2
* Fix 2 clever bugsMarco Peereboom2011-11-031-4/+6
* enter was busted in link followingMarco Peereboom2011-11-031-2/+2
* stale protomarco2011-11-021-2/+0
* move cookies to own filemarco2011-11-021-212/+0
* move one more function overMarco Peereboom2011-11-021-50/+0
* More file splitsMarco Peereboom2011-11-021-1867/+8
* Move more stuff into aboutMarco Peereboom2011-11-021-174/+0
* damn git never does what it says it doesmarco2011-11-021-1222/+7
* Make the inspector not crash on exitmarco2011-11-021-8/+11
* Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"marco2011-11-021-1/+824
* Revert "move some xtp functions over, RB_* prevented all"marco2011-11-021-146/+833
* move some xtp functions over, RB_* prevented allTodd T. Fries2011-11-011-833/+146
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermTodd T. Fries2011-11-011-6/+2
|\
| * hook up all inspector signalsMarco Peereboom2011-11-011-6/+2
* | sort whitelist stuff into whitelist.cTodd T. Fries2011-11-011-824/+1
|/
* Should have been part of the previous commitMarco Peereboom2011-11-011-225/+4
* enable web inspectorMarco Peereboom2011-10-311-15/+37
* do some more keybinding docoMarco Peereboom2011-10-291-1/+1
* add mechanism to run external JavaScriptMarco Peereboom2011-10-281-0/+78
* shuffle some more code around to prevent crashesMarco Peereboom2011-10-281-22/+28
* Fix crash during session open.Marco Peereboom2011-10-281-15/+13
* shut JS exceptions upMarco Peereboom2011-10-281-2/+2
* add autofocus_onload optionMarco Peereboom2011-10-271-2/+7