| Commit message (Expand) | Author | Age | Files | Lines |
* | be more paranoid with session names | Marco Peereboom | 2011-01-14 | 1 | -1/+6 |
* | make the browser obtain the correct session name upon restart | Marco Peereboom | 2011-01-14 | 1 | -0/+13 |
* | remove abort i had left in for debug now that i hit it i know it is correct | Marco Peereboom | 2011-01-14 | 1 | -4/+1 |
* | add session delete command | Marco Peereboom | 2011-01-14 | 1 | -3/+42 |
* | Add session_autosave as requested by jy-p. | Marco Peereboom | 2011-01-14 | 1 | -2/+20 |
* | make :w write the current session | Marco Peereboom | 2011-01-14 | 1 | -8/+31 |
* | pull apart the abort favicon function to get more granualor control of | Marco Peereboom | 2011-01-14 | 1 | -7/+22 |
* | defer freeing icon_dest_uri | Marco Peereboom | 2011-01-12 | 1 | -2/+0 |
* | add myself to copyright and AUTHORS bits, prodded by marco@ | Todd Fries | 2011-01-12 | 1 | -0/+2 |
* | when hiding the url entry also move focus to browser | Marco Peereboom | 2011-01-12 | 1 | -3/+6 |
* | rename showurl and showtabs to the same as the config file entry. | Marco Peereboom | 2011-01-12 | 1 | -23/+30 |
* | show_{tab,url} in conf + doco | Todd Fries | 2011-01-12 | 1 | -0/+2 |
* | :fullscreen plus {} cleanup | Todd Fries | 2011-01-12 | 1 | -25/+39 |
* | implement :url{s,show,h,hide} | Todd Fries | 2011-01-12 | 1 | -2/+47 |
* | implement :tab{s,show,h,hide} | Todd Fries | 2011-01-12 | 1 | -8/+32 |
* | reshuffle favicon stuff to prevent some race conditions and intricacies' | Marco Peereboom | 2011-01-12 | 1 | -112/+134 |
* | lets do the notebook settings once instead of per new tab | Todd Fries | 2011-01-12 | 1 | -1/+1 |
* | fix bug where during restart sometimes an extra tab got created. | Marco Peereboom | 2011-01-12 | 1 | -7/+10 |
* | fix longstanding bug where one couldn't open files that contained spaces | Marco Peereboom | 2011-01-12 | 1 | -3/+6 |
* | handle 0 sized icons; i think this was a side effect of not canceling the | Marco Peereboom | 2011-01-12 | 1 | -3/+7 |
* | fix a double unref | Marco Peereboom | 2011-01-12 | 1 | -2/+2 |
* | knf todd | Marco Peereboom | 2011-01-12 | 1 | -31/+34 |
* | o more sanity checks | Todd Fries | 2011-01-12 | 1 | -7/+18 |
* | asprintf -> g_strdup_printf && free -> g_free, please from marco@ | Todd Fries | 2011-01-11 | 1 | -17/+15 |
* | more checking is always a safe bet, ok marco@ | Todd Fries | 2011-01-11 | 1 | -0/+2 |
* | very very basic cache for icons only using SHA256; subject to rework later | Todd Fries | 2011-01-11 | 1 | -33/+75 |
* | stray extra init of global pointer in random function, removed.. ok marco@ | Todd Fries | 2011-01-11 | 1 | -4/+0 |
* | add -s option to open a session | Marco Peereboom | 2011-01-11 | 1 | -22/+81 |
* | add session save <filename> | Marco Peereboom | 2011-01-11 | 1 | -1/+36 |
* | get initial favicon support in | Marco Peereboom | 2011-01-11 | 1 | -11/+157 |
* | move session saves into their own dir | Marco Peereboom | 2011-01-11 | 1 | -7/+6 |
* | start adding sessions command for jy-p | Marco Peereboom | 2011-01-11 | 1 | -0/+28 |
* | add mouse click on oops to hide oops | Marco Peereboom | 2011-01-11 | 1 | -0/+5 |
* | oops doesn't need callbacks | Marco Peereboom | 2011-01-11 | 1 | -6/+3 |
* | delete a bunch of hide_oops now that we do it much earlier | Marco Peereboom | 2011-01-11 | 1 | -28/+1 |
* | hook keys eralier to hide oops | Marco Peereboom | 2011-01-11 | 1 | -12/+30 |
* | compain about invalid command however when this is set not all keys make it | Marco Peereboom | 2011-01-10 | 1 | -2/+2 |
* | remove blank | Marco Peereboom | 2011-01-10 | 1 | -1/+0 |
* | better feedback when handling certificates. | Marco Peereboom | 2011-01-10 | 1 | -1/+6 |
* | first sweep of warn and stuff to use show_oops. | Marco Peereboom | 2011-01-10 | 1 | -64/+71 |
* | make oops va friendly | Marco Peereboom | 2011-01-10 | 1 | -1/+16 |
* | fix back and forward buttons on *most* web created guis. there are still | Marco Peereboom | 2011-01-10 | 1 | -44/+68 |
* | add scaffolding to do proper vi user feedback | Marco Peereboom | 2011-01-10 | 1 | -8/+80 |
* | kill runtime settings and simply enable it at all times. | Marco Peereboom | 2011-01-10 | 1 | -30/+5 |
* | fix the cert save issue for real | Marco Peereboom | 2011-01-10 | 1 | -6/+8 |
* | i hate you _t, with a passion | Marco Peereboom | 2011-01-09 | 1 | -3/+3 |
* | if we only have 1 . then return the passed domain name. | Marco Peereboom | 2011-01-08 | 1 | -0/+3 |
* | typo found by tdm | Marco Peereboom | 2011-01-08 | 1 | -1/+1 |
* | fix another use after free; found by tdm | Marco Peereboom | 2011-01-08 | 1 | -2/+5 |
* | dont errx when fopen fails in stats | Marco Peereboom | 2011-01-08 | 1 | -11/+11 |