about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bring threads back from deadmarco2011-10-101-36/+95
* set encoding to webview not soup-sessionMarco Peereboom2011-10-061-3/+2
* fix search direction on new pageMarco Peereboom2011-10-061-12/+14
* add encoding supportMarco Peereboom2011-10-061-1/+25
* delete some dead codeMarco Peereboom2011-10-061-29/+0
* fix a crash in go_back_for_realMarco Peereboom2011-10-061-9/+36
* only take focus on create tab when focusingMarco Peereboom2011-10-061-9/+10
* get rid of threads altogetherMarco Peereboom2011-10-061-4/+3
* fix some 80 cols violationsMarco Peereboom2011-10-041-7/+14
* Ignore commands starting with digit on completionMarco Peereboom2011-10-041-1/+1
* In the insanity department, we have a function available in a libraryTodd T. Fries2011-10-041-0/+3
* Add full versioning support with automatic releaseDave Collins2011-10-031-3/+13
* Use g_thread_create() instead of gdk_threads_add_idle_full()Cody Wright2011-10-031-2/+1
* Fix sentinel warnings in gccCody Wright2011-10-031-3/+3
* Fix a crash as pointed out in FS#129marco2011-09-261-7/+2
* include bsd/stdlib on linux from Aleksander Balicki <balicki.aleksander@gmail...marco2011-09-261-0/+1
* remove a dead store from Aleksander Balicki <balicki.aleksander@gmail.com>marco2011-09-261-2/+1
* shut clang upmarco2011-09-191-3/+9
* Enable tab-completion for the :set command.Raphael Graf2011-09-111-5/+9
* better thread diff; linux doesn't like gdk_thread_initMarco Peereboom2011-09-091-7/+1
* Don't initialize the thread subsytem; the flash plugin on linux hangsMarco Peereboom2011-09-091-6/+8