Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abstract fork and exec | Marco Peereboom | 2012-01-31 | 1 | -58/+6 |
| | |||||
* | Fix problem with hinting introduced by e1e31b4e | Elias Norberg | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | make gnutls play nice with file descriptors, fixes windows gnutls errors | Marco Peereboom | 2012-01-28 | 1 | -0/+19 |
| | |||||
* | remove unused variable | Marco Peereboom | 2012-01-28 | 1 | -2/+2 |
| | |||||
* | fix dowloads + unlink in download manager on windows | Marco Peereboom | 2012-01-27 | 1 | -1/+10 |
| | |||||
* | make debug work and lose ARGV_TYPE now that we use mingw64 | Marco Peereboom | 2012-01-27 | 1 | -10/+3 |
| | |||||
* | Add a "remove all" button on the cookiejar page. | vext01 | 2012-01-25 | 1 | -1/+26 |
| | | | | | | | | | Add "cookie purge" command (removes all). Update manual to mention "cookie purge". Make the cookiejar page look more consistent. Update copyright on files I have touched. OK marco | ||||
* | windows and unix have different argv definitions | Marco Peereboom | 2012-01-25 | 1 | -2/+9 |
| | |||||
* | I put PS in the wrong file, so move it so that stuff compiles again | Marco Peereboom | 2012-01-25 | 1 | -5/+2 |
| | |||||
* | shut windows up | Marco Peereboom | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | many more path separators | Marco Peereboom | 2012-01-24 | 1 | -18/+18 |
| | |||||
* | add a path delimiter so that we can make this work on windows | Marco Peereboom | 2012-01-24 | 1 | -15/+19 |
| | |||||
* | windows can edn up with dp == NULL | Marco Peereboom | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | mkdir only takes one arg on windows | Marco Peereboom | 2012-01-24 | 1 | -0/+4 |
| | |||||
* | windows only has regular files | Marco Peereboom | 2012-01-24 | 1 | -1/+7 |
| | |||||
* | shuffle variables around to please XT_RESOURCE_LIMITS_DISABLE | Marco Peereboom | 2012-01-24 | 1 | -6/+11 |
| | |||||
* | convert long long to int to shut mingw up | Marco Peereboom | 2012-01-24 | 1 | -2/+2 |
| | |||||
* | replace gnutls_strerror_name with a dummy string when the version is too old | Marco Peereboom | 2012-01-24 | 1 | -0/+4 |
| | |||||
* | wrap socket code in #if for windows portability | Marco Peereboom | 2012-01-23 | 1 | -4/+8 |
| | |||||
* | compile with gnutls 2.4 | Marco Peereboom | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | include using <> instead of ; this will have fallout | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | make resource limits use a #define block too | Marco Peereboom | 2012-01-23 | 1 | -1/+4 |
| | |||||
* | replace enable external editor with enable signals | Marco Peereboom | 2012-01-23 | 1 | -2/+7 |
| | |||||
* | Fix for FS#86 - Ability to control wheter 'Referer' will be sent or not | Elias Norberg | 2012-01-16 | 1 | -0/+42 |
| | | | | | | | | | 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 | 1 | -16/+110 |
| | | | | | | | | | | | | | | 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 | ||||
* | Use a list of TLD's to properly handle multi-part TLD's | Elias Norberg | 2012-01-16 | 1 | -0/+3 |
| | | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' | ||||
* | add passthrough mode from: Maroun NAJM <bartender@c0decafe.net> | Marco Peereboom | 2012-01-12 | 1 | -0/+12 |
| | |||||
* | 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) | ||||
* | depending on version.h by everything is silly when one .c file uses it, correct | Todd T. Fries | 2012-01-04 | 1 | -0/+1 |
| | |||||
* | clean warning in linux | Marco Peereboom | 2012-01-04 | 1 | -2/+1 |
| | |||||
* | Add favicons for :ls/:buffers | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+9 |
| | | | | ok marco@ | ||||
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 1 | -3/+12 |
| | |||||
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 1 | -108/+56 |
| | | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@ | ||||
* | Fix for FS#208 - open a file from the command line without full path | Elias Norberg | 2012-01-03 | 1 | -3/+13 |
| | | | | ok marco@ | ||||
* | Remove user_agent_roundrobin knob | Stevan Andjelkovic | 2012-01-02 | 1 | -3/+4 |
| | | | | ok marco@ | ||||
* | Add history.c and completion.c... | Stevan Andjelkovic | 2012-01-02 | 1 | -293/+0 |
| | | | | | | ... and move history and completion related functions to them. ok marco@ | ||||
* | Fix two segfaults | Stevan Andjelkovic | 2012-01-02 | 1 | -1/+5 |
| | | | | | | Found and fixed by Nils Schneider <nils schneider at gmail dot com> ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+38 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+1 |
| | | | | | | Pointed out by John Brendler (brendlerjg) ok marco@ | ||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 1 | -0/+36 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 1 | -1/+55 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | 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@ | ||||
* | Add round robin user agents | Marco Peereboom | 2011-12-28 | 1 | -1/+23 |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | ||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 1 | -11/+39 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -43/+187 |
| | | | | | 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 |
| | |||||
* | make sure show actually works as well | Marco Peereboom | 2011-11-16 | 1 | -0/+1 |
| | |||||
* | Add proxy command. | Marco Peereboom | 2011-11-16 | 1 | -2/+46 |
| | | | | | 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 | 1 | -0/+6 |
| |