Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enter was busted in link following | Marco Peereboom | 2011-11-03 | 1 | -2/+2 | |
| | ||||||
* | Update .gitignore with generated deps and tags. | Dave Collins | 2011-11-03 | 1 | -0/+2 | |
| | ||||||
* | Add automatic dependency generation for linux. | Dave Collins | 2011-11-03 | 1 | -4/+16 | |
| | | | | Also improve the makefile to use dynamic sources and objects. | |||||
* | dang it i disabled threads by accident | Marco Peereboom | 2011-11-03 | 1 | -1/+1 | |
| | ||||||
* | kill warning | Marco Peereboom | 2011-11-03 | 1 | -1/+2 | |
| | ||||||
* | one more oops, we need .o not .c | Marco Peereboom | 2011-11-03 | 1 | -1/+1 | |
| | ||||||
* | oops, add missing CFLAGS | 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 | 4 | -213/+234 | |
| | ||||||
* | move one more function over | Marco Peereboom | 2011-11-02 | 2 | -50/+48 | |
| | ||||||
* | catch up | Marco Peereboom | 2011-11-02 | 2 | -2/+6 | |
| | ||||||
* | More file splits | Marco Peereboom | 2011-11-02 | 6 | -1873/+2027 | |
| | | | | Add whitelist and settings files. | |||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 3 | -176/+187 | |
| | ||||||
* | Merge branch 'master' of ssh://opensource.conformal.com/git/xxxterm | marco | 2011-11-02 | 2 | -2/+4 | |
|\ | ||||||
| * | catch up on new files | Marco Peereboom | 2011-11-02 | 2 | -2/+4 | |
| | | ||||||
* | | damn git never does what it says it does | marco | 2011-11-02 | 4 | -1228/+127 | |
|/ | | | | these file remained behind | |||||
* | Move xtp and about stuff into it's own file | marco | 2011-11-02 | 1 | -0/+1176 | |
| | ||||||
* | make linux and freebsd compile again | marco | 2011-11-02 | 2 | -2/+4 | |
| | ||||||
* | Make the inspector not crash on exit | marco | 2011-11-02 | 3 | -24/+105 | |
| | | | | | 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 | 4 | -903/+825 | |
| | | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1. | |||||
* | Revert "move some xtp functions over, RB_* prevented all" | marco | 2011-11-02 | 4 | -938/+835 | |
| | | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258. | |||||
* | move some xtp functions over, RB_* prevented all | Todd T. Fries | 2011-11-01 | 4 | -835/+938 | |
| | ||||||
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Todd T. Fries | 2011-11-01 | 3 | -6/+64 | |
|\ | | | | | | | | | Conflicts: xxxterm.h | |||||
| * | hook up all inspector signals | Marco Peereboom | 2011-11-01 | 3 | -6/+64 | |
| | | ||||||
* | | sort whitelist stuff into whitelist.c | Todd T. Fries | 2011-11-01 | 4 | -825/+903 | |
|/ | ||||||
* | Should have been part of the previous commit | Marco Peereboom | 2011-11-01 | 2 | -226/+5 | |
| | ||||||
* | Move inspector into it's own file | Marco Peereboom | 2011-11-01 | 2 | -0/+264 | |
| | ||||||
* | remove - from ghtread; reported on forum | Marco Peereboom | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | 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! | |||||
* | Prepare for release 1.8.0. | Marco Peereboom | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | do some more keybinding doco | Marco Peereboom | 2011-10-29 | 2 | -8/+17 | |
| | ||||||
* | add mechanism to run external JavaScript | Marco Peereboom | 2011-10-28 | 2 | -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 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 | 3 | -2/+12 | |
| | | | | | 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 | |
| | ||||||
* | document command and insert mode | Marco Peereboom | 2011-10-27 | 2 | -4/+20 | |
| | ||||||
* | shuffle includes | Marco Peereboom | 2011-10-27 | 1 | -4/+2 | |
| | ||||||
* | rewrite hinting code completely | Marco Peereboom | 2011-10-27 | 3 | -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 page | Marco Peereboom | 2011-10-26 | 1 | -3/+5 | |
| | | | | found by rgouveia | |||||
* | clarify single_instance | Marco Peereboom | 2011-10-26 | 1 | -1/+3 | |
| | | | | From: Ingo Feinerer <feinerer@logic.at> | |||||
* | Add hinting that opens in a new tab | Marco Peereboom | 2011-10-26 | 3 | -1/+18 | |
| | | | | Requested by Ingo Feinerer <feinerer@logic.at> | |||||
* | Prepare for release 1.7.0. | Marco Peereboom | 2011-10-25 | 1 | -2/+2 | |
| | ||||||
* | remove cvs tag | Marco Peereboom | 2011-10-25 | 1 | -1/+0 | |
| | ||||||
* | decument plugin whitelist | Marco Peereboom | 2011-10-25 | 1 | -8/+64 | |
| | ||||||
* | 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> |