about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added the -e flag which allows execution of arbitrary command from theStevan Andjelkovic2011-03-152-15/+41
* Big change to how keys are handled.Stevan Andjelkovic2011-03-153-199/+259
* 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-073-14/+13
* 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-073-4/+12
* 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
* remove some dead javascript helpersMarco Peereboom2011-03-024-452/+7
* 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-282-15/+106
* fixup linux and freebsdMarco Peereboom2011-02-262-4/+4
* Low contrast web browsing (yay!)Marco Peereboom2011-02-266-7/+618
* 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
* o depend on xxxterm and xxxterm.cat1Todd Fries2011-02-252-2/+2
* fix script for marcoTodd Fries2011-02-251-6/+5
* add a very ugly release mechanism, todd gets to make it omggoodMarco Peereboom2011-02-252-0/+17
* 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
* fix linux makefile from reashlin & patricius on the forumMarco Peereboom2011-02-231-2/+2
* 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-223-7/+35
* 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
* doco about: stuff in address barMarco Peereboom2011-02-191-0/+36
* 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
* total rewrite of my clumsy attempt at doco. from jmc of course.Marco Peereboom2011-02-181-309/+87
* 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-173-141/+148
* make audio go to vlc because we need a gui to control itMarco Peereboom2011-02-171-1/+1
* clarifyMarco Peereboom2011-02-151-0/+3
* add work_dir and document keybindingMarco Peereboom2011-02-151-0/+320
* 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-092-82/+75
* activate progress and favicon in the statusbar only if (show_url == 0)Todd Fries2011-02-081-16/+72