about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Switch to gtk3 by defaultMarco Peereboom2011-10-171-2/+2
|
* Make https coloring work in gtk3Marco Peereboom2011-10-171-1/+5
|
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermMarco Peereboom2011-10-171-3/+3
|\
| * mandoc -Tlint cleaning.David Hill2011-10-141-3/+3
| |
* | 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
| | | | Really worthless warnings but I can't help myself.
* Bring Linux makefile up to current reality.Marco Peereboom2011-10-141-4/+2
|
* shut clang --analyze up as much as possibleMarco Peereboom2011-10-131-6/+15
| | | | | | Not all of these are actual issues but less is more. It still has the RB false positives :-( Cookie for the one who fixes that.
* remove gdk_threads_init(); for linuxMarco Peereboom2011-10-121-0/+2
| | | | | | | | | It hangs the external flash player. The docs explicitly require this call however tests show that it isn't required and it makes things better. So try using it this way and see if there is some thread fallout. I'll take a cluebat as to why this can't be done on linux.
* fix mime_type on linux that got clobberedMarco Peereboom2011-10-121-6/+10
| | | | found by Ingo Feinerer <feinerer@logic.at>
* Add clang targetsMarco Peereboom2011-10-101-7/+18
| | | | | Not quite perfect but good enough to use clang when not defined in mk.conf and to start the static analyzer. Work done by davec.
* bring threads back from deadmarco2011-10-102-38/+97
| | | | IT'S ALIIIIIIIIIVEEEEEEEE
* Correct release type minor in release script.Dave Collins2011-10-061-1/+1
|
* Prepare for release 1.6.1.Marco Peereboom2011-10-061-1/+1
|
* make it tgzMarco Peereboom2011-10-061-1/+1
| | | | | sorry davec but too much work to change all links and stuff on all webpages
* set encoding to webview not soup-sessionMarco Peereboom2011-10-061-3/+2
| | | | *sigh*
* fix search direction on new pageMarco Peereboom2011-10-061-12/+14
| | | | | When on a new page a search is resumed the search used to go backward instead of forward. This has been plenty irritating for a while.
* add encoding supportMarco Peereboom2011-10-063-1/+43
| | | | | This adds default and per-tab encoding support. FS#149
* delete some dead codeMarco Peereboom2011-10-061-29/+0
| | | | | This code was used when a url failed to load but confused things. It was disabled many moons ago so it is time to kill it.
* fix a crash in go_back_for_realMarco Peereboom2011-10-061-9/+36
| | | | Fixes FS#153
* only take focus on create tab when focusingMarco Peereboom2011-10-061-9/+10
| | | | | | This fixes a logic error where the focus variable was independently evaluated from the actual focus code. Fixes FS#152
* 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
| | | | | | | | | | The last release under the old CVS tag versioning was 1.518, so this makes the new versioning scheme not appear to go backwards.
* | get rid of threads altogetherMarco Peereboom2011-10-062-6/+6
|/ | | | | it was a mistake to introduce threads for the color bar so simply get rid of threads altogether and pretend it never happened.
* fix some 80 cols violationsMarco Peereboom2011-10-041-7/+14
|
* Ignore commands starting with digit on completionMarco Peereboom2011-10-041-1/+1
| | | | | Diff from: Raphael Graf <r@undefined.ch> but he wasn't around to commit it. Fixes FS#171
* Minor release script cleanup.Dave Collins2011-10-041-3/+1
|
* Quote directory vars in buildver.shDave Collins2011-10-041-2/+2
| | | | | Prevent issues if somebody decides they want to use a directory with spaces in it.
* 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
| | | | | with no mention in the headers. Fix by defining locally. loonix libbsd and arc4random_buf, I'm lookin' at you.
* 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
| | | | | This makes the browsing on slow connections more comfortable as the XXXTerm interface now does not hang when loading HTTPS website.
* Add xxxterm.core to CLEANFILES in MakefileCody Wright2011-10-031-1/+1
|
* Fix sentinel warnings in gccCody Wright2011-10-031-3/+3
| | | | | Exact warning message on the changed lines: "warning: missing sentinel in function call"
* Fix a crash as pointed out in FS#129marco2011-09-261-7/+2
| | | | | Different fix committed but it was inspired by Cody Wright <writecode@mailinator.com>
* include bsd/stdlib on linux from Aleksander Balicki ↵marco2011-09-262-0/+4
| | | | <balicki.aleksander@gmail.com>
* 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
| | | | ok marco
* better thread diff; linux doesn't like gdk_thread_initMarco Peereboom2011-09-091-7/+1
| | | | | help from Aleksander Balicki <balicki.aleksander@gmail.com> to determine this
* Don't initialize the thread subsytem; the flash plugin on linux hangsMarco Peereboom2011-09-091-6/+8
| | | | | | | when that is done. reported and diagnosed with Aleksander Balicki balicki.aleksander@gmail.com
* make sure anchors in sessions don't get killed when loaded.Marco Peereboom2011-09-081-1/+1
| | | | From: Luis Useche <useche@gmail.com>
* 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
| | | | From: Luis Useche <useche@gmail.com>