about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* this makes t->cmd a beginning status bar like thing.Todd Fries2011-01-271-17/+75
| | | | | | | | | | - progress indicator updates here now also - favicon updated here now also - URL: <%s> for url of page when not in :cmd mode - Link: <%s> for url of link when hovering over edd likes it, no negative feedback, can easily be backed out or tweaked committing primarily because this matches what email of the last few days ago concluded and marco seems busy
* reap children; somehow i thought gtk handled that.Marco Peereboom2011-01-211-2/+48
| | | | might break linux and freebsd because of #include
* untested diff so it comes out.Marco Peereboom2011-01-211-40/+74
|
* install man page in right location on freebsd.Marco Peereboom2011-01-191-1/+1
| | | | from Tom Murphy <openbsd@pertho.net>
* keep track of socket fd, incase we execvp(), so we can close it andTodd Fries2011-01-191-1/+7
| | | | | it can be used on the other side ok marco@
* refactor mkdir() into create_mkdir(), many -'s includedTodd Fries2011-01-191-73/+33
| | | | awesome! marco@
* use G_OBJECT() macro to match other codeTodd Fries2011-01-181-14/+14
| | | | looks right marco@
* fix linux and freebsd builds by moving util.h out of scope.Marco Peereboom2011-01-181-1/+0
| | | | from tdm
* Defined aliases for GDK_{CONTROL,SHIFT,MOD1}_MASK to make lines shorter.Stevan Andjelkovic2011-01-181-79/+83
| | | | ok marco@
* fix online man pageMarco Peereboom2011-01-171-2/+0
| | | | from dhill
* better consitency. diff from stevan and i just changed it a bitMarco Peereboom2011-01-171-9/+12
|
* move some text back where it blenogs. bad todd for inserting text where itMarco Peereboom2011-01-171-7/+5
| | | | doesnt go
* document the knobs for whitelists to unconfuse toddMarco Peereboom2011-01-171-1/+55
|
* Further work on FreeBSD's Makefile. Thanks to aldis at bsdroot dot lv.Stevan Andjelkovic2011-01-171-7/+9
| | | | ok marco@
* document that commands are by default on fqdnMarco Peereboom2011-01-171-15/+17
|
* fix (i hope the last crash with favicon) by not freeing the download whenMarco Peereboom2011-01-171-5/+6
| | | | canceled. the docs seem to be lying about it not being freed.
* Fixed Makefile for FreeBSD, it works but could be done better. Thanks toStevan Andjelkovic2011-01-171-2/+2
| | | | | | swills@freebsd. ok marco@
* Further FreeBSD attempts. ok marco@Stevan Andjelkovic2011-01-172-0/+283
|
* Further attempts to make it compile on FreeBSD. ok marco@Stevan Andjelkovic2011-01-172-10/+21
|
* Made it compile on FreeBSD, I think.Stevan Andjelkovic2011-01-161-3/+9
| | | | ok marco@
* Made save_tabs respect the order in which the tabs appear in theStevan Andjelkovic2011-01-161-3/+15
| | | | notebook.
* 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
| | | | code
* add session delete commandMarco Peereboom2011-01-142-3/+46
|
* some stray cookie_wl items got inMarco Peereboom2011-01-141-3/+0
|
* Add session_autosave as requested by jy-p.Marco Peereboom2011-01-143-5/+47
| | | | doco all session commands.
* make :w write the current sessionMarco Peereboom2011-01-141-8/+31
| | | | make :session open moo clsoe the current open tabs, it is a sesion you know
* pull apart the abort favicon function to get more granualor control ofMarco Peereboom2011-01-141-7/+22
| | | | freeing the download.
* defer freeing icon_dest_uriMarco Peereboom2011-01-121-2/+0
|
* 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
|