Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix two segfaults | Stevan Andjelkovic | 2012-01-02 | 2 | -2/+6 | |
* | Simplify and normalise the config file | Stevan Andjelkovic | 2012-01-02 | 5 | -105/+250 | |
* | Add a script that checks the config | Stevan Andjelkovic | 2012-01-02 | 1 | -0/+266 | |
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 5 | -1/+63 | |
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 2 | -1/+2 | |
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 3 | -4/+55 | |
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 2 | -1/+67 | |
* | Add unlinking of downloaded files (FS#81) | Stevan Andjelkovic | 2011-12-29 | 1 | -6/+16 | |
* | Fix FS#199 (default guess_search value in config) | Stevan Andjelkovic | 2011-12-29 | 1 | -1/+1 | |
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 5 | -9/+33 | |
* | Fix freebsd build | Marco Peereboom | 2011-12-28 | 1 | -0/+2 | |
* | Add round robin user agents | Marco Peereboom | 2011-12-28 | 4 | -5/+89 | |
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 5 | -13/+49 | |
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 6 | -56/+209 | |
* | be more paranoid with strings | Marco Peereboom | 2011-12-26 | 1 | -3/+6 | |
* | Prepare for release 1.9.0. | Marco Peereboom | 2011-12-08 | 1 | -2/+2 | |
* | make sure show actually works as well | Marco Peereboom | 2011-11-16 | 1 | -0/+1 | |
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Marco Peereboom | 2011-11-16 | 1 | -1/+1 | |
|\ | ||||||
| * | webkit 1.4 doesn't do dom right so use 1.5 as the cutoff | marco | 2011-11-15 | 1 | -1/+1 | |
* | | add F2 here too | Marco Peereboom | 2011-11-16 | 1 | -0/+1 | |
* | | Add proxy command. | Marco Peereboom | 2011-11-16 | 4 | -2/+69 | |
|/ | ||||||
* | add vi mode that eats ctrl/mod commands in input | Marco Peereboom | 2011-11-15 | 2 | -3/+9 | |
* | print build version | Marco Peereboom | 2011-11-15 | 1 | -0/+5 | |
* | bring back old keyboard behavior | marco | 2011-11-15 | 2 | -57/+48 | |
* | add a hybrid input mode | marco | 2011-11-15 | 3 | -0/+43 | |
* | add webkit 1.2 code | Marco Peereboom | 2011-11-11 | 3 | -7/+53 | |
* | Move focus stuff into it's own file. | Marco Peereboom | 2011-11-11 | 4 | -222/+277 | |
* | focus nits | marco | 2011-11-11 | 1 | -6/+15 | |
* | Modify some entry box overrides. | Marco Peereboom | 2011-11-10 | 1 | -8/+8 | |
* | silence autorun js for now | Marco Peereboom | 2011-11-09 | 1 | -1/+2 | |
* | only set mode if focus succeeds | Marco Peereboom | 2011-11-09 | 1 | -2/+4 | |
* | Add funky workaround for fancy rich edit boxes in RT | Marco Peereboom | 2011-11-09 | 1 | -0/+17 | |
* | fix some sites that screw with keyboard focus | Marco Peereboom | 2011-11-09 | 1 | -4/+12 | |
* | dont run JS_HINTING as often | Marco Peereboom | 2011-11-09 | 1 | -11/+4 | |
* | handle frames and iframes as well | Marco Peereboom | 2011-11-09 | 1 | -10/+101 | |
* | kill focusInput and clearFocus JS | marco | 2011-11-09 | 1 | -54/+93 | |
* | cleanup and fix hinting | marco | 2011-11-09 | 1 | -96/+8 | |
* | first attemp at doing a true keyboard mode | Marco Peereboom | 2011-11-08 | 2 | -18/+184 | |
* | delete unused variable | Marco Peereboom | 2011-11-05 | 1 | -2/+0 | |
* | be more quiet | Marco Peereboom | 2011-11-05 | 1 | -9/+3 | |
* | Add autorun JavaScript after page loads | Marco Peereboom | 2011-11-05 | 4 | -0/+182 | |
* | Prepare for release 1.8.1. | Marco Peereboom | 2011-11-05 | 1 | -1/+1 | |
* | kill a -Wshadow debug | Marco Peereboom | 2011-11-05 | 1 | -2/+0 | |
* | Add stop command | Marco Peereboom | 2011-11-05 | 2 | -0/+10 | |
* | Add M-p to toggle plugins | Marco Peereboom | 2011-11-05 | 2 | -1/+4 | |
* | Add ctrl-p to toggle plugins | Marco Peereboom | 2011-11-05 | 1 | -0/+1 | |
* | move common warnings to common area | Marco Peereboom | 2011-11-04 | 1 | -2/+1 | |
* | better warnings | Marco Peereboom | 2011-11-04 | 1 | -4/+4 | |
* | fix a shadowed var | Marco Peereboom | 2011-11-04 | 1 | -4/+4 | |
* | add -Wshadow to clang target | Marco Peereboom | 2011-11-04 | 1 | -2/+6 |