about summary refs log tree commit diff stats
path: root/xxxterm.conf
Commit message (Collapse)AuthorAgeFilesLines
* rename xxxterm to xomreroMarco Peereboom2012-05-171-369/+0
|
* Add a setting to read additional config files from any other configJosh Rickmar2012-05-161-0/+3
| | | | file and document it. This fixes FS#238.
* Add a setting to show download notifications via show_oops (default 0)Josh Rickmar2012-05-161-1/+2
| | | | and document it in the manpage.
* add stop keybinding, from lonerman <supergeekoid@gmail.com>Marco Peereboom2012-04-161-0/+1
|
* add duckduckgo to search_stringsTodd T. Fries2012-04-051-0/+3
| | | | from Kyle Isom coder at kyleisom dot net
* add a userstyle_global sample in xxxterm.confTodd T. Fries2012-02-281-0/+1
|
* document the strategy used in the config file, prompted by jy-pMarco Peereboom2012-02-281-0/+10
|
* add start page as a search engine tooMarco Peereboom2012-02-151-0/+3
|
* Add initial support for Strict-Transport-SecurityElias Norberg2012-02-111-0/+1
| | | | | | | | | Strict-Transport-Security is a HTTP-flag that a server can specify to force all future requests to that server to be done via https. The flag 'enable_strict_transport' specifies if STS should be used or not. Default is TRUE.
* comment out user_agent, bad elias for adding them enabled\!Marco Peereboom2012-01-281-5/+5
|
* Add documentation of referer-settingElias Norberg2012-01-161-0/+1
|
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-0/+1
| | | | | | | | | | | | | | 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
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-121-0/+1
|
* die cvs tag, DIEMarco Peereboom2012-01-041-2/+0
|
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-0/+9
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-0/+3
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* Update user-agents in configStevan Andjelkovic2012-01-021-3/+4
| | | | | | | Added the four supposedly most popular user-agents according to: https://www.eff.org/deeplinks/2010/01/tracking-by-user-agent ok marco@
* Simplify and normalise the config fileStevan Andjelkovic2012-01-021-104/+186
| | | | ok marco@
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-0/+1
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Fix spell checking value in config (FS#212)Stevan Andjelkovic2011-12-301-1/+1
| | | | | | Pointed out by John Brendler (brendlerjg) ok marco@
* Fix FS#199 (default guess_search value in config)Stevan Andjelkovic2011-12-291-1/+1
| | | | ok marco@
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-0/+1
| | | | | | | | | | | | | | | 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@
* user style ALL the pages _o/Marco Peereboom2011-12-281-0/+1
| | | | From Cody Wright M8R-2bxmml@mailinator.com
* Add link coloring after visiting it.Marco Peereboom2011-12-281-0/+1
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* add F2 here tooMarco Peereboom2011-11-161-0/+1
|
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-051-0/+1
| | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory.
* set default encoding to UTF-8 as requestedmarco2011-11-031-1/+1
|
* add autofocus_onload optionMarco Peereboom2011-10-271-0/+1
| | | | | 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-1/+5
|
* Add hinting that opens in a new tabMarco Peereboom2011-10-261-0/+1
| | | | Requested by Ingo Feinerer <feinerer@logic.at>
* add encoding supportMarco Peereboom2011-10-061-0/+1
| | | | | 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/+1
| | | | upon restart/reload of xxxterm.
* better regex from mcbrideMarco Peereboom2011-08-241-1/+1
|
* add a regex to determine if something is a url (to be used inMarco Peereboom2011-08-241-1/+2
| | | | | | conjunction with guess_search = 1). regex string isn't quite right but get it in so that people can test.
* Instead of forcing the xterm clipboard workaround make it an option.Marco Peereboom2011-08-211-0/+1
| | | | It is disable by default because we expect xterm to soon fix this bug.
* kill reloadforce and make all reloads actually reload instead ofMarco Peereboom2011-08-031-1/+0
| | | | | | relying on webkit and/or html to say otherwise. use history instead of webkit functions to go back and forward.
* Forgot to update xxxterm.conf when restoring scrollfarleftMichal Mazurek2011-08-021-0/+1
|
* add preliminary buffer command code.Michal Mazurek2011-08-011-3/+1
| | | | ok marco
* /tmp/cvsS55e3aMichal Mazurek2011-07-301-3/+2
|
* add statusbar_elemsMichal Mazurek2011-07-301-0/+1
| | | | ok todd
* remove t.font_size, rewrite adjustfont_webkitMichal Mazurek2011-07-291-1/+1
|
* add a method for running scripts on a page. the example usesMarco Peereboom2011-07-251-0/+7
| | | | | | get_flash_videos to download and play youtube stuff. From: Michal Mazurek <akfaew@jasminek.net>
* add more settable fontsMarco Peereboom2011-07-251-0/+2
| | | | From: Michal Mazurek <akfaew@jasminek.net>
* add more stuff to status bar and fix Michal's very very broken spacebar.Marco Peereboom2011-07-181-0/+1
| | | | | | man page is still MIA From: Michal Mazurek <akfaew@jasminek.net>
* add a jumanji like tab bar in addition to the regular one.Marco Peereboom2011-07-181-0/+1
| | | | From: Michal Mazurek <akfaew@jasminek.net>
* add a font option for the status and command entry bars.Marco Peereboom2011-07-111-0/+3
| | | | | | from Michal Mazurek <akfaew@jasminek.net> Man page please!
* document that webkit poopoos over max-conns and max-host-conns.Marco Peereboom2011-07-081-2/+4
|
* Disable "Web SQL Database" and add option enable_localstorage.Raphael Graf2011-07-081-0/+3
| | | | ok marco@
* add F1 for help; makes the browser feel traditional.Marco Peereboom2011-07-071-0/+1
|
* Add toplevel toggle command to temporary enable cookie and js whitelistMarco Peereboom2011-07-071-0/+1
| | | | | | | for the toplevel domain. The "play" button now uses this too instead of the old FQDN JS only action. requested by several people.