about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermTodd T. Fries2011-11-013-6/+64
|\ | | | | | | | | Conflicts: xxxterm.h
| * hook up all inspector signalsMarco Peereboom2011-11-013-6/+64
| |
* | sort whitelist stuff into whitelist.cTodd T. Fries2011-11-014-825/+903
|/
* Should have been part of the previous commitMarco Peereboom2011-11-012-226/+5
|
* Move inspector into it's own fileMarco Peereboom2011-11-012-0/+264
|
* remove - from ghtread; reported on forumMarco Peereboom2011-11-011-1/+1
|
* enable web inspectorMarco Peereboom2011-10-311-15/+37
| | | | | Right click a web page to which shows a menu option called "inspect element". Click on that and play play play!
* Prepare for release 1.8.0.Marco Peereboom2011-10-311-1/+1
|
* do some more keybinding docoMarco Peereboom2011-10-292-8/+17
|
* add mechanism to run external JavaScriptMarco Peereboom2011-10-282-0/+80
| | | | | | | | | | Add the :script <filename> command to load and execute a piece of JavaScript in the current tab context. This should enable all kinds of awesome extension for xxxterm. This is also dangerous and not yet properly cordoned off so use with care. This feature is experimental. New things will be added to it as it becomes apparent what else needs to be done to add things such as password managers etc.
* shuffle some more code around to prevent crashesMarco Peereboom2011-10-281-22/+28
| | | | This fixes yet another session open crash.
* Fix crash during session open.Marco Peereboom2011-10-281-15/+13
| | | | | | | This was an out of order race between deleting old tabs and creating new ones. So delete old tabs first before opening the new ones. Found by MALLOC_OPTIONS=S and I am sure jy-p has run into this. Never ignore bus errors from now on ;-)
* shut JS exceptions upMarco Peereboom2011-10-281-2/+2
|
* add autofocus_onload optionMarco Peereboom2011-10-273-2/+12
| | | | | When set the browser will attempt to enable the default input on a website. Off by default
* fix command and search historyMarco Peereboom2011-10-271-6/+16
|
* make sure we initialize the scriptMarco Peereboom2011-10-271-0/+7
|
* 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