| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add name to keys so that we can index it from user input. | Marco Peereboom | 2011-02-03 | 1 | -98/+129 |
* | fix unamerican keyboards from Raphael Graf <r@undefined.ch> | Marco Peereboom | 2011-02-03 | 1 | -19/+32 |
* | Trim leading spaces of load_uri input. | Stevan Andjelkovic | 2011-02-02 | 1 | -0/+8 |
* | monster diff to try to get rid of err and errx. people run into these and | Marco Peereboom | 2011-02-02 | 1 | -98/+195 |
* | fix stevan's broken space bar | Marco Peereboom | 2011-02-02 | 1 | -2/+2 |
* | couple of knfs | Marco Peereboom | 2011-02-02 | 1 | -9/+16 |
* | Man page fix (make guess_url, status{s,h} respect the alphabetical | Stevan Andjelkovic | 2011-02-02 | 1 | -39/+39 |
* | add new browser_mode for people who get confused by all the little knobs. | Marco Peereboom | 2011-02-01 | 1 | -7/+66 |
* | honor enable_cookie_whitelist = 0. from sthen | Marco Peereboom | 2011-02-01 | 1 | -3/+4 |
* | dont errx when empty url is type. foudn by tdm | Marco Peereboom | 2011-02-01 | 1 | -1/+1 |
* | Added a slightly modified patch for the guess search heuristic from Rivo | Stevan Andjelkovic | 2011-02-01 | 1 | -7/+19 |
* | As a web page loads js screws with us and sometimes we end up without focus. | Marco Peereboom | 2011-02-01 | 1 | -13/+14 |
* | make ctrl-click work again. someone sprinkled misguided | Marco Peereboom | 2011-02-01 | 1 | -20/+38 |
* | fix statusbar hide and show commands so that they match what it said in the | Edd Barrett | 2011-02-01 | 1 | -2/+2 |
* | make sure when one ctrl-clicks that the bfl is emptied so that the backward | Marco Peereboom | 2011-01-30 | 1 | -1/+2 |
* | Added a vimperator style status bar, based on Todd's earlier patch. | Stevan Andjelkovic | 2011-01-30 | 1 | -21/+153 |
* | Fixed mistake in last patch. | Stevan Andjelkovic | 2011-01-29 | 1 | -1/+1 |
* | Fixed encoding for arguments to aliases, enabling searching for "C++", | Stevan Andjelkovic | 2011-01-29 | 1 | -42/+30 |
* | the status bar is not right and not what i intended. | Marco Peereboom | 2011-01-29 | 1 | -82/+24 |
* | urlencode search terms (including reserved characters) so that you can search | Edd Barrett | 2011-01-28 | 1 | -1/+5 |
* | better borders on xtp tables, keybinding for cookie jar, progress bars on | Edd Barrett | 2011-01-27 | 1 | -8/+33 |
* | this makes t->cmd a beginning status bar like thing. | Todd Fries | 2011-01-27 | 1 | -17/+75 |
* | reap children; somehow i thought gtk handled that. | Marco Peereboom | 2011-01-21 | 1 | -2/+48 |
* | untested diff so it comes out. | Marco Peereboom | 2011-01-21 | 1 | -40/+74 |
* | keep track of socket fd, incase we execvp(), so we can close it and | Todd Fries | 2011-01-19 | 1 | -1/+7 |
* | refactor mkdir() into create_mkdir(), many -'s included | Todd Fries | 2011-01-19 | 1 | -73/+33 |
* | use G_OBJECT() macro to match other code | Todd Fries | 2011-01-18 | 1 | -14/+14 |
* | fix linux and freebsd builds by moving util.h out of scope. | Marco Peereboom | 2011-01-18 | 1 | -1/+0 |
* | Defined aliases for GDK_{CONTROL,SHIFT,MOD1}_MASK to make lines shorter. | Stevan Andjelkovic | 2011-01-18 | 1 | -79/+83 |
* | fix (i hope the last crash with favicon) by not freeing the download when | Marco Peereboom | 2011-01-17 | 1 | -5/+6 |
* | Further attempts to make it compile on FreeBSD. ok marco@ | Stevan Andjelkovic | 2011-01-17 | 1 | -10/+10 |
* | Made it compile on FreeBSD, I think. | Stevan Andjelkovic | 2011-01-16 | 1 | -3/+9 |
* | Made save_tabs respect the order in which the tabs appear in the | Stevan Andjelkovic | 2011-01-16 | 1 | -3/+15 |
* | 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 |