Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add passthrough mode from: Maroun NAJM <bartender@c0decafe.net> | Marco Peereboom | 2012-01-12 | 5 | -2/+15 |
* | add a bit more paranoia to gtk returned strings | marco | 2012-01-05 | 1 | -0/+4 |
* | Fix qmarks (FS#224) | Stevan Andjelkovic | 2012-01-05 | 1 | -1/+3 |
* | die cvs tag, DIE | Marco Peereboom | 2012-01-04 | 1 | -2/+0 |
* | style stuff | Marco Peereboom | 2012-01-04 | 1 | -6/+11 |
* | use a #define for buffer size | Marco Peereboom | 2012-01-04 | 2 | -7/+8 |
* | fix a fd leak and shorten code some | Marco Peereboom | 2012-01-04 | 1 | -21/+16 |
* | spaces | Marco Peereboom | 2012-01-04 | 1 | -4/+4 |
* | depending on version.h by everything is silly when one .c file uses it, correct | Todd T. Fries | 2012-01-04 | 2 | -1/+1 |
* | Prepare for release 1.10.0. | Marco Peereboom | 2012-01-04 | 1 | -1/+1 |
* | fix depends | Todd T. Fries | 2012-01-04 | 1 | -1/+1 |
* | warn when webkit version is too old for external editor | Marco Peereboom | 2012-01-04 | 1 | -0/+2 |
* | fix page titles starting with a #, from raphael | Marco Peereboom | 2012-01-04 | 1 | -1/+1 |
* | clean warning in linux | Marco Peereboom | 2012-01-04 | 1 | -2/+1 |
* | lets build javascript.h in the obj/ dir if present... | Todd T. Fries | 2012-01-04 | 1 | -5/+13 |
* | comment out WIFEXITED(status) to make it clear this is not useful | Todd T. Fries | 2012-01-04 | 1 | -1/+1 |
* | Some more fixes for autoscroll | Stevan Andjelkovic | 2012-01-04 | 3 | -4/+4 |
* | Fix typo in autoscroll javascript. | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+1 |
* | 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 |