about summary refs log tree commit diff stats
path: root/xxxterm.1
Commit message (Collapse)AuthorAgeFilesLines
...
* doco about: stuff in address barMarco Peereboom2011-02-191-0/+36
|
* total rewrite of my clumsy attempt at doco. from jmc of course.Marco Peereboom2011-02-181-309/+87
|
* move keyboard mappings from C+q to C-q.Marco Peereboom2011-02-171-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.
* clarifyMarco Peereboom2011-02-151-0/+3
|
* add work_dir and document keybindingMarco Peereboom2011-02-151-0/+320
|
* Man page fix (make guess_url, status{s,h} respect the alphabeticalStevan Andjelkovic2011-02-021-14/+14
| | | | | | | | | | order). Made rs[] (runtime settings) more readable, by indenting it. download_dir = ~/downloads rather than ~downloads in config. ok marco@
* document browser_modeMarco Peereboom2011-02-011-0/+30
|
* document home, found by tdmMarco Peereboom2011-02-011-0/+2
|
* Added a slightly modified patch for the guess search heuristic from RivoStevan Andjelkovic2011-02-011-0/+8
| | | | | | Nurges <rix at estpak dot ee>. Also made the guess search heuristic optional.
* add missing -s to man page.Marco Peereboom2011-02-011-0/+3
| | | | found by jy-p
* Added a vimperator style status bar, based on Todd's earlier patch.Stevan Andjelkovic2011-01-301-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 onEdd Barrett2011-01-271-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 pageMarco Peereboom2011-01-171-2/+0
| | | | from dhill
* better consitency. diff from stevan and i just changed it a bitMarco Peereboom2011-01-171-9/+12
|
* move some text back where it blenogs. bad todd for inserting text where itMarco Peereboom2011-01-171-7/+5
| | | | doesnt go
* document the knobs for whitelists to unconfuse toddMarco Peereboom2011-01-171-1/+55
|
* document that commands are by default on fqdnMarco Peereboom2011-01-171-15/+17
|
* add session delete commandMarco Peereboom2011-01-141-0/+4
|
* Add session_autosave as requested by jy-p.Marco Peereboom2011-01-141-3/+26
| | | | doco all session commands.
* add myself to copyright and AUTHORS bits, prodded by marco@Todd Fries2011-01-121-2/+3
|
* document recently implemented commandsTodd Fries2011-01-121-0/+10
|
* show_{tab,url} in conf + docoTodd Fries2011-01-121-0/+4
|
* kill runtime settings and simply enable it at all times.Marco Peereboom2011-01-101-9/+0
| | | | Sort cookie and js white lists forward instead of reverse.
* document icon size betterMarco Peereboom2011-01-101-1/+1
|
* typoMarco Peereboom2011-01-091-1/+1
|
* document that one must use an ip for proxy and that tsocks works withMarco Peereboom2011-01-091-0/+5
| | | | xxxterm
* made much more readable by jmc@opebsd.orgMarco Peereboom2011-01-081-341/+411
| | | | thanks jmc!
* add feature to save all rejected cookies. Handy for data mining themMarco Peereboom2011-01-071-0/+4
| | | | trackers.
* add user_agent settingMarco Peereboom2011-01-071-0/+4
|
* doco cookie commandMarco Peereboom2011-01-071-8/+23
|
* Save even more pixels and make icon sizes setable.Marco Peereboom2011-01-061-0/+3
| | | | from todd@openbsd.org
* doco :js commandsMarco Peereboom2011-01-061-5/+22
|
* doco cert commandsMarco Peereboom2011-01-061-1/+6
|
* document save_global_historyMarco Peereboom2011-01-051-0/+12
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* add window width and height as variablesMarco Peereboom2011-01-051-0/+4
| | | | from todd@openbsd.org
* add ca command to show ca certificates and document cert commandMarco Peereboom2011-01-051-0/+4
|
* when undoing tab close make forward history work too.Marco Peereboom2011-01-051-6/+6
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* Add bunch of iconsMarco Peereboom2011-01-031-0/+3
|
* doco restartMarco Peereboom2011-01-021-0/+4
|
* Add undo close tabs.Marco Peereboom2011-01-011-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 designedMarco Peereboom2011-01-011-0/+2
| | | | | libsoup cookies. just about anything that could have been designed wrong or backwards was.
* typoMarco Peereboom2010-12-291-1/+1
|
* att ctrl left and right arrows. should we make this work too in editboxes?Marco Peereboom2010-12-291-0/+4
|
* doco cookieaddMarco Peereboom2010-12-291-0/+5
|
* Add runtime cookie white list toggle.Marco Peereboom2010-12-291-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 Peereboom2010-12-291-0/+11
|
* document runtime_settingsMarco Peereboom2010-12-291-0/+7
|
* add :jsadd to write current tab domain to runtime config file.Marco Peereboom2010-12-291-0/+5
|
* consolidate getpeerid code with linux.Marco Peereboom2010-12-291-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 optionMarco Peereboom2010-12-281-0/+8
|