about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* So it looks like a download we started earlier can complete later despiteMarco Peereboom2011-02-251-11/+63
* move favicon set into right spot for about pages.Marco Peereboom2011-02-231-11/+10
* un-hardcode statusbar font sizeTodd Fries2011-02-221-5/+0
* allow popups in new tabs when scripts are enabled or when domain is inMarco Peereboom2011-02-221-4/+44
* use zoom-level to scale the whole page instead of just fontsTodd Fries2011-02-221-7/+32
* simplify completion_matchMarco Peereboom2011-02-221-3/+1
* Add URL autocompletionMarco Peereboom2011-02-211-0/+84
* show xxxterm favicon in about pagesMarco Peereboom2011-02-191-1/+11
* remove some commentsMarco Peereboom2011-02-191-2/+2
* kill _load_webkit_stringMarco Peereboom2011-02-181-21/+13
* add about: support in the address bar. Now one can type like about:setMarco Peereboom2011-02-181-21/+119
* add one centimeter to print margins.Edd Barrett2011-02-181-5/+38
* Small fix to my previous patch.Stevan Andjelkovic2011-02-181-6/+4
* FS #56Marco Peereboom2011-02-171-2/+5
* move keyboard mappings from C+q to C-q.Marco Peereboom2011-02-171-32/+50
* fix '{js,cookie} save' behavior to modify in-memory state as wellTodd Fries2011-02-151-36/+53
* add work_dirMarco Peereboom2011-02-131-23/+47
* * Added a wrapper around webkit_web_frame_get_uri(), and used it allStevan Andjelkovic2011-02-091-81/+74
* activate progress and favicon in the statusbar only if (show_url == 0)Todd Fries2011-02-081-16/+72
* improve cookie jar appearance. One table per domain, put content in aEdd Barrett2011-02-081-22/+41
* print session cookies and js properlyMarco Peereboom2011-02-041-1/+1
* early url notifyTodd Fries2011-02-041-10/+21
* mechanical diff to use macros for callbacks to signals, similar to other codeTodd Fries2011-02-041-22/+22
* fix silly crash, found by dhillMarco Peereboom2011-02-041-1/+3
* and print the shiny new keybindings in setMarco Peereboom2011-02-031-3/+47
* disable debug *sigh*Marco Peereboom2011-02-031-2/+0
* add keybindingsMarco Peereboom2011-02-031-6/+129
* Add name to keys so that we can index it from user input.Marco Peereboom2011-02-031-98/+129
* fix unamerican keyboards from Raphael Graf <r@undefined.ch>Marco Peereboom2011-02-031-19/+32
* Trim leading spaces of load_uri input.Stevan Andjelkovic2011-02-021-0/+8
* monster diff to try to get rid of err and errx. people run into these andMarco Peereboom2011-02-021-98/+195
* fix stevan's broken space barMarco Peereboom2011-02-021-2/+2
* couple of knfsMarco Peereboom2011-02-021-9/+16
* Man page fix (make guess_url, status{s,h} respect the alphabeticalStevan Andjelkovic2011-02-021-39/+39
* add new browser_mode for people who get confused by all the little knobs.Marco Peereboom2011-02-011-7/+66
* honor enable_cookie_whitelist = 0. from sthenMarco Peereboom2011-02-011-3/+4
* dont errx when empty url is type. foudn by tdmMarco Peereboom2011-02-011-1/+1
* Added a slightly modified patch for the guess search heuristic from RivoStevan Andjelkovic2011-02-011-7/+19
* As a web page loads js screws with us and sometimes we end up without focus.Marco Peereboom2011-02-011-13/+14
* make ctrl-click work again. someone sprinkled misguidedMarco Peereboom2011-02-011-20/+38
* fix statusbar hide and show commands so that they match what it said in theEdd Barrett2011-02-011-2/+2
* make sure when one ctrl-clicks that the bfl is emptied so that the backwardMarco Peereboom2011-01-301-1/+2
* Added a vimperator style status bar, based on Todd's earlier patch.Stevan Andjelkovic2011-01-301-21/+153
* Fixed mistake in last patch.Stevan Andjelkovic2011-01-291-1/+1
* Fixed encoding for arguments to aliases, enabling searching for "C++",Stevan Andjelkovic2011-01-291-42/+30
* the status bar is not right and not what i intended.Marco Peereboom2011-01-291-82/+24
* urlencode search terms (including reserved characters) so that you can searchEdd Barrett2011-01-281-1/+5
* better borders on xtp tables, keybinding for cookie jar, progress bars onEdd Barrett2011-01-271-8/+33
* this makes t->cmd a beginning status bar like thing.Todd Fries2011-01-271-17/+75
* reap children; somehow i thought gtk handled that.Marco Peereboom2011-01-211-2/+48