about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* when hiding the url entry also move focus to browserMarco Peereboom2011-01-121-3/+6
* rename showurl and showtabs to the same as the config file entry.Marco Peereboom2011-01-121-23/+30
* document recently implemented commandsTodd Fries2011-01-121-0/+10
* show_{tab,url} in conf + docoTodd Fries2011-01-123-0/+8
* :fullscreen plus {} cleanupTodd Fries2011-01-121-25/+39
* implement :url{s,show,h,hide}Todd Fries2011-01-121-2/+47
* implement :tab{s,show,h,hide}Todd Fries2011-01-121-8/+32
* reshuffle favicon stuff to prevent some race conditions and intricacies'Marco Peereboom2011-01-121-112/+134
* lets do the notebook settings once instead of per new tabTodd Fries2011-01-121-1/+1
* fix bug where during restart sometimes an extra tab got created.Marco Peereboom2011-01-121-7/+10
* fix longstanding bug where one couldn't open files that contained spacesMarco Peereboom2011-01-121-3/+6
* handle 0 sized icons; i think this was a side effect of not canceling theMarco Peereboom2011-01-121-3/+7
* fix a double unrefMarco Peereboom2011-01-121-2/+2
* knf toddMarco Peereboom2011-01-121-31/+34
* o more sanity checksTodd Fries2011-01-121-7/+18
* asprintf -> g_strdup_printf && free -> g_free, please from marco@Todd Fries2011-01-111-17/+15
* more checking is always a safe bet, ok marco@Todd Fries2011-01-111-0/+2
* very very basic cache for icons only using SHA256; subject to rework laterTodd Fries2011-01-111-33/+75
* stray extra init of global pointer in random function, removed.. ok marco@Todd Fries2011-01-111-4/+0
* add -s option to open a sessionMarco Peereboom2011-01-111-22/+81
* add session save <filename>Marco Peereboom2011-01-111-1/+36
* get initial favicon support inMarco Peereboom2011-01-111-11/+157
* move session saves into their own dirMarco Peereboom2011-01-111-7/+6
* start adding sessions command for jy-pMarco Peereboom2011-01-111-0/+28
* add mouse click on oops to hide oopsMarco Peereboom2011-01-111-0/+5
* oops doesn't need callbacksMarco Peereboom2011-01-111-6/+3
* delete a bunch of hide_oops now that we do it much earlierMarco Peereboom2011-01-111-28/+1
* hook keys eralier to hide oopsMarco Peereboom2011-01-111-12/+30
* compain about invalid command however when this is set not all keys make itMarco Peereboom2011-01-101-2/+2
* remove blankMarco Peereboom2011-01-101-1/+0
* better feedback when handling certificates.Marco Peereboom2011-01-101-1/+6
* first sweep of warn and stuff to use show_oops.Marco Peereboom2011-01-101-64/+71
* make oops va friendlyMarco Peereboom2011-01-101-1/+16
* fix back and forward buttons on *most* web created guis. there are stillMarco Peereboom2011-01-101-44/+68
* yay no more perl all the time!Marco Peereboom2011-01-101-2/+2
* add scaffolding to do proper vi user feedbackMarco Peereboom2011-01-101-8/+80
* kill runtime settings and simply enable it at all times.Marco Peereboom2011-01-103-42/+5
* fix the cert save issue for realMarco Peereboom2011-01-101-6/+8
* document icon size betterMarco Peereboom2011-01-101-1/+1
* i hate you _t, with a passionMarco Peereboom2011-01-091-3/+3
* typoMarco Peereboom2011-01-091-1/+1
* document that one must use an ip for proxy and that tsocks works withMarco Peereboom2011-01-091-0/+5
* if we only have 1 . then return the passed domain name.Marco Peereboom2011-01-081-0/+3
* typo found by tdmMarco Peereboom2011-01-081-1/+1
* fix another use after free; found by tdmMarco Peereboom2011-01-081-2/+5
* made much more readable by jmc@opebsd.orgMarco Peereboom2011-01-081-341/+411
* dont errx when fopen fails in statsMarco Peereboom2011-01-081-11/+11
* moar bettar cookie saving to fileMarco Peereboom2011-01-071-19/+13
* be more paranoid about closing the rejected fileMarco Peereboom2011-01-071-0/+10
* add feature to save all rejected cookies. Handy for data mining themMarco Peereboom2011-01-073-8/+62