Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 1 | -0/+29 |
| | |||||
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 1 | -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 knob | Stevan Andjelkovic | 2012-01-02 | 1 | -3/+2 |
| | | | | ok marco@ | ||||
* | Simplify and normalise the config file | Stevan Andjelkovic | 2012-01-02 | 1 | -0/+14 |
| | | | | ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+4 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 1 | -0/+12 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 1 | -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 agents | Marco Peereboom | 2011-12-28 | 1 | -1/+3 |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | ||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 1 | -1/+5 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -8/+9 |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | ||||
* | Add proxy command. | Marco Peereboom | 2011-11-16 | 1 | -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 command | Marco Peereboom | 2011-11-05 | 1 | -0/+2 |
| | | | | Fixes FS#186 | ||||
* | Add M-p to toggle plugins | Marco Peereboom | 2011-11-05 | 1 | -0/+3 |
| | |||||
* | document zz | marco | 2011-11-03 | 1 | -0/+2 |
| | |||||
* | do some more keybinding doco | Marco Peereboom | 2011-10-29 | 1 | -7/+16 |
| | |||||
* | add mechanism to run external JavaScript | Marco Peereboom | 2011-10-28 | 1 | -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 option | Marco Peereboom | 2011-10-27 | 1 | -0/+4 |
| | | | | | 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 | -3/+15 |
| | |||||
* | clarify single_instance | Marco Peereboom | 2011-10-26 | 1 | -1/+3 |
| | | | | From: Ingo Feinerer <feinerer@logic.at> | ||||
* | Add hinting that opens in a new tab | Marco Peereboom | 2011-10-26 | 1 | -0/+3 |
| | | | | Requested by Ingo Feinerer <feinerer@logic.at> | ||||
* | decument plugin whitelist | Marco Peereboom | 2011-10-25 | 1 | -8/+64 |
| | |||||
* | mandoc -Tlint cleaning. | David Hill | 2011-10-14 | 1 | -3/+3 |
| | |||||
* | add encoding support | Marco Peereboom | 2011-10-06 | 1 | -0/+17 |
| | | | | | 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/+7 |
| | | | | upon restart/reload of xxxterm. | ||||
* | add a regex to determine if something is a url (to be used in | Marco Peereboom | 2011-08-24 | 1 | -0/+4 |
| | | | | | | conjunction with guess_search = 1). regex string isn't quite right but get it in so that people can test. | ||||
* | document :set | Marco Peereboom | 2011-08-24 | 1 | -0/+19 |
| | |||||
* | in order to allow abort i had to simplify [`'] to [']. if we care we | Marco Peereboom | 2011-08-24 | 1 | -2/+2 |
| | | | | can add it [`] back in as a seperate regex. | ||||
* | dont tell lies about http_proxy | Marco Peereboom | 2011-08-24 | 1 | -1/+3 |
| | |||||
* | Sites like flickr REQUIRE HTML5 local storage for the JS popup menus to | Marco Peereboom | 2011-08-23 | 1 | -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 Peereboom | 2011-08-21 | 1 | -0/+7 |
| | | | | It is disable by default because we expect xterm to soon fix this bug. | ||||
* | moar doco as requested in FS#132 | Marco Peereboom | 2011-08-05 | 1 | -0/+9 |
| | |||||
* | Fixed typo and warning in man page. | Stevan Andjelkovic | 2011-08-05 | 1 | -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 Peereboom | 2011-08-04 | 1 | -3/+4 |
| | |||||
* | kill reloadforce and make all reloads actually reload instead of | Marco Peereboom | 2011-08-03 | 1 | -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 #6 | Michal Mazurek | 2011-08-03 | 1 | -0/+9 |
| | | | | ok marco, todd finds this appealing | ||||
* | typo, s/zi/zo/ when describing zoom out | Michal Mazurek | 2011-08-03 | 1 | -1/+1 |
| | | | | spotted by Aleksander Balicki | ||||
* | Add 'Z' zoom amount status bar element. Not visible by default. | Michal Mazurek | 2011-08-03 | 1 | -0/+3 |
| | | | | marco doesn't care so ok | ||||
* | Add the 'go up' buffer command. This is diff bcmd #1 | Michal Mazurek | 2011-08-02 | 1 | -0/+8 |
| | | | | ok marco | ||||
* | Add quickmarks. This is bcmd #5. | Michal Mazurek | 2011-08-02 | 1 | -0/+23 |
| | | | | ok marco. todd likes this. | ||||
* | Add the 'move percent' buffer command. This is diff bcmd #4. | Michal Mazurek | 2011-08-02 | 1 | -0/+3 |
| | | | | ok marco | ||||
* | Add the gototab buffer command. This is diff bcmd #3. | Michal Mazurek | 2011-08-02 | 1 | -0/+3 |
| | | | | ok marco | ||||
* | Add the 'zoom amount' buffer command. This is bcmd #2. | Michal Mazurek | 2011-08-02 | 1 | -0/+4 |
| | | | | ok marco | ||||
* | restore scrollfarleft bound to 0 | Michal Mazurek | 2011-08-02 | 1 | -0/+3 |
| | | | | | | update manpage ok marko | ||||
* | add preliminary buffer command code. | Michal Mazurek | 2011-08-01 | 1 | -1/+36 |
| | | | | ok marco | ||||
* | /tmp/cvsS55e3a | Michal Mazurek | 2011-07-30 | 1 | -2/+0 |
| | |||||
* | add statusbar_elems | Michal Mazurek | 2011-07-30 | 1 | -0/+7 |
| | | | | ok todd | ||||
* | remove t.font_size, rewrite adjustfont_webkit | Michal Mazurek | 2011-07-29 | 1 | -4/+7 |
| | |||||
* | correct typo in the man page | Michal Mazurek | 2011-07-28 | 1 | -3/+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/+8 |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> |