about summary refs log tree commit diff stats
path: root/xxxterm.1
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation of referer-settingElias Norberg2012-01-161-0/+11
|
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-0/+10
| | | | | | | | | | | | | | 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
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-0/+29
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-0/+18
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* Remove user_agent_roundrobin knobStevan Andjelkovic2012-01-021-3/+2
| | | | ok marco@
* Simplify and normalise the config fileStevan Andjelkovic2012-01-021-0/+14
| | | | ok marco@
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-0/+4
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Add gt, gT, g0, g$ buffer commands (FS#202, FS#204)Stevan Andjelkovic2011-12-291-0/+12
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-2/+6
| | | | | | | | | | | | | | | 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 agentsMarco Peereboom2011-12-281-1/+3
| | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se
* user style ALL the pages _o/Marco Peereboom2011-12-281-1/+5
| | | | From Cody Wright M8R-2bxmml@mailinator.com
* Add link coloring after visiting it.Marco Peereboom2011-12-281-8/+9
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* Add proxy command.Marco Peereboom2011-11-161-0/+18
| | | | | 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 stop commandMarco Peereboom2011-11-051-0/+2
| | | | Fixes FS#186
* Add M-p to toggle pluginsMarco Peereboom2011-11-051-0/+3
|
* document zzmarco2011-11-031-0/+2
|
* do some more keybinding docoMarco Peereboom2011-10-291-7/+16
|
* add mechanism to run external JavaScriptMarco Peereboom2011-10-281-0/+2
| | | | | | | | | | Add the :script <filename> command to load and execute a piece of JavaScript in the current tab context. This should enable all kinds of awesome extension for xxxterm. This is also dangerous and not yet properly cordoned off so use with care. This feature is experimental. New things will be added to it as it becomes apparent what else needs to be done to add things such as password managers etc.
* add autofocus_onload optionMarco Peereboom2011-10-271-0/+4
| | | | | When set the browser will attempt to enable the default input on a website. Off by default
* document command and insert modeMarco Peereboom2011-10-271-3/+15
|
* clarify single_instanceMarco Peereboom2011-10-261-1/+3
| | | | From: Ingo Feinerer <feinerer@logic.at>
* Add hinting that opens in a new tabMarco Peereboom2011-10-261-0/+3
| | | | Requested by Ingo Feinerer <feinerer@logic.at>
* decument plugin whitelistMarco Peereboom2011-10-251-8/+64
|
* mandoc -Tlint cleaning.David Hill2011-10-141-3/+3
|
* add encoding supportMarco Peereboom2011-10-061-0/+17
| | | | | This adds default and per-tab encoding support. FS#149
* add history_autosave so that one can restore command and search historyMarco Peereboom2011-08-251-0/+7
| | | | upon restart/reload of xxxterm.
* add a regex to determine if something is a url (to be used inMarco Peereboom2011-08-241-0/+4
| | | | | | conjunction with guess_search = 1). regex string isn't quite right but get it in so that people can test.
* document :setMarco Peereboom2011-08-241-0/+19
|
* in order to allow abort i had to simplify [`'] to [']. if we care weMarco Peereboom2011-08-241-2/+2
| | | | can add it [`] back in as a seperate regex.
* dont tell lies about http_proxyMarco Peereboom2011-08-241-1/+3
|
* Sites like flickr REQUIRE HTML5 local storage for the JS popup menus toMarco Peereboom2011-08-231-1/+4
| | | | | | | | | | | work. This strikes me as insane for anyone who likes some sort of security. Then again if one chooses to use sites like flickr chances are that one doesn't care the least bit. So to work around this enable local storage for domains that are in the cookie white list. This leaves a sour taste in my mouth but what else can one do? Fixes FS#137
* Instead of forcing the xterm clipboard workaround make it an option.Marco Peereboom2011-08-211-0/+7
| | | | It is disable by default because we expect xterm to soon fix this bug.
* moar doco as requested in FS#132Marco Peereboom2011-08-051-0/+9
|
* Fixed typo and warning in man page.Stevan Andjelkovic2011-08-051-1/+2
| | | | | Spotted by A. Costa <agcosta at gis dot net> and Luis Henriques <luis dot henrix at gmail dot com>.
* when a cert is saved always blue the address bar.Marco Peereboom2011-08-041-3/+4
|
* kill reloadforce and make all reloads actually reload instead ofMarco Peereboom2011-08-031-3/+0
| | | | | | relying on webkit and/or html to say otherwise. use history instead of webkit functions to go back and forward.
* Add the "mark" buffer command. This is diff bcmd #6Michal Mazurek2011-08-031-0/+9
| | | | ok marco, todd finds this appealing
* typo, s/zi/zo/ when describing zoom outMichal Mazurek2011-08-031-1/+1
| | | | spotted by Aleksander Balicki
* Add 'Z' zoom amount status bar element. Not visible by default.Michal Mazurek2011-08-031-0/+3
| | | | marco doesn't care so ok
* Add the 'go up' buffer command. This is diff bcmd #1Michal Mazurek2011-08-021-0/+8
| | | | ok marco
* Add quickmarks. This is bcmd #5.Michal Mazurek2011-08-021-0/+23
| | | | ok marco. todd likes this.
* Add the 'move percent' buffer command. This is diff bcmd #4.Michal Mazurek2011-08-021-0/+3
| | | | ok marco
* Add the gototab buffer command. This is diff bcmd #3.Michal Mazurek2011-08-021-0/+3
| | | | ok marco
* Add the 'zoom amount' buffer command. This is bcmd #2.Michal Mazurek2011-08-021-0/+4
| | | | ok marco
* restore scrollfarleft bound to 0Michal Mazurek2011-08-021-0/+3
| | | | | | update manpage ok marko
* add preliminary buffer command code.Michal Mazurek2011-08-011-1/+36
| | | | ok marco
* /tmp/cvsS55e3aMichal Mazurek2011-07-301-2/+0
|
* add statusbar_elemsMichal Mazurek2011-07-301-0/+7
| | | | ok todd
* remove t.font_size, rewrite adjustfont_webkitMichal Mazurek2011-07-291-4/+7
|
* correct typo in the man pageMichal Mazurek2011-07-281-3/+1
|