Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a shadowed var | Marco Peereboom | 2011-11-04 | 1 | -4/+4 |
| | |||||
* | Fix command bar not disappearing when status bar is enabled | Marco Peereboom | 2011-11-04 | 1 | -5/+7 |
| | | | | | | | | Found by Feinerer <feinerer@logic.at> To the status bar maintainers, you guys need to take better care making sure you don't alter signal behavior when it is enabled. That is bad juju. | ||||
* | Add useful tab_id to debug | Marco Peereboom | 2011-11-04 | 1 | -12/+15 |
| | |||||
* | set default encoding to UTF-8 as requested | marco | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | add zz command to center page | marco | 2011-11-03 | 1 | -0/+6 |
| | |||||
* | Missed one more cmd_hide. | marco | 2011-11-03 | 1 | -1/+2 |
| | |||||
* | Fix 2 clever bugs | Marco Peereboom | 2011-11-03 | 1 | -4/+6 |
| | | | | | | | | | First :js/pl/cookie domain save wasn't saving the actual domain. I tried being clever to save a switch statement. FAIL. Second I tried to save an else statement. Again FAIL. Next time I am doing clever things please yell at me. | ||||
* | enter was busted in link following | Marco Peereboom | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | stale proto | marco | 2011-11-02 | 1 | -2/+0 |
| | |||||
* | move cookies to own file | marco | 2011-11-02 | 1 | -212/+0 |
| | |||||
* | move one more function over | Marco Peereboom | 2011-11-02 | 1 | -50/+0 |
| | |||||
* | More file splits | Marco Peereboom | 2011-11-02 | 1 | -1867/+8 |
| | | | | Add whitelist and settings files. | ||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 1 | -174/+0 |
| | |||||
* | damn git never does what it says it does | marco | 2011-11-02 | 1 | -1222/+7 |
| | | | | these file remained behind | ||||
* | Make the inspector not crash on exit | marco | 2011-11-02 | 1 | -8/+11 |
| | | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself. | ||||
* | Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm" | marco | 2011-11-02 | 1 | -1/+824 |
| | | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1. | ||||
* | Revert "move some xtp functions over, RB_* prevented all" | marco | 2011-11-02 | 1 | -146/+833 |
| | | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258. | ||||
* | move some xtp functions over, RB_* prevented all | Todd T. Fries | 2011-11-01 | 1 | -833/+146 |
| | |||||
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Todd T. Fries | 2011-11-01 | 1 | -6/+2 |
|\ | | | | | | | | | Conflicts: xxxterm.h | ||||
| * | hook up all inspector signals | Marco Peereboom | 2011-11-01 | 1 | -6/+2 |
| | | |||||
* | | sort whitelist stuff into whitelist.c | Todd T. Fries | 2011-11-01 | 1 | -824/+1 |
|/ | |||||
* | Should have been part of the previous commit | Marco Peereboom | 2011-11-01 | 1 | -225/+4 |
| | |||||
* | enable web inspector | Marco Peereboom | 2011-10-31 | 1 | -15/+37 |
| | | | | | Right click a web page to which shows a menu option called "inspect element". Click on that and play play play! | ||||
* | do some more keybinding doco | Marco Peereboom | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | add mechanism to run external JavaScript | Marco Peereboom | 2011-10-28 | 1 | -0/+78 |
| | | | | | | | | | | 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 crashes | Marco Peereboom | 2011-10-28 | 1 | -22/+28 |
| | | | | This fixes yet another session open crash. | ||||
* | Fix crash during session open. | Marco Peereboom | 2011-10-28 | 1 | -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 up | Marco Peereboom | 2011-10-28 | 1 | -2/+2 |
| | |||||
* | add autofocus_onload option | Marco Peereboom | 2011-10-27 | 1 | -2/+7 |
| | | | | | When set the browser will attempt to enable the default input on a website. Off by default | ||||
* | fix command and search history | Marco Peereboom | 2011-10-27 | 1 | -6/+16 |
| | |||||
* | make sure we initialize the script | Marco Peereboom | 2011-10-27 | 1 | -0/+7 |
| | |||||
* | shuffle includes | Marco Peereboom | 2011-10-27 | 1 | -4/+2 |
| | |||||
* | rewrite hinting code completely | Marco Peereboom | 2011-10-27 | 1 | -174/+160 |
| | | | | | | | | | | | | | 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 page | Marco Peereboom | 2011-10-26 | 1 | -3/+5 |
| | | | | found by rgouveia | ||||
* | Add hinting that opens in a new tab | Marco Peereboom | 2011-10-26 | 1 | -1/+14 |
| | | | | Requested by Ingo Feinerer <feinerer@logic.at> | ||||
* | remove cvs tag | Marco Peereboom | 2011-10-25 | 1 | -1/+0 |
| | |||||
* | add plugin whitelist | Marco Peereboom | 2011-10-25 | 1 | -13/+219 |
| | | | | Fixes FS#133 | ||||
* | shut up gcc 4.6.1 warnings | Marco Peereboom | 2011-10-25 | 1 | -2/+2 |
| | |||||
* | fix segfault in config file parsing | marco | 2011-10-25 | 1 | -8/+11 |
| | | | | found by Ingo Feinerer <feinerer@logic.at> | ||||
* | Don't display empty errors on cert save | Marco Peereboom | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Another day another thread implementation. | Marco Peereboom | 2011-10-24 | 1 | -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. | ||||
* | shuffle comments | Marco Peereboom | 2011-10-21 | 1 | -3/+3 |
| | |||||
* | Initialize gcrypt like $deity indented | Marco Peereboom | 2011-10-21 | 1 | -22/+50 |
| | | | | Nowhere in the doco of gnutls does one find such important info. | ||||
* | Revert "Make https coloring work in gtk3" | Marco Peereboom | 2011-10-20 | 1 | -5/+1 |
| | | | | This reverts commit 5d59581f05930cdc31b26b0a6d163baa035c0e89. | ||||
* | Make https coloring work in gtk3 | Marco Peereboom | 2011-10-17 | 1 | -1/+5 |
| | |||||
* | annotations | Marco Peereboom | 2011-10-17 | 1 | -3/+3 |
| | |||||
* | Shut gcc > 4.2 for real this time | Marco Peereboom | 2011-10-14 | 1 | -1/+2 |
| | |||||
* | Shut gcc > 4.2 up as well | Marco Peereboom | 2011-10-14 | 1 | -4/+4 |
| | | | | Really worthless warnings but I can't help myself. | ||||
* | shut clang --analyze up as much as possible | Marco Peereboom | 2011-10-13 | 1 | -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 linux | Marco Peereboom | 2011-10-12 | 1 | -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. |