Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | typo | Marco Peereboom | 2010-12-29 | 1 | -1/+1 | |
| | ||||||
* | att ctrl left and right arrows. should we make this work too in editboxes? | Marco Peereboom | 2010-12-29 | 1 | -0/+4 | |
| | ||||||
* | doco cookieadd | Marco Peereboom | 2010-12-29 | 1 | -0/+5 | |
| | ||||||
* | Add runtime cookie white list toggle. | Marco Peereboom | 2010-12-29 | 1 | -0/+5 | |
| | | | | | Add allow_volatile_cookies option that ellows short lived cookies to exist in the session cache. | |||||
* | doco y p from Stevan Andjelkovic <stevan@student.chalmers.se> | Marco Peereboom | 2010-12-29 | 1 | -0/+11 | |
| | ||||||
* | document runtime_settings | Marco Peereboom | 2010-12-29 | 1 | -0/+7 | |
| | ||||||
* | add :jsadd to write current tab domain to runtime config file. | Marco Peereboom | 2010-12-29 | 1 | -0/+5 | |
| | ||||||
* | consolidate getpeerid code with linux. | Marco Peereboom | 2010-12-29 | 1 | -2/+1 | |
| | | | | | | | fix enable_socket default fix man page from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | now that we have the socket stuff add single_instance option | Marco Peereboom | 2010-12-28 | 1 | -0/+8 | |
| | ||||||
* | Allow multiple urls to be selected with -n | Marco Peereboom | 2010-12-28 | 1 | -4/+5 | |
| | ||||||
* | Add local socket option to open new tabs from the command line. | Marco Peereboom | 2010-12-28 | 1 | -0/+14 | |
| | | | | | Mostly from Stevan Andjelkovic <stevan@student.chalmers.se> Debugging and some extra stuff by me. | |||||
* | add append_next to enable tab insertions instead of appending as requested | Marco Peereboom | 2010-12-28 | 1 | -0/+3 | |
| | | | | by jy-p. | |||||
* | add function to override keystrokes in entry boxes to make like ctrl-t and | Marco Peereboom | 2010-12-26 | 1 | -2/+2 | |
| | | | | | | ctrl-w work in search and addres entry. move gui functions to MOD instead of CTRL to be more uniform. | |||||
* | add source view toggle | Marco Peereboom | 2010-12-26 | 1 | -0/+2 | |
| | ||||||
* | handle certificates more gracefully. Trusted is green, untrusted yellow. | Marco Peereboom | 2010-12-26 | 1 | -0/+9 | |
| | | | | When there is no CA file color all secure connections red. | |||||
* | Add save tab support. | Marco Peereboom | 2010-12-26 | 1 | -0/+10 | |
| | | | | | | fix boneheaded typo from edd Sligthly modified diff from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | add :home | Edd Barrett | 2010-12-24 | 1 | -0/+2 | |
| | | | | ok marco | |||||
* | add cookiejar content viewer. edd needs to fix the remove ;-) | Marco Peereboom | 2010-12-23 | 1 | -0/+2 | |
| | | | | this also needs formating. | |||||
* | Add basic stats for blocked cookies. Might be an idea to keep those in a | Marco Peereboom | 2010-12-23 | 1 | -0/+3 | |
| | | | | database for postmortem purposes. | |||||
* | shoot forgot the man page | Marco Peereboom | 2010-12-23 | 1 | -1/+3 | |
| | ||||||
* | Add runtime javascript toggle for current domain in tab | Marco Peereboom | 2010-12-22 | 1 | -0/+2 | |
| | ||||||
* | Add javascript whitelist. | Marco Peereboom | 2010-12-22 | 1 | -0/+6 | |
| | ||||||
* | Add proper cookie support with policy, cookie white list, session cookies | Marco Peereboom | 2010-12-22 | 1 | -0/+16 | |
| | | | | etc | |||||
* | Add refres_interval for dlman | Marco Peereboom | 2010-12-21 | 1 | -0/+3 | |
| | ||||||
* | Add myself to copyright and authors. | Edd Barrett | 2010-12-21 | 1 | -1/+3 | |
| | | | | OK marco | |||||
* | add history | Marco Peereboom | 2010-12-21 | 1 | -0/+4 | |
| | ||||||
* | Add basic printing support. | Edd Barrett | 2010-12-16 | 1 | -1/+5 | |
| | | | | Ok marco@ | |||||
* | add simple download manager. OK marco@ | Edd Barrett | 2010-12-14 | 1 | -0/+4 | |
| | ||||||
* | make S-f open favorites | Marco Peereboom | 2010-09-01 | 1 | -1/+3 | |
| | ||||||
* | explain f | Marco Peereboom | 2010-08-12 | 1 | -0/+12 | |
| | ||||||
* | descibe aliases | Marco Peereboom | 2010-08-10 | 1 | -0/+8 | |
| | ||||||
* | add f7 to focus on search entry | Marco Peereboom | 2010-02-28 | 1 | -0/+2 | |
| | ||||||
* | Catch up | Marco Peereboom | 2010-02-28 | 1 | -37/+23 | |
| | ||||||
* | update doc based on sources, integrate suggestions from jmc@ | Todd Fries | 2010-02-25 | 1 | -23/+52 | |
| | ||||||
* | o document favorites | Todd Fries | 2010-02-25 | 1 | -0/+2 | |
| | | | | o use <ol> for neat lists | |||||
* | oof, document C-minus/C-plus committed a bit ago | Todd Fries | 2010-02-25 | 1 | -0/+4 | |
| | ||||||
* | match refresh keys in vi (C-r/C-l) | Todd Fries | 2010-02-25 | 1 | -0/+4 | |
| | | | | "yes like it" marco@ | |||||
* | document previous commit | Todd Fries | 2010-02-24 | 1 | -0/+4 | |
| |