Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Big change to how keys are handled. | Stevan Andjelkovic | 2011-03-15 | 1 | -10/+13 |
| | | | | | | | | | | | | All functions are now accessable thru commands, when a key is pressed the name string in the key_binding struct is used to lookup the correct function to call in the cmds[] array. As a result the func field in the keys[] struct is no longer needed. This is also a first step towards making it possible to drive a running xxxterm instance from the command line. ok marco@ | ||||
* | Fixed keybindings clash. | Stevan Andjelkovic | 2011-03-07 | 1 | -4/+4 |
| | | | | | | Improved an error message. ok marco@ | ||||
* | Added keybindings for cmd aliases (F9-F12). | Stevan Andjelkovic | 2011-03-07 | 1 | -0/+4 |
| | | | | ok marco@ | ||||
* | Low contrast web browsing (yay!) | Marco Peereboom | 2011-02-26 | 1 | -0/+1 |
| | | | | From: Todd Carson <toc@daybefore.net> | ||||
* | use zoom-level to scale the whole page instead of just fonts | Todd Fries | 2011-02-22 | 1 | -0/+1 |
| | | | | get it in marco@ | ||||
* | move keyboard mappings from C+q to C-q. | Marco Peereboom | 2011-02-17 | 1 | -42/+42 |
| | | | | | Fix a bug where the wrong value was being stored for the keybinding name. Work around a bug in gtk+ where 10 was considered a valid keystroke. | ||||
* | make audio go to vlc because we need a gui to control it | Marco Peereboom | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | * Added a wrapper around webkit_web_frame_get_uri(), and used it all | Stevan Andjelkovic | 2011-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | over the code. * Fixed FS#53, patch by Raphael Graf: http://opensource.conformal.com/flyspray/index.php?do=details&task_id=53&project=5 * Rewrote one instance of "while (!feof(f)) {" into "for (;;) { if ((line = fparseln(f, &linelen, NULL, NULL, 0)) == NULL)", there is one instance of "while(!feof(f))" left in the code... * Minor fix to keybindings stuff. * Some other minor fixes. | ||||
* | add keybindings | Marco Peereboom | 2011-02-03 | 1 | -0/+84 |
| | |||||
* | Man page fix (make guess_url, status{s,h} respect the alphabetical | Stevan Andjelkovic | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | | | | order). Made rs[] (runtime settings) more readable, by indenting it. download_dir = ~/downloads rather than ~downloads in config. ok marco@ | ||||
* | correct note, pointed out by stevan | Marco Peereboom | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | new config file is all disabled so only needs tinkering if one knows what | Marco Peereboom | 2011-02-01 | 1 | -50/+67 |
| | | | | one really wants to do | ||||
* | Added a slightly modified patch for the guess search heuristic from Rivo | Stevan Andjelkovic | 2011-02-01 | 1 | -0/+1 |
| | | | | | | Nurges <rix at estpak dot ee>. Also made the guess search heuristic optional. | ||||
* | Added a vimperator style status bar, based on Todd's earlier patch. | Stevan Andjelkovic | 2011-01-30 | 1 | -0/+1 |
| | | | | | | | | Added a new heuristic for guess_url_type; if the string passed to the function isn't a local file and contains no dot, assume that the user wants to search for the string. ok marco@ | ||||
* | some stray cookie_wl items got in | Marco Peereboom | 2011-01-14 | 1 | -3/+0 |
| | |||||
* | Add session_autosave as requested by jy-p. | Marco Peereboom | 2011-01-14 | 1 | -0/+1 |
| | | | | doco all session commands. | ||||
* | show_{tab,url} in conf + doco | Todd Fries | 2011-01-12 | 1 | -0/+2 |
| | |||||
* | kill runtime settings and simply enable it at all times. | Marco Peereboom | 2011-01-10 | 1 | -3/+0 |
| | | | | Sort cookie and js white lists forward instead of reverse. |