Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 2 | -1/+2 | |
| | | | | | | Pointed out by John Brendler (brendlerjg) ok marco@ | |||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 3 | -4/+55 | |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | |||||
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 2 | -1/+67 | |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | |||||
* | Add unlinking of downloaded files (FS#81) | Stevan Andjelkovic | 2011-12-29 | 1 | -6/+16 | |
| | | | | | | Code from Cody Wright (writecode) 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 | 5 | -9/+33 | |
| | | | | | | | | | | | | | | | 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@ | |||||
* | Fix freebsd build | Marco Peereboom | 2011-12-28 | 1 | -0/+2 | |
| | | | | | Fixes FS#209 From: Herbert J. Skuhra h.skuhra@gmail.com | |||||
* | Add round robin user agents | Marco Peereboom | 2011-12-28 | 4 | -5/+89 | |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | |||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 5 | -13/+49 | |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | |||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 6 | -56/+209 | |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | |||||
* | be more paranoid with strings | Marco Peereboom | 2011-12-26 | 1 | -3/+6 | |
| | ||||||
* | Prepare for release 1.9.0. | Marco Peereboom | 2011-12-08 | 1 | -2/+2 | |
| | ||||||
* | make sure show actually works as well | Marco Peereboom | 2011-11-16 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Marco Peereboom | 2011-11-16 | 1 | -1/+1 | |
|\ | ||||||
| * | webkit 1.4 doesn't do dom right so use 1.5 as the cutoff | marco | 2011-11-15 | 1 | -1/+1 | |
| | | ||||||
* | | add F2 here too | Marco Peereboom | 2011-11-16 | 1 | -0/+1 | |
| | | ||||||
* | | Add proxy command. | Marco Peereboom | 2011-11-16 | 4 | -2/+69 | |
|/ | | | | | 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 vi mode that eats ctrl/mod commands in input | Marco Peereboom | 2011-11-15 | 2 | -3/+9 | |
| | ||||||
* | print build version | Marco Peereboom | 2011-11-15 | 1 | -0/+5 | |
| | ||||||
* | bring back old keyboard behavior | marco | 2011-11-15 | 2 | -57/+48 | |
| | ||||||
* | add a hybrid input mode | marco | 2011-11-15 | 3 | -0/+43 | |
| | ||||||
* | add webkit 1.2 code | Marco Peereboom | 2011-11-11 | 3 | -7/+53 | |
| | ||||||
* | Move focus stuff into it's own file. | Marco Peereboom | 2011-11-11 | 4 | -222/+277 | |
| | | | | This will enable us to support webkit 1.2 as well. | |||||
* | focus nits | marco | 2011-11-11 | 1 | -6/+15 | |
| | ||||||
* | Modify some entry box overrides. | Marco Peereboom | 2011-11-10 | 1 | -8/+8 | |
| | | | | | | | | Ass a side effect of all the keyboard changes some keys lost their override in address and search entry. Bring some of those back (like ctrl-t etc). I am not sure I captured all the right ones so come debate me if you think other changes need to be made to the defaults. One can always do their own by using the ! in a keybinding. | |||||
* | silence autorun js for now | Marco Peereboom | 2011-11-09 | 1 | -1/+2 | |
| | ||||||
* | only set mode if focus succeeds | Marco Peereboom | 2011-11-09 | 1 | -2/+4 | |
| | ||||||
* | Add funky workaround for fancy rich edit boxes in RT | Marco Peereboom | 2011-11-09 | 1 | -0/+17 | |
| | | | | | | | | HTML5 defines a new property called "editable". None of the old textarea or input properties has that so I never keyed off it. Turn out that it is used so treat these as editable things as well. This works around an issue in the RT rich text editor which is special in it's own way. | |||||
* | fix some sites that screw with keyboard focus | Marco Peereboom | 2011-11-09 | 1 | -4/+12 | |
| | | | | | | | This changes the behavior buffercommands by returning USED vs PASSTHROUGH on non ascii characters. This seems to work but I don't know if this affects non-US keyboards in any way. Please test this a lot! | |||||
* | dont run JS_HINTING as often | Marco Peereboom | 2011-11-09 | 1 | -11/+4 | |
| | | | | and clean up some debug | |||||
* | handle frames and iframes as well | Marco Peereboom | 2011-11-09 | 1 | -10/+101 | |
| | | | | | | | | So now the heuristic is: focus on something in frame or iframe if nothing is found there then focus on input or textarea. This code does NOT take tabindex into account! It simply picks the first occurrence. This is deliberate! | |||||
* | kill focusInput and clearFocus JS | marco | 2011-11-09 | 1 | -54/+93 | |
| | | | | | | We are way smart and do it all directly in the dom. This was the last stumbling block screwing with running auto js a bit nicer and I think we have working insert or command mode. | |||||
* | cleanup and fix hinting | marco | 2011-11-09 | 1 | -96/+8 | |
| | | | | missed debug | |||||
* | first attemp at doing a true keyboard mode | Marco Peereboom | 2011-11-08 | 2 | -18/+184 | |
| | ||||||
* | delete unused variable | Marco Peereboom | 2011-11-05 | 1 | -2/+0 | |
| | ||||||
* | be more quiet | Marco Peereboom | 2011-11-05 | 1 | -9/+3 | |
| | ||||||
* | Add autorun JavaScript after page loads | Marco Peereboom | 2011-11-05 | 4 | -0/+182 | |
| | | | | | | | | | | 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. | |||||
* | Prepare for release 1.8.1. | Marco Peereboom | 2011-11-05 | 1 | -1/+1 | |
| | ||||||
* | kill a -Wshadow debug | Marco Peereboom | 2011-11-05 | 1 | -2/+0 | |
| | ||||||
* | Add stop command | Marco Peereboom | 2011-11-05 | 2 | -0/+10 | |
| | | | | Fixes FS#186 | |||||
* | Add M-p to toggle plugins | Marco Peereboom | 2011-11-05 | 2 | -1/+4 | |
| | ||||||
* | Add ctrl-p to toggle plugins | Marco Peereboom | 2011-11-05 | 1 | -0/+1 | |
| | ||||||
* | move common warnings to common area | Marco Peereboom | 2011-11-04 | 1 | -2/+1 | |
| | ||||||
* | better warnings | Marco Peereboom | 2011-11-04 | 1 | -4/+4 | |
| | ||||||
* | fix a shadowed var | Marco Peereboom | 2011-11-04 | 1 | -4/+4 | |
| | ||||||
* | add -Wshadow to clang target | Marco Peereboom | 2011-11-04 | 1 | -2/+6 | |
| | ||||||
* | Fix command bar not disappearing when status bar is enabled | Marco Peereboom | 2011-11-04 | 1 | -5/+7 | |
| | | | | | | | | Found by Feinerer <feinerer@logic.at> To the status bar maintainers, you guys need to take better care making sure you don't alter signal behavior when it is enabled. That is bad juju. | |||||
* | Add useful tab_id to debug | Marco Peereboom | 2011-11-04 | 1 | -12/+15 | |
| | ||||||
* | one more file | marco | 2011-11-03 | 1 | -1/+3 | |
| | ||||||
* | use install instead of cp and mkdir for install | marco | 2011-11-03 | 1 | -7/+8 | |
| |