Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose max connections and max host connections for extra vroom vroom. | Marco Peereboom | 2011-03-17 | 1 | -0/+8 |
| | | | | news.google.com in like 300ms ;-) | ||||
* | add @ modifier to mime type to enable "downloading first"; needed to use | Marco Peereboom | 2011-03-17 | 1 | -5/+15 |
| | | | | | with like xpdf that can't handle URLs or sites like chase.com that do stupid js crap to start the download. | ||||
* | Added the -e flag which allows execution of arbitrary command from the | Stevan Andjelkovic | 2011-03-15 | 1 | -0/+9 |
| | | | | | | command line. ok marco@ | ||||
* | Big change to how keys are handled. | Stevan Andjelkovic | 2011-03-15 | 1 | -8/+11 |
| | | | | | | | | | | | | All functions are now accessable thru commands, when a key is pressed the name string in the key_binding struct is used to lookup the correct function to call in the cmds[] array. As a result the func field in the keys[] struct is no longer needed. This is also a first step towards making it possible to drive a running xxxterm instance from the command line. ok marco@ | ||||
* | Fixed keybindings clash. | Stevan Andjelkovic | 2011-03-07 | 1 | -4/+4 |
| | | | | | | Improved an error message. ok marco@ | ||||
* | Added keybindings for cmd aliases (F9-F12). | Stevan Andjelkovic | 2011-03-07 | 1 | -0/+4 |
| | | | | ok marco@ | ||||
* | add kiosk mode | Marco Peereboom | 2011-02-28 | 1 | -3/+11 |
| | |||||
* | Low contrast web browsing (yay!) | Marco Peereboom | 2011-02-26 | 1 | -0/+8 |
| | | | | From: Todd Carson <toc@daybefore.net> | ||||
* | use zoom-level to scale the whole page instead of just fonts | Todd Fries | 2011-02-22 | 1 | -0/+2 |
| | | | | get it in marco@ | ||||
* | doco about: stuff in address bar | Marco Peereboom | 2011-02-19 | 1 | -0/+36 |
| | |||||
* | total rewrite of my clumsy attempt at doco. from jmc of course. | Marco Peereboom | 2011-02-18 | 1 | -309/+87 |
| | |||||
* | move keyboard mappings from C+q to C-q. | Marco Peereboom | 2011-02-17 | 1 | -67/+56 |
| | | | | | Fix a bug where the wrong value was being stored for the keybinding name. Work around a bug in gtk+ where 10 was considered a valid keystroke. | ||||
* | clarify | Marco Peereboom | 2011-02-15 | 1 | -0/+3 |
| | |||||
* | add work_dir and document keybinding | Marco Peereboom | 2011-02-15 | 1 | -0/+320 |
| | |||||
* | Man page fix (make guess_url, status{s,h} respect the alphabetical | Stevan Andjelkovic | 2011-02-02 | 1 | -14/+14 |
| | | | | | | | | | | order). Made rs[] (runtime settings) more readable, by indenting it. download_dir = ~/downloads rather than ~downloads in config. ok marco@ | ||||
* | document browser_mode | Marco Peereboom | 2011-02-01 | 1 | -0/+30 |
| | |||||
* | document home, found by tdm | Marco Peereboom | 2011-02-01 | 1 | -0/+2 |
| | |||||
* | Added a slightly modified patch for the guess search heuristic from Rivo | Stevan Andjelkovic | 2011-02-01 | 1 | -0/+8 |
| | | | | | | Nurges <rix at estpak dot ee>. Also made the guess search heuristic optional. | ||||
* | add missing -s to man page. | Marco Peereboom | 2011-02-01 | 1 | -0/+3 |
| | | | | found by jy-p | ||||
* | Added a vimperator style status bar, based on Todd's earlier patch. | Stevan Andjelkovic | 2011-01-30 | 1 | -2/+8 |
| | | | | | | | | Added a new heuristic for guess_url_type; if the string passed to the function isn't a local file and contains no dot, assume that the user wants to search for the string. ok marco@ | ||||
* | better borders on xtp tables, keybinding for cookie jar, progress bars on | Edd Barrett | 2011-01-27 | 1 | -0/+2 |
| | | | | | | | | | download manager, basename on download urls. marco seems busy, 18:01 <todd> I expressedly ok your dl diff you prodded marco about, it causes no harm, looks better, and provides nice functionality | ||||
* | fix online man page | Marco Peereboom | 2011-01-17 | 1 | -2/+0 |
| | | | | from dhill | ||||
* | better consitency. diff from stevan and i just changed it a bit | Marco Peereboom | 2011-01-17 | 1 | -9/+12 |
| | |||||
* | move some text back where it blenogs. bad todd for inserting text where it | Marco Peereboom | 2011-01-17 | 1 | -7/+5 |
| | | | | doesnt go | ||||
* | document the knobs for whitelists to unconfuse todd | Marco Peereboom | 2011-01-17 | 1 | -1/+55 |
| | |||||
* | document that commands are by default on fqdn | Marco Peereboom | 2011-01-17 | 1 | -15/+17 |
| | |||||
* | add session delete command | Marco Peereboom | 2011-01-14 | 1 | -0/+4 |
| | |||||
* | Add session_autosave as requested by jy-p. | Marco Peereboom | 2011-01-14 | 1 | -3/+26 |
| | | | | doco all session commands. | ||||
* | add myself to copyright and AUTHORS bits, prodded by marco@ | Todd Fries | 2011-01-12 | 1 | -2/+3 |
| | |||||
* | document recently implemented commands | Todd Fries | 2011-01-12 | 1 | -0/+10 |
| | |||||
* | show_{tab,url} in conf + doco | Todd Fries | 2011-01-12 | 1 | -0/+4 |
| | |||||
* | kill runtime settings and simply enable it at all times. | Marco Peereboom | 2011-01-10 | 1 | -9/+0 |
| | | | | Sort cookie and js white lists forward instead of reverse. | ||||
* | document icon size better | Marco Peereboom | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | typo | Marco Peereboom | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | document that one must use an ip for proxy and that tsocks works with | Marco Peereboom | 2011-01-09 | 1 | -0/+5 |
| | | | | xxxterm | ||||
* | made much more readable by jmc@opebsd.org | Marco Peereboom | 2011-01-08 | 1 | -341/+411 |
| | | | | thanks jmc! | ||||
* | add feature to save all rejected cookies. Handy for data mining them | Marco Peereboom | 2011-01-07 | 1 | -0/+4 |
| | | | | trackers. | ||||
* | add user_agent setting | Marco Peereboom | 2011-01-07 | 1 | -0/+4 |
| | |||||
* | doco cookie command | Marco Peereboom | 2011-01-07 | 1 | -8/+23 |
| | |||||
* | Save even more pixels and make icon sizes setable. | Marco Peereboom | 2011-01-06 | 1 | -0/+3 |
| | | | | from todd@openbsd.org | ||||
* | doco :js commands | Marco Peereboom | 2011-01-06 | 1 | -5/+22 |
| | |||||
* | doco cert commands | Marco Peereboom | 2011-01-06 | 1 | -1/+6 |
| | |||||
* | document save_global_history | Marco Peereboom | 2011-01-05 | 1 | -0/+12 |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | add window width and height as variables | Marco Peereboom | 2011-01-05 | 1 | -0/+4 |
| | | | | from todd@openbsd.org | ||||
* | add ca command to show ca certificates and document cert command | Marco Peereboom | 2011-01-05 | 1 | -0/+4 |
| | |||||
* | when undoing tab close make forward history work too. | Marco Peereboom | 2011-01-05 | 1 | -6/+6 |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | Add bunch of icons | Marco Peereboom | 2011-01-03 | 1 | -0/+3 |
| | |||||
* | doco restart | Marco Peereboom | 2011-01-02 | 1 | -0/+4 |
| | |||||
* | Add undo close tabs. | Marco Peereboom | 2011-01-01 | 1 | -0/+15 |
| | | | | | | Command aliasing (needs a lot more love!). from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | completly rewrite the cookie handling code curtesy of badly designed | Marco Peereboom | 2011-01-01 | 1 | -0/+2 |
| | | | | | libsoup cookies. just about anything that could have been designed wrong or backwards was. |