about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix command and search historyMarco Peereboom2011-10-271-6/+16
* make sure we initialize the scriptMarco Peereboom2011-10-271-0/+7
* shuffle includesMarco Peereboom2011-10-271-4/+2
* rewrite hinting code completelyMarco Peereboom2011-10-271-174/+160
* don't crash when toggling mode on pageMarco Peereboom2011-10-261-3/+5
* Add hinting that opens in a new tabMarco Peereboom2011-10-261-1/+14
* remove cvs tagMarco Peereboom2011-10-251-1/+0
* add plugin whitelistMarco Peereboom2011-10-251-13/+219
* shut up gcc 4.6.1 warningsMarco Peereboom2011-10-251-2/+2
* fix segfault in config file parsingmarco2011-10-251-8/+11
* Don't display empty errors on cert saveMarco Peereboom2011-10-241-1/+1
* Another day another thread implementation.Marco Peereboom2011-10-241-9/+86
* shuffle commentsMarco Peereboom2011-10-211-3/+3
* Initialize gcrypt like $deity indentedMarco Peereboom2011-10-211-22/+50
* Revert "Make https coloring work in gtk3"Marco Peereboom2011-10-201-5/+1
* Make https coloring work in gtk3Marco Peereboom2011-10-171-1/+5
* annotationsMarco Peereboom2011-10-171-3/+3
* Shut gcc > 4.2 for real this timeMarco Peereboom2011-10-141-1/+2
* Shut gcc > 4.2 up as wellMarco Peereboom2011-10-141-4/+4
* shut clang --analyze up as much as possibleMarco Peereboom2011-10-131-6/+15
* remove gdk_threads_init(); for linuxMarco Peereboom2011-10-121-0/+2
* fix mime_type on linux that got clobberedMarco Peereboom2011-10-121-6/+10