about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* fix (i hope the last crash with favicon) by not freeing the download whenMarco Peereboom2011-01-171-5/+6
* Further attempts to make it compile on FreeBSD. ok marco@Stevan Andjelkovic2011-01-171-10/+10
* Made it compile on FreeBSD, I think.Stevan Andjelkovic2011-01-161-3/+9
* Made save_tabs respect the order in which the tabs appear in theStevan Andjelkovic2011-01-161-3/+15
* be more paranoid with session namesMarco Peereboom2011-01-141-1/+6
* make the browser obtain the correct session name upon restartMarco Peereboom2011-01-141-0/+13
* remove abort i had left in for debug now that i hit it i know it is correctMarco Peereboom2011-01-141-4/+1
* add session delete commandMarco Peereboom2011-01-141-3/+42
* Add session_autosave as requested by jy-p.Marco Peereboom2011-01-141-2/+20
* make :w write the current sessionMarco Peereboom2011-01-141-8/+31
* pull apart the abort favicon function to get more granualor control ofMarco Peereboom2011-01-141-7/+22
* defer freeing icon_dest_uriMarco Peereboom2011-01-121-2/+0
* add myself to copyright and AUTHORS bits, prodded by marco@Todd Fries2011-01-121-0/+2
* 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
* show_{tab,url} in conf + docoTodd Fries2011-01-121-0/+2
* :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
* 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-101-30/+5
* fix the cert save issue for realMarco Peereboom2011-01-101-6/+8
* i hate you _t, with a passionMarco Peereboom2011-01-091-3/+3