about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* add new browser_mode for people who get confused by all the little knobs.Marco Peereboom2011-02-011-7/+66
* honor enable_cookie_whitelist = 0. from sthenMarco Peereboom2011-02-011-3/+4
* dont errx when empty url is type. foudn by tdmMarco Peereboom2011-02-011-1/+1
* Added a slightly modified patch for the guess search heuristic from RivoStevan Andjelkovic2011-02-011-7/+19
* As a web page loads js screws with us and sometimes we end up without focus.Marco Peereboom2011-02-011-13/+14
* make ctrl-click work again. someone sprinkled misguidedMarco Peereboom2011-02-011-20/+38
* fix statusbar hide and show commands so that they match what it said in theEdd Barrett2011-02-011-2/+2
* make sure when one ctrl-clicks that the bfl is emptied so that the backwardMarco Peereboom2011-01-301-1/+2
* Added a vimperator style status bar, based on Todd's earlier patch.Stevan Andjelkovic2011-01-301-21/+153
* Fixed mistake in last patch.Stevan Andjelkovic2011-01-291-1/+1
* Fixed encoding for arguments to aliases, enabling searching for "C++",Stevan Andjelkovic2011-01-291-42/+30
* the status bar is not right and not what i intended.Marco Peereboom2011-01-291-82/+24
* urlencode search terms (including reserved characters) so that you can searchEdd Barrett2011-01-281-1/+5
* better borders on xtp tables, keybinding for cookie jar, progress bars onEdd Barrett2011-01-271-8/+33
* this makes t->cmd a beginning status bar like thing.Todd Fries2011-01-271-17/+75
* reap children; somehow i thought gtk handled that.Marco Peereboom2011-01-211-2/+48
* untested diff so it comes out.Marco Peereboom2011-01-211-40/+74
* keep track of socket fd, incase we execvp(), so we can close it andTodd Fries2011-01-191-1/+7
* refactor mkdir() into create_mkdir(), many -'s includedTodd Fries2011-01-191-73/+33
* use G_OBJECT() macro to match other codeTodd Fries2011-01-181-14/+14
* fix linux and freebsd builds by moving util.h out of scope.Marco Peereboom2011-01-181-1/+0
* Defined aliases for GDK_{CONTROL,SHIFT,MOD1}_MASK to make lines shorter.Stevan Andjelkovic2011-01-181-79/+83
* 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