about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* expose max connections and max host connections for extra vroom vroom.Marco Peereboom2011-03-171-0/+9
* Reverted last patch; it wasn't a fix after all. Sorry.Stevan Andjelkovic2011-03-171-0/+1
* Minor correction of the last patch.Stevan Andjelkovic2011-03-171-1/+0
* Generalised and simplified keybindings. Keys can now be bound toStevan Andjelkovic2011-03-171-128/+103
* dont always run download firstMarco Peereboom2011-03-171-1/+1
* add @ modifier to mime type to enable "downloading first"; needed to useMarco Peereboom2011-03-171-3/+89
* fix a space and makr togglejs and togglecookie brokenMarco Peereboom2011-03-161-3/+3
* bring a couple of commands back to life after they got borked when theMarco Peereboom2011-03-161-23/+56
* check if "enable-dns-prefetching" exists, and if so, set it to disabledTodd Fries2011-03-161-0/+24
* Added the -e flag which allows execution of arbitrary command from theStevan Andjelkovic2011-03-151-15/+32
* Big change to how keys are handled.Stevan Andjelkovic2011-03-151-181/+235
* much better line editor ala vim. not quite ready yet but it is a veryMarco Peereboom2011-03-151-122/+262
* prevent NULL derefMarco Peereboom2011-03-081-0/+2
* Fixed keybindings clash.Stevan Andjelkovic2011-03-071-6/+5
* move command aliasses down on the list so that they don't take precedenceMarco Peereboom2011-03-071-6/+7
* Added keybindings for cmd aliases (F9-F12).Stevan Andjelkovic2011-03-071-4/+4
* add extra paranoia to soup_cookie_jar_add_cookieMarco Peereboom2011-03-061-0/+4
* make red more.... redEdd Barrett2011-03-041-1/+1
* Tone down the colours and remove some dead code.Edd Barrett2011-03-041-21/+23
* Fix a bug in the download manager - now all filenames on the disk will match theEdd Barrett2011-03-021-1/+3
* Add backword and forward actions to mouse buttons 4 & 5.Marco Peereboom2011-03-021-0/+16
* help browser open a url in same tab that would have opened in a new tab.Marco Peereboom2011-03-011-3/+19
* add kiosk modeMarco Peereboom2011-02-281-12/+95
* Low contrast web browsing (yay!)Marco Peereboom2011-02-261-5/+37
* just like epiphany, route all new window policy decisions through one functionTodd Fries2011-02-251-24/+1
* permit javascript to open windows if javascript is enabled.Todd Fries2011-02-251-0/+6
* KNFMarco Peereboom2011-02-251-2/+3
* i have noticed that pages containing framesets have no title, no label andMarco Peereboom2011-02-251-35/+30
* KNF the toddMarco Peereboom2011-02-251-7/+4
* 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