Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add passthrough mode from: Maroun NAJM <bartender@c0decafe.net> | Marco Peereboom | 2012-01-12 | 1 | -0/+1 |
| | |||||
* | die cvs tag, DIE | Marco Peereboom | 2012-01-04 | 1 | -2/+0 |
| | |||||
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 1 | -0/+9 |
| | |||||
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 1 | -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 config | Stevan Andjelkovic | 2012-01-02 | 1 | -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 file | Stevan Andjelkovic | 2012-01-02 | 1 | -104/+186 |
| | | | | ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+1 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 1 | -1/+1 |
| | | | | | | Pointed out by John Brendler (brendlerjg) ok marco@ | ||||
* | Fix FS#199 (default guess_search value in config) | Stevan Andjelkovic | 2011-12-29 | 1 | -1/+1 |
| | | | | ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 1 | -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 Peereboom | 2011-12-28 | 1 | -0/+1 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -0/+1 |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | ||||
* | add F2 here too | Marco Peereboom | 2011-11-16 | 1 | -0/+1 |
| | |||||
* | Add autorun JavaScript after page loads | Marco Peereboom | 2011-11-05 | 1 | -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 requested | marco | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | add autofocus_onload option | Marco Peereboom | 2011-10-27 | 1 | -0/+1 |
| | | | | | When set the browser will attempt to enable the default input on a website. Off by default | ||||
* | document command and insert mode | Marco Peereboom | 2011-10-27 | 1 | -1/+5 |
| | |||||
* | Add hinting that opens in a new tab | Marco Peereboom | 2011-10-26 | 1 | -0/+1 |
| | | | | Requested by Ingo Feinerer <feinerer@logic.at> | ||||
* | add encoding support | Marco Peereboom | 2011-10-06 | 1 | -0/+1 |
| | | | | | This adds default and per-tab encoding support. FS#149 | ||||
* | add history_autosave so that one can restore command and search history | Marco Peereboom | 2011-08-25 | 1 | -0/+1 |
| | | | | upon restart/reload of xxxterm. | ||||
* | better regex from mcbride | Marco Peereboom | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | add a regex to determine if something is a url (to be used in | Marco Peereboom | 2011-08-24 | 1 | -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 Peereboom | 2011-08-21 | 1 | -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 of | Marco Peereboom | 2011-08-03 | 1 | -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 scrollfarleft | Michal Mazurek | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | add preliminary buffer command code. | Michal Mazurek | 2011-08-01 | 1 | -3/+1 |
| | | | | ok marco | ||||
* | /tmp/cvsS55e3a | Michal Mazurek | 2011-07-30 | 1 | -3/+2 |
| | |||||
* | add statusbar_elems | Michal Mazurek | 2011-07-30 | 1 | -0/+1 |
| | | | | ok todd | ||||
* | remove t.font_size, rewrite adjustfont_webkit | Michal Mazurek | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | add a method for running scripts on a page. the example uses | Marco Peereboom | 2011-07-25 | 1 | -0/+7 |
| | | | | | | get_flash_videos to download and play youtube stuff. From: Michal Mazurek <akfaew@jasminek.net> | ||||
* | add more settable fonts | Marco Peereboom | 2011-07-25 | 1 | -0/+2 |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | ||||
* | add more stuff to status bar and fix Michal's very very broken spacebar. | Marco Peereboom | 2011-07-18 | 1 | -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 Peereboom | 2011-07-18 | 1 | -0/+1 |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | ||||
* | add a font option for the status and command entry bars. | Marco Peereboom | 2011-07-11 | 1 | -0/+3 |
| | | | | | | from Michal Mazurek <akfaew@jasminek.net> Man page please! | ||||
* | document that webkit poopoos over max-conns and max-host-conns. | Marco Peereboom | 2011-07-08 | 1 | -2/+4 |
| | |||||
* | Disable "Web SQL Database" and add option enable_localstorage. | Raphael Graf | 2011-07-08 | 1 | -0/+3 |
| | | | | ok marco@ | ||||
* | add F1 for help; makes the browser feel traditional. | Marco Peereboom | 2011-07-07 | 1 | -0/+1 |
| | |||||
* | Add toplevel toggle command to temporary enable cookie and js whitelist | Marco Peereboom | 2011-07-07 | 1 | -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. | ||||
* | set enable spell check to to 1 so that removing # does the trick. | Marco Peereboom | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Add options for spell checking. | Raphael Graf | 2011-06-21 | 1 | -0/+2 |
| | | | | ok omg marco@ | ||||
* | add s | Marco Peereboom | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | pimp cyphertite | Marco Peereboom | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | example on how to ignore certain mime types, i am talking to you flash | Marco Peereboom | 2011-04-20 | 1 | -0/+3 |
| | |||||
* | Make some commands more gvim-like and allow trailing "!". | Raphael Graf | 2011-04-13 | 1 | -1/+1 |
| | | | | | | Fix segmentation fault with ':tabclose' from command-line on a single tab. ok marco@ | ||||
* | remove tabgoto, use tabnext instead | Raphael Graf | 2011-04-11 | 1 | -10/+10 |
| | | | | ok marco@ | ||||
* | Arbitrary commands can now be bound to keys using keybindings. | Stevan Andjelkovic | 2011-04-10 | 1 | -2/+2 |
| | | | | ok marco@ | ||||
* | expose max connections and max host connections for extra vroom vroom. | Marco Peereboom | 2011-03-17 | 1 | -0/+2 |
| | | | | news.google.com in like 300ms ;-) | ||||
* | Generalised and simplified keybindings. Keys can now be bound to | Stevan Andjelkovic | 2011-03-17 | 1 | -2/+2 |
| | | | | | | | commands taking arguments, such as "js toggle". Removed karg from the key_binding struct. ok marco@ | ||||
* | add @ modifier to mime type to enable "downloading first"; needed to use | Marco Peereboom | 2011-03-17 | 1 | -3/+6 |
| | | | | | with like xpdf that can't handle URLs or sites like chase.com that do stupid js crap to start the download. | ||||
* | bring conf back into reality | Marco Peereboom | 2011-03-16 | 1 | -7/+7 |
| |