about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-063-1/+43
* 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
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermMarco Peereboom2011-10-061-2/+2
|\
| * Set version to 1.6.0 under new version scheme.Dave Collins2011-10-041-2/+2
* | get rid of threads altogetherMarco Peereboom2011-10-062-6/+6
|/
* fix some 80 cols violationsMarco Peereboom2011-10-041-7/+14
* Ignore commands starting with digit on completionMarco Peereboom2011-10-041-1/+1
* Minor release script cleanup.Dave Collins2011-10-041-3/+1
* Quote directory vars in buildver.shDave Collins2011-10-041-2/+2
* let obj/ dirs work tooTodd T. Fries2011-10-041-1/+4
* In the insanity department, we have a function available in a libraryTodd T. Fries2011-10-041-0/+3
* moar marco quotesTodd T. Fries2011-10-041-0/+11
* Use correct variable for CURDIR in Makefile.Dave Collins2011-10-041-1/+1
* Uncomment modifications test in release script.Dave Collins2011-10-041-2/+1
* Add full versioning support with automatic releaseDave Collins2011-10-036-16/+201
* Use g_thread_create() instead of gdk_threads_add_idle_full()Cody Wright2011-10-031-2/+1
* Add xxxterm.core to CLEANFILES in MakefileCody Wright2011-10-031-1/+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-262-0/+4
* remove a dead store from Aleksander Balicki <balicki.aleksander@gmail.com>marco2011-09-261-2/+1
* Update .gitignore for all object files instead of individually listed one.Dave Collins2011-09-231-2/+1
* Add .gitignore to cleanup git status. From Cody Wright. FS#155.Cody Wright2011-09-231-0/+8
* 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
* make sure anchors in sessions don't get killed when loaded.Marco Peereboom2011-09-081-1/+1
* commit command history earlier because cmd_execute can/will mangle itMarco Peereboom2011-09-071-2/+1
* Allow auto-completion of session names.Marco Peereboom2011-09-071-10/+81
* Make sure browser has local storage enabled by default as required byMarco Peereboom2011-09-071-1/+1
* init threads a bit earlier and don't enter critical sectionMarco Peereboom2011-09-071-12/+7
* be a bit more conservative with a string pointer in the history stuffMarco Peereboom2011-08-281-1/+6
* Shuffle init of history to prevent some warnings.Marco Peereboom2011-08-261-19/+31
* The webkit history functions are really really stupid so work around theMarco Peereboom2011-08-261-12/+75
* rework connect logic on cert retrievalMarco Peereboom2011-08-251-15/+16
* i swear one day i'll remember to cleanup after myselfMarco Peereboom2011-08-251-1/+0
* fix proxy booboo i madeMarco Peereboom2011-08-251-6/+3
* add history_autosave so that one can restore command and search historyMarco Peereboom2011-08-253-3/+94
* fix more :port corner casesMarco Peereboom2011-08-251-1/+1
* Fix makefileMarco Peereboom2011-08-251-1/+1
* Shuffle the about code into guess url because it really belongs there;Marco Peereboom2011-08-241-8/+19
* debug cruftMarco Peereboom2011-08-241-1/+1
* just kill :ports dead; it has been nothing but a hindrance.Marco Peereboom2011-08-241-11/+2
* add search history as well and generalize the history functionsMarco Peereboom2011-08-241-23/+44
* generalize history and remove debug cruftMarco Peereboom2011-08-241-34/+42