Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add favicons for :ls/:buffers | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+9 |
* | First go at FS#217 | Stevan Andjelkovic | 2012-01-04 | 1 | -0/+1 |
* | More make file fixes | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+1 |
* | Fix make files | Stevan Andjelkovic | 2012-01-04 | 2 | -3/+4 |
* | Fix temp_dir for ext editor | Stevan Andjelkovic | 2012-01-04 | 1 | -0/+1 |
* | Missing spaces | Stevan Andjelkovic | 2012-01-03 | 1 | -2/+2 |
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 8 | -5/+447 |
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 8 | -111/+243 |
* | oops missed a bit here, from Herbert J. Skuhra <h.skuhra@gmail.com> | Marco Peereboom | 2012-01-03 | 1 | -1/+1 |
* | Fix for FS#208 - open a file from the command line without full path | Elias Norberg | 2012-01-03 | 1 | -3/+13 |
* | Update user-agents in config | Stevan Andjelkovic | 2012-01-02 | 1 | -3/+4 |
* | Remove user_agent_roundrobin knob | Stevan Andjelkovic | 2012-01-02 | 4 | -17/+8 |
* | Add history.c and completion.c... | Stevan Andjelkovic | 2012-01-02 | 6 | -295/+359 |
* | 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 |