about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* add myself to copyright and AUTHORS bits, prodded by marco@Todd Fries2011-01-122-2/+5
|
* 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
| | | | when in fs mode do never focus on uri_entry.
* 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
| | | | favicon transfer however it doesn't hurt to check for it and handle it.
* 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
| | | | | | | o track icon downloads instead of letting the signal handler unref them alone o cancel icon downloads when destroying a tab it may or may not fix segv's but it is good practice nonetheless ok marco@
* 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
| | | | ok marco@
* 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 open <filename> command
* add session save <filename>Marco Peereboom2011-01-111-1/+36
|
* get initial favicon support inMarco Peereboom2011-01-111-11/+157
| | | | from todd@openbsd.org
* 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
| | | | go away (like arrows, pgup pgdn etc). This needs fixing.
* 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
| | | | this will need tweaking
* 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
| | | | | some issues with the download manager that refreshes but this is a whole lot better of having no mechanism to navigate away from gui pages.
* yay no more perl all the time!Marco Peereboom2011-01-101-2/+2
| | | | thanks to todd@openbsd.org
* add scaffolding to do proper vi user feedbackMarco Peereboom2011-01-101-8/+80
| | | | from todd@openbsd.org
* kill runtime settings and simply enable it at all times.Marco Peereboom2011-01-103-42/+5
| | | | Sort cookie and js white lists forward instead of reverse.
* 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
| | | | xxxterm
* if we only have 1 . then return the passed domain name.Marco Peereboom2011-01-081-0/+3
| | | | found by tdm
* 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
| | | | thanks jmc!
* 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
|