| Commit message (Expand) | Author | Age | Files | Lines |
* | just like epiphany, route all new window policy decisions through one function | Todd Fries | 2011-02-25 | 1 | -24/+1 |
* | permit javascript to open windows if javascript is enabled. | Todd Fries | 2011-02-25 | 1 | -0/+6 |
* | 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 |
* | 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 |
* | move favicon set into right spot for about pages. | Marco Peereboom | 2011-02-23 | 1 | -11/+10 |
* | 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 |
* | use zoom-level to scale the whole page instead of just fonts | Todd Fries | 2011-02-22 | 1 | -7/+32 |
* | simplify completion_match | Marco Peereboom | 2011-02-22 | 1 | -3/+1 |
* | Add URL autocompletion | Marco Peereboom | 2011-02-21 | 1 | -0/+84 |
* | 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 |
* | add one centimeter to print margins. | Edd Barrett | 2011-02-18 | 1 | -5/+38 |
* | Small fix to my previous patch. | Stevan Andjelkovic | 2011-02-18 | 1 | -6/+4 |
* | 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 '{js,cookie} save' behavior to modify in-memory state as well | Todd Fries | 2011-02-15 | 1 | -36/+53 |
* | 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 |
* | activate progress and favicon in the statusbar only if (show_url == 0) | Todd Fries | 2011-02-08 | 1 | -16/+72 |
* | improve cookie jar appearance. One table per domain, put content in a | Edd Barrett | 2011-02-08 | 1 | -22/+41 |
* | 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 |
* | mechanical diff to use macros for callbacks to signals, similar to other code | Todd Fries | 2011-02-04 | 1 | -22/+22 |
* | 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 |
* | Add name to keys so that we can index it from user input. | Marco Peereboom | 2011-02-03 | 1 | -98/+129 |
* | fix unamerican keyboards from Raphael Graf <r@undefined.ch> | Marco Peereboom | 2011-02-03 | 1 | -19/+32 |
* | Trim leading spaces of load_uri input. | Stevan Andjelkovic | 2011-02-02 | 1 | -0/+8 |
* | monster diff to try to get rid of err and errx. people run into these and | Marco Peereboom | 2011-02-02 | 1 | -98/+195 |
* | fix stevan's broken space bar | Marco Peereboom | 2011-02-02 | 1 | -2/+2 |
* | couple of knfs | Marco Peereboom | 2011-02-02 | 1 | -9/+16 |
* | Man page fix (make guess_url, status{s,h} respect the alphabetical | Stevan Andjelkovic | 2011-02-02 | 1 | -39/+39 |
* | add new browser_mode for people who get confused by all the little knobs. | Marco Peereboom | 2011-02-01 | 1 | -7/+66 |
* | honor enable_cookie_whitelist = 0. from sthen | Marco Peereboom | 2011-02-01 | 1 | -3/+4 |
* | dont errx when empty url is type. foudn by tdm | Marco Peereboom | 2011-02-01 | 1 | -1/+1 |
* | Added a slightly modified patch for the guess search heuristic from Rivo | Stevan Andjelkovic | 2011-02-01 | 1 | -7/+19 |
* | As a web page loads js screws with us and sometimes we end up without focus. | Marco Peereboom | 2011-02-01 | 1 | -13/+14 |
* | make ctrl-click work again. someone sprinkled misguided | Marco Peereboom | 2011-02-01 | 1 | -20/+38 |
* | fix statusbar hide and show commands so that they match what it said in the | Edd Barrett | 2011-02-01 | 1 | -2/+2 |
* | make sure when one ctrl-clicks that the bfl is emptied so that the backward | Marco Peereboom | 2011-01-30 | 1 | -1/+2 |
* | Added a vimperator style status bar, based on Todd's earlier patch. | Stevan Andjelkovic | 2011-01-30 | 1 | -21/+153 |
* | Fixed mistake in last patch. | Stevan Andjelkovic | 2011-01-29 | 1 | -1/+1 |
* | Fixed encoding for arguments to aliases, enabling searching for "C++", | Stevan Andjelkovic | 2011-01-29 | 1 | -42/+30 |