Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add tree to default case | Marco Peereboom | 2012-01-23 | 1 | -0/+2 | |
| | ||||||
* | make resource limits use a #define block too | Marco Peereboom | 2012-01-23 | 2 | -2/+9 | |
| | ||||||
* | replace enable external editor with enable signals | Marco Peereboom | 2012-01-23 | 3 | -7/+11 | |
| | ||||||
* | add openbsd section for includes | Marco Peereboom | 2012-01-23 | 1 | -1/+1 | |
| | ||||||
* | move sys/wait.h within #define | Marco Peereboom | 2012-01-23 | 1 | -1/+4 | |
| | ||||||
* | make external editor a compile time decission | Marco Peereboom | 2012-01-23 | 2 | -1/+4 | |
| | ||||||
* | fix for problems with cookies starting with '.' | Elias Norberg | 2012-01-18 | 1 | -1/+2 | |
| | ||||||
* | Fix for FS#205 - use same number for hints with same url | Elias Norberg | 2012-01-16 | 1 | -4/+22 | |
| | ||||||
* | add sane defaults for refered based on browser_mode | Marco Peereboom | 2012-01-16 | 1 | -0/+3 | |
| | ||||||
* | Add documentation of referer-setting | Elias Norberg | 2012-01-16 | 2 | -0/+12 | |
| | ||||||
* | Fix for FS#86 - Ability to control wheter 'Referer' will be sent or not | Elias Norberg | 2012-01-16 | 3 | -0/+107 | |
| | | | | | | | | | The setting 'referer' can be one of four different values: 'always' - the default. always send referer 'never' - never send referer 'same-domain' - only send referer if it's the same domain Any other value, that is also a valid URL, will use this custom value as referer. (E.g. you could set it to http://no-referer.com) | |||||
* | First attempt at FS#74 - add option to wait for confirmation of download | Elias Norberg | 2012-01-16 | 6 | -22/+203 | |
| | | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco | |||||
* | style and add a warning if tld-rules can't be found | Marco Peereboom | 2012-01-16 | 1 | -3/+5 | |
| | ||||||
* | Use a list of TLD's to properly handle multi-part TLD's | Elias Norberg | 2012-01-16 | 9 | -9/+5660 | |
| | | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' | |||||
* | this should work around a crash jy-p saw | Marco Peereboom | 2012-01-12 | 1 | -14/+23 | |
| | ||||||
* | 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 | |
| | | | | Thanks Andy Valencia (vandys) | |||||
* | 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 | |
| | | | | | Make buffer size 64k instead of 1k to minimize churn. Also move a variable to where $DEITY intended it. | |||||
* | 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 | |
| | | | | | | | 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@ |