Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | add feature to save all rejected cookies. Handy for data mining them | Marco Peereboom | 2011-01-07 | 1 | -0/+4 |
| | | | | trackers. | ||||
* | add user_agent setting | Marco Peereboom | 2011-01-07 | 1 | -0/+6 |
| | |||||
* | add latest stuff to conf | Marco Peereboom | 2011-01-06 | 1 | -0/+4 |
| | | | | from todd@openbsd.org | ||||
* | add save_global_history | Marco Peereboom | 2011-01-05 | 1 | -0/+1 |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | Add bunch of icons | Marco Peereboom | 2011-01-03 | 1 | -0/+1 |
| | |||||
* | Add runtime cookie white list toggle. | Marco Peereboom | 2010-12-29 | 1 | -0/+1 |
| | | | | | Add allow_volatile_cookies option that ellows short lived cookies to exist in the session cache. | ||||
* | add runtime settings option, not in use yet. | Marco Peereboom | 2010-12-29 | 1 | -1/+4 |
| | | | | create a generic settings walker with fancy callbacks to do stuff | ||||
* | now that we have the socket stuff add single_instance option | Marco Peereboom | 2010-12-28 | 1 | -0/+1 |
| | |||||
* | Add local socket option to open new tabs from the command line. | Marco Peereboom | 2010-12-28 | 1 | -0/+1 |
| | | | | | Mostly from Stevan Andjelkovic <stevan@student.chalmers.se> Debugging and some extra stuff by me. | ||||
* | add append_next to enable tab insertions instead of appending as requested | Marco Peereboom | 2010-12-28 | 1 | -0/+1 |
| | | | | by jy-p. | ||||
* | add a toggle js button on the toolbar | Marco Peereboom | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | handle certificates more gracefully. Trusted is green, untrusted yellow. | Marco Peereboom | 2010-12-26 | 1 | -0/+2 |
| | | | | When there is no CA file color all secure connections red. | ||||
* | add conformal as a good guy | Marco Peereboom | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Add javascript whitelist. | Marco Peereboom | 2010-12-22 | 1 | -0/+6 |
| | |||||
* | Add proper cookie support with policy, cookie white list, session cookies | Marco Peereboom | 2010-12-22 | 1 | -0/+15 |
| | | | | etc |