about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* document command and insert modeMarco Peereboom2011-10-272-4/+20
|
* shuffle includesMarco Peereboom2011-10-271-4/+2
|
* rewrite hinting code completelyMarco Peereboom2011-10-273-381/+581
| | | | | | | | | | | | | Import new vimprobable JavaScript code. Make hinting mode now print what has been typed. It works along the same lines as '/' and '?' in search mode but it uses '.' and ',' instead. Focus on default input box and unfocus on default input box when ESC is hit. This also adds i and ESC to switch between input/command mode.
* don't crash when toggling mode on pageMarco Peereboom2011-10-261-3/+5
| | | | found by rgouveia
* clarify single_instanceMarco Peereboom2011-10-261-1/+3
| | | | From: Ingo Feinerer <feinerer@logic.at>
* Add hinting that opens in a new tabMarco Peereboom2011-10-263-1/+18
| | | | Requested by Ingo Feinerer <feinerer@logic.at>
* Prepare for release 1.7.0.Marco Peereboom2011-10-251-2/+2
|
* remove cvs tagMarco Peereboom2011-10-251-1/+0
|
* decument plugin whitelistMarco Peereboom2011-10-251-8/+64
|
* add plugin whitelistMarco Peereboom2011-10-251-13/+219
| | | | Fixes FS#133
* shut up gcc 4.6.1 warningsMarco Peereboom2011-10-251-2/+2
|
* fix segfault in config file parsingmarco2011-10-251-8/+11
| | | | found by Ingo Feinerer <feinerer@logic.at>
* sortTodd T. Fries2011-10-241-2/+2
|
* Don't display empty errors on cert saveMarco Peereboom2011-10-241-1/+1
|
* Another day another thread implementation.Marco Peereboom2011-10-241-9/+86
| | | | | | | | | | | The issue comes down to things like flash player are not playing nice with the gdk mutex. It does not correctly follow the enter/leave protocol. This code now detects this flaw and uses a workaround. There is no telling if this code catches all flash player locking violations but it tries its college best. Flash is such awesome quality that it often crashes on the way out. We can easily ignore that crash so whatever.
* Add threading here toomarco2011-10-241-5/+3
|
* Add -lgcryptMarco Peereboom2011-10-211-1/+1
| | | | I managed to lose this commit.
* shuffle commentsMarco Peereboom2011-10-211-3/+3
|
* Initialize gcrypt like $deity indentedMarco Peereboom2011-10-212-23/+51
| | | | Nowhere in the doco of gnutls does one find such important info.
* Revert "Make https coloring work in gtk3"Marco Peereboom2011-10-201-5/+1
| | | | This reverts commit 5d59581f05930cdc31b26b0a6d163baa035c0e89.
* Revert "Switch to gtk3 by default"Marco Peereboom2011-10-201-2/+2
| | | | This reverts commit 83cb2257734247d17d9d8f91df01b2992633b469.
* 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.