Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix a space and makr togglejs and togglecookie broken | Marco Peereboom | 2011-03-16 | 1 | -3/+3 | |
| | ||||||
* | bring a couple of commands back to life after they got borked when the | Marco Peereboom | 2011-03-16 | 1 | -23/+56 | |
| | | | | cli code in broke them. | |||||
* | check if "enable-dns-prefetching" exists, and if so, set it to disabled | Todd Fries | 2011-03-16 | 1 | -0/+24 | |
| | | | | get that in marco@ | |||||
* | Added the -e flag which allows execution of arbitrary command from the | Stevan Andjelkovic | 2011-03-15 | 1 | -15/+32 | |
| | | | | | | command line. ok marco@ | |||||
* | Big change to how keys are handled. | Stevan Andjelkovic | 2011-03-15 | 1 | -181/+235 | |
| | | | | | | | | | | | | 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@ | |||||
* | much better line editor ala vim. not quite ready yet but it is a very | Marco Peereboom | 2011-03-15 | 1 | -122/+262 | |
| | | | | | | good start. From: Raphael Graf <r@undefined.ch> | |||||
* | prevent NULL deref | Marco Peereboom | 2011-03-08 | 1 | -0/+2 | |
| | ||||||
* | Fixed keybindings clash. | Stevan Andjelkovic | 2011-03-07 | 1 | -6/+5 | |
| | | | | | | Improved an error message. ok marco@ | |||||
* | move command aliasses down on the list so that they don't take precedence | Marco Peereboom | 2011-03-07 | 1 | -6/+7 | |
| | | | | over actaul keybindings | |||||
* | Added keybindings for cmd aliases (F9-F12). | Stevan Andjelkovic | 2011-03-07 | 1 | -4/+4 | |
| | | | | ok marco@ | |||||
* | add extra paranoia to soup_cookie_jar_add_cookie | Marco Peereboom | 2011-03-06 | 1 | -0/+4 | |
| | ||||||
* | make red more.... red | Edd Barrett | 2011-03-04 | 1 | -1/+1 | |
| | | | | ok marco | |||||
* | Tone down the colours and remove some dead code. | Edd Barrett | 2011-03-04 | 1 | -21/+23 | |
| | | | | OK marco@ | |||||
* | Fix a bug in the download manager - now all filenames on the disk will match the | Edd Barrett | 2011-03-02 | 1 | -1/+3 | |
| | | | | | | filenames in the download manager. Also pop up a message when a download starts. OK marco@ | |||||
* | Add backword and forward actions to mouse buttons 4 & 5. | Marco Peereboom | 2011-03-02 | 1 | -0/+16 | |
| | | | | | | | Can't test it because i don't have such a beast but it works with the buttons I do have. FS #58 | |||||
* | help browser open a url in same tab that would have opened in a new tab. | Marco Peereboom | 2011-03-01 | 1 | -3/+19 | |
| | | | | fixes news.google.com in whitelist mode | |||||
* | add kiosk mode | Marco Peereboom | 2011-02-28 | 1 | -12/+95 | |
| | ||||||
* | Low contrast web browsing (yay!) | Marco Peereboom | 2011-02-26 | 1 | -5/+37 | |
| | | | | From: Todd Carson <toc@daybefore.net> | |||||
* | just like epiphany, route all new window policy decisions through one function | Todd Fries | 2011-02-25 | 1 | -24/+1 | |
| | | | | | this fixes sonicwalls go for it marco@ | |||||
* | permit javascript to open windows if javascript is enabled. | Todd Fries | 2011-02-25 | 1 | -0/+6 | |
| | | | | | this still obeys js_wl etc. get it in marco@ | |||||
* | KNF | Marco Peereboom | 2011-02-25 | 1 | -2/+3 | |
| | ||||||
* | i have noticed that pages containing framesets have no title, no label and | Marco Peereboom | 2011-02-25 | 1 | -35/+30 | |
| | | | | | | | | | | are not added to the history. example: http://www.htmlcodetutorial.com/frames/frameset.html framesets never have a WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT load-status, as only the frames themselfs (not the frameset) are visible. From: Raphael Graf <r@undefined.ch> | |||||
* | KNF the todd | Marco Peereboom | 2011-02-25 | 1 | -7/+4 | |
| | ||||||
* | So it looks like a download we started earlier can complete later despite | Marco Peereboom | 2011-02-25 | 1 | -11/+63 | |
| | | | | | | | | being canceled. So we get a bogus struct tab * in the completion routine. To prevent this from happening send in the webview instead and look through all the tabs to find it. If it doesn't exist the tab doesn't exist and we return. This seems to fix the favicon crash that has been bothering me. A Lot. | |||||
* | move favicon set into right spot for about pages. | Marco Peereboom | 2011-02-23 | 1 | -11/+10 | |
| | | | | only set take focus for webview once load is committed | |||||
* | un-hardcode statusbar font size | Todd Fries | 2011-02-22 | 1 | -5/+0 | |
| | ||||||
* | allow popups in new tabs when scripts are enabled or when domain is in | Marco Peereboom | 2011-02-22 | 1 | -4/+44 | |
| | | | | | | | | js whitelist. this fixes sites like hushmail that require one to open a temporary window for typing an email. todd figured out that we had to return a new webview from the create-web-view signal. | |||||
* | use zoom-level to scale the whole page instead of just fonts | Todd Fries | 2011-02-22 | 1 | -7/+32 | |
| | | | | get it in marco@ | |||||
* | simplify completion_match | Marco Peereboom | 2011-02-22 | 1 | -3/+1 | |
| | | | | from Raphael Graf <r@undefined.ch> | |||||
* | Add URL autocompletion | Marco Peereboom | 2011-02-21 | 1 | -0/+84 | |
| | | | | | | from Raphael Graf <r@undefined.ch> hoorah for Raphael! | |||||
* | show xxxterm favicon in about pages | Marco Peereboom | 2011-02-19 | 1 | -1/+11 | |
| | ||||||
* | remove some comments | Marco Peereboom | 2011-02-19 | 1 | -2/+2 | |
| | ||||||
* | kill _load_webkit_string | Marco Peereboom | 2011-02-18 | 1 | -21/+13 | |
| | ||||||
* | add about: support in the address bar. Now one can type like about:set | Marco Peereboom | 2011-02-18 | 1 | -21/+119 | |
| | | | | | | and see all settings. handy for making home about:favorites inpired by fs#56 | |||||
* | add one centimeter to print margins. | Edd Barrett | 2011-02-18 | 1 | -5/+38 | |
| | | | | ok marco | |||||
* | Small fix to my previous patch. | Stevan Andjelkovic | 2011-02-18 | 1 | -6/+4 | |
| | | | | ok marco@ | |||||
* | FS #56 | Marco Peereboom | 2011-02-17 | 1 | -2/+5 | |
| | ||||||
* | move keyboard mappings from C+q to C-q. | Marco Peereboom | 2011-02-17 | 1 | -32/+50 | |
| | | | | | 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. | |||||
* | fix '{js,cookie} save' behavior to modify in-memory state as well | Todd Fries | 2011-02-15 | 1 | -36/+53 | |
| | | | | ok lets try it marco@ | |||||
* | add work_dir | Marco Peereboom | 2011-02-13 | 1 | -23/+47 | |
| | ||||||
* | * Added a wrapper around webkit_web_frame_get_uri(), and used it all | Stevan Andjelkovic | 2011-02-09 | 1 | -81/+74 | |
| | | | | | | | | | | | | | | | 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. | |||||
* | activate progress and favicon in the statusbar only if (show_url == 0) | Todd Fries | 2011-02-08 | 1 | -16/+72 | |
| | | | | ok marco@ | |||||
* | improve cookie jar appearance. One table per domain, put content in a | Edd Barrett | 2011-02-08 | 1 | -22/+41 | |
| | | | | | | | | | | scrollable text area. Need to add a list of links to each table later - suggested by todd. OK todd: "I like your diff as it is enough to say it should go in. its a clear improvement!" | |||||
* | print session cookies and js properly | Marco Peereboom | 2011-02-04 | 1 | -1/+1 | |
| | ||||||
* | early url notify | Todd Fries | 2011-02-04 | 1 | -10/+21 | |
| | | | | "that's fine" marco@ | |||||
* | mechanical diff to use macros for callbacks to signals, similar to other code | Todd Fries | 2011-02-04 | 1 | -22/+22 | |
| | | | | ok x2 marco@ | |||||
* | fix silly crash, found by dhill | Marco Peereboom | 2011-02-04 | 1 | -1/+3 | |
| | ||||||
* | and print the shiny new keybindings in set | Marco Peereboom | 2011-02-03 | 1 | -3/+47 | |
| | ||||||
* | disable debug *sigh* | Marco Peereboom | 2011-02-03 | 1 | -2/+0 | |
| | ||||||
* | add keybindings | Marco Peereboom | 2011-02-03 | 1 | -6/+129 | |
| |