Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | if this is uncommented, we get a bogus status that tells us to unlink the file the instant system() is inplay in the child. So it is a race with this uncommented. Adding a "sleep 1" in a script to call the editor makes this 100% reproducable. With this fix externaleditor works great for me | ||||
* | 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 |
| | | | | Pointed out by Stefan Bolte <portix at gmx dot net> | ||||
* | Add favicons for :ls/:buffers | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+9 |
| | | | | ok marco@ | ||||
* | First go at FS#217 | Stevan Andjelkovic | 2012-01-04 | 1 | -0/+1 |
| | | | | | | Some more info at: https://opensource.conformal.com/flyspray/index.php?do=details&task_id=217 | ||||
* | 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 |
| | | | | found by todd | ||||
* | 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 |
| | | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@ | ||||
* | 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 |
| | | | | ok marco@ | ||||
* | Update user-agents in config | Stevan Andjelkovic | 2012-01-02 | 1 | -3/+4 |
| | | | | | | | Added the four supposedly most popular user-agents according to: https://www.eff.org/deeplinks/2010/01/tracking-by-user-agent ok marco@ | ||||
* | Remove user_agent_roundrobin knob | Stevan Andjelkovic | 2012-01-02 | 4 | -17/+8 |
| | | | | ok marco@ | ||||
* | Add history.c and completion.c... | Stevan Andjelkovic | 2012-01-02 | 6 | -295/+359 |
| | | | | | | ... and move history and completion related functions to them. ok marco@ | ||||
* | Fix two segfaults | Stevan Andjelkovic | 2012-01-02 | 2 | -2/+6 |
| | | | | | | Found and fixed by Nils Schneider <nils schneider at gmail dot com> ok marco@ | ||||
* | Simplify and normalise the config file | Stevan Andjelkovic | 2012-01-02 | 5 | -105/+250 |
| | | | | ok marco@ | ||||
* | Add a script that checks the config | Stevan Andjelkovic | 2012-01-02 | 1 | -0/+266 |
| | | | | | | | | More specifically; it checks if the default values (found in settings.c) are reflected by the config (xxxterm.conf). Hopefully this will be helpful for keeping the two in sync. ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 5 | -1/+63 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 2 | -1/+2 |
| | | | | | | Pointed out by John Brendler (brendlerjg) ok marco@ | ||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 3 | -4/+55 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 2 | -1/+67 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add unlinking of downloaded files (FS#81) | Stevan Andjelkovic | 2011-12-29 | 1 | -6/+16 |
| | | | | | | Code from Cody Wright (writecode) ok marco@ | ||||
* | Fix FS#199 (default guess_search value in config) | Stevan Andjelkovic | 2011-12-29 | 1 | -1/+1 |
| | | | | ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 5 | -9/+33 |
| | | | | | | | | | | | | | | | FS#206:"Add option: maximize at startup" (From Wei-Ning Huang (aitjcize)) FS#198: "Buffer command gu documented as gU" (Pointed out by John Brendler (brendlerjg)) FS#203: "Add command gU for opening the root of a webpage" (Slightly modified code from Elias Norberg (xyzzy)) FS#211: "New key handling code breaks old :buffers/:ls behavior." ok marco@ | ||||
* | Fix freebsd build | Marco Peereboom | 2011-12-28 | 1 | -0/+2 |
| | | | | | Fixes FS#209 From: Herbert J. Skuhra h.skuhra@gmail.com | ||||
* | Add round robin user agents | Marco Peereboom | 2011-12-28 | 4 | -5/+89 |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | ||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 5 | -13/+49 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 6 | -56/+209 |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | ||||
* | 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 |
|/ | | | | | We can now toggle a proxy with F2 and we also look at HTTP_PROXY environment variable. This is handy for toggling Tor on and off. | ||||
* | 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 |
| | | | | This will enable us to support webkit 1.2 as well. | ||||
* | focus nits | marco | 2011-11-11 | 1 | -6/+15 |
| |