Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add history.c and completion.c... | Stevan Andjelkovic | 2012-01-02 | 1 | -293/+0 |
| | | | | | | ... and move history and completion related functions to them. ok marco@ | ||||
* | Fix two segfaults | Stevan Andjelkovic | 2012-01-02 | 1 | -1/+5 |
| | | | | | | Found and fixed by Nils Schneider <nils schneider at gmail dot com> ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+38 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fix spell checking value in config (FS#212) | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+1 |
| | | | | | | Pointed out by John Brendler (brendlerjg) ok marco@ | ||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 1 | -0/+36 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add gt, gT, g0, g$ buffer commands (FS#202, FS#204) | Stevan Andjelkovic | 2011-12-29 | 1 | -1/+55 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | 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/+23 |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | ||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 1 | -11/+39 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -43/+187 |
| | | | | | 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 |
| | |||||
* | make sure show actually works as well | Marco Peereboom | 2011-11-16 | 1 | -0/+1 |
| | |||||
* | Add proxy command. | Marco Peereboom | 2011-11-16 | 1 | -2/+46 |
| | | | | | 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 | 1 | -0/+6 |
| | |||||
* | print build version | Marco Peereboom | 2011-11-15 | 1 | -0/+5 |
| | |||||
* | bring back old keyboard behavior | marco | 2011-11-15 | 1 | -13/+4 |
| | |||||
* | add a hybrid input mode | marco | 2011-11-15 | 1 | -0/+7 |
| | |||||
* | add webkit 1.2 code | Marco Peereboom | 2011-11-11 | 1 | -3/+1 |
| | |||||
* | Move focus stuff into it's own file. | Marco Peereboom | 2011-11-11 | 1 | -221/+5 |
| | | | | This will enable us to support webkit 1.2 as well. | ||||
* | focus nits | marco | 2011-11-11 | 1 | -6/+15 |
| | |||||
* | 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 | 1 | -17/+180 |
| | |||||
* | 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 | 1 | -0/+178 |
| | | | | | | | | | | 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. | ||||
* | kill a -Wshadow debug | Marco Peereboom | 2011-11-05 | 1 | -2/+0 |
| | |||||
* | Add stop command | Marco Peereboom | 2011-11-05 | 1 | -0/+8 |
| | | | | Fixes FS#186 | ||||
* | fix a shadowed var | Marco Peereboom | 2011-11-04 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | set default encoding to UTF-8 as requested | marco | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | add zz command to center page | marco | 2011-11-03 | 1 | -0/+6 |
| | |||||
* | Missed one more cmd_hide. | marco | 2011-11-03 | 1 | -1/+2 |
| | |||||
* | Fix 2 clever bugs | Marco Peereboom | 2011-11-03 | 1 | -4/+6 |
| | | | | | | | | | First :js/pl/cookie domain save wasn't saving the actual domain. I tried being clever to save a switch statement. FAIL. Second I tried to save an else statement. Again FAIL. Next time I am doing clever things please yell at me. | ||||
* | enter was busted in link following | Marco Peereboom | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | stale proto | marco | 2011-11-02 | 1 | -2/+0 |
| | |||||
* | move cookies to own file | marco | 2011-11-02 | 1 | -212/+0 |
| | |||||
* | move one more function over | Marco Peereboom | 2011-11-02 | 1 | -50/+0 |
| | |||||
* | More file splits | Marco Peereboom | 2011-11-02 | 1 | -1867/+8 |
| | | | | Add whitelist and settings files. | ||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 1 | -174/+0 |
| | |||||
* | damn git never does what it says it does | marco | 2011-11-02 | 1 | -1222/+7 |
| | | | | these file remained behind | ||||
* | Make the inspector not crash on exit | marco | 2011-11-02 | 1 | -8/+11 |
| | | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself. | ||||
* | Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm" | marco | 2011-11-02 | 1 | -1/+824 |
| | | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1. |