Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -54/+54 | |
| | | | | | | | | | | order). Made rs[] (runtime settings) more readable, by indenting it. download_dir = ~/downloads rather than ~downloads in config. ok marco@ | |||||
* | spello | Marco Peereboom | 2011-02-01 | 1 | -1/+1 | |
| | ||||||
* | correct note, pointed out by stevan | Marco Peereboom | 2011-02-01 | 1 | -1/+1 | |
| | ||||||
* | document browser_mode | Marco Peereboom | 2011-02-01 | 1 | -0/+30 | |
| | ||||||
* | new config file is all disabled so only needs tinkering if one knows what | Marco Peereboom | 2011-02-01 | 1 | -50/+67 | |
| | | | | one really wants to do | |||||
* | 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 | |
| | ||||||
* | document home, found by tdm | Marco Peereboom | 2011-02-01 | 1 | -0/+2 | |
| | ||||||
* | Added a slightly modified patch for the guess search heuristic from Rivo | Stevan Andjelkovic | 2011-02-01 | 3 | -7/+28 | |
| | | | | | | Nurges <rix at estpak dot ee>. Also made the guess search heuristic optional. | |||||
* | As a web page loads js screws with us and sometimes we end up without focus. | Marco Peereboom | 2011-02-01 | 1 | -13/+14 | |
| | | | | Hopefully this fixes the remaining focus issues. | |||||
* | add missing -s to man page. | Marco Peereboom | 2011-02-01 | 1 | -0/+3 | |
| | | | | found by jy-p | |||||
* | make ctrl-click work again. someone sprinkled misguided | Marco Peereboom | 2011-02-01 | 1 | -20/+38 | |
| | | | | | | | | | | gtk_widget_grab_focus that would focus a newly created tab instead of the active one. hilarity ensued with sending keystrokes to wrong webview. fix some spaces and other strdup crap too while at iy. next time i'll beat someone up for this; i don't particularly enjoy fixing other people's bugs. Please test your code before committing it. | |||||
* | fix statusbar hide and show commands so that they match what it said in the | Edd Barrett | 2011-02-01 | 1 | -2/+2 | |
| | | | | | | manual page. OK marco | |||||
* | make sure when one ctrl-clicks that the bfl is emptied so that the backward | Marco Peereboom | 2011-01-30 | 1 | -1/+2 | |
| | | | | button doesn't eroneously come on | |||||
* | Added a vimperator style status bar, based on Todd's earlier patch. | Stevan Andjelkovic | 2011-01-30 | 3 | -23/+162 | |
| | | | | | | | | Added a new heuristic for guess_url_type; if the string passed to the function isn't a local file and contains no dot, assume that the user wants to search for the string. ok marco@ | |||||
* | 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 | |
| | | | | "C#" etc, and fixed so that guess_url_type is called on all input uris. | |||||
* | the status bar is not right and not what i intended. | Marco Peereboom | 2011-01-29 | 1 | -82/+24 | |
| | | | | | | | | | for example if you type :favadd and bump your mouse over a link the typed text gets overwritten. this needs to be rethought. i think i left edd's commits untouched | |||||
* | urlencode search terms (including reserved characters) so that you can search | Edd Barrett | 2011-01-28 | 1 | -1/+5 | |
| | | | | | | for 'C#' or 'C++' for example. OK marco | |||||
* | better borders on xtp tables, keybinding for cookie jar, progress bars on | Edd Barrett | 2011-01-27 | 2 | -8/+35 | |
| | | | | | | | | | download manager, basename on download urls. marco seems busy, 18:01 <todd> I expressedly ok your dl diff you prodded marco about, it causes no harm, looks better, and provides nice functionality | |||||
* | this makes t->cmd a beginning status bar like thing. | Todd Fries | 2011-01-27 | 1 | -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 Peereboom | 2011-01-21 | 1 | -2/+48 | |
| | | | | might break linux and freebsd because of #include | |||||
* | untested diff so it comes out. | Marco Peereboom | 2011-01-21 | 1 | -40/+74 | |
| | ||||||
* | install man page in right location on freebsd. | Marco Peereboom | 2011-01-19 | 1 | -1/+1 | |
| | | | | from Tom Murphy <openbsd@pertho.net> | |||||
* | keep track of socket fd, incase we execvp(), so we can close it and | Todd Fries | 2011-01-19 | 1 | -1/+7 | |
| | | | | | it can be used on the other side ok marco@ | |||||
* | refactor mkdir() into create_mkdir(), many -'s included | Todd Fries | 2011-01-19 | 1 | -73/+33 | |
| | | | | awesome! marco@ | |||||
* | use G_OBJECT() macro to match other code | Todd Fries | 2011-01-18 | 1 | -14/+14 | |
| | | | | looks right marco@ | |||||
* | fix linux and freebsd builds by moving util.h out of scope. | Marco Peereboom | 2011-01-18 | 1 | -1/+0 | |
| | | | | from tdm | |||||
* | Defined aliases for GDK_{CONTROL,SHIFT,MOD1}_MASK to make lines shorter. | Stevan Andjelkovic | 2011-01-18 | 1 | -79/+83 | |
| | | | | ok marco@ | |||||
* | fix online man page | Marco Peereboom | 2011-01-17 | 1 | -2/+0 | |
| | | | | from dhill | |||||
* | better consitency. diff from stevan and i just changed it a bit | Marco Peereboom | 2011-01-17 | 1 | -9/+12 | |
| | ||||||
* | move some text back where it blenogs. bad todd for inserting text where it | Marco Peereboom | 2011-01-17 | 1 | -7/+5 | |
| | | | | doesnt go | |||||
* | document the knobs for whitelists to unconfuse todd | Marco Peereboom | 2011-01-17 | 1 | -1/+55 | |
| | ||||||
* | Further work on FreeBSD's Makefile. Thanks to aldis at bsdroot dot lv. | Stevan Andjelkovic | 2011-01-17 | 1 | -7/+9 | |
| | | | | ok marco@ | |||||
* | document that commands are by default on fqdn | Marco Peereboom | 2011-01-17 | 1 | -15/+17 | |
| | ||||||
* | fix (i hope the last crash with favicon) by not freeing the download when | Marco Peereboom | 2011-01-17 | 1 | -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 to | Stevan Andjelkovic | 2011-01-17 | 1 | -2/+2 | |
| | | | | | | swills@freebsd. ok marco@ | |||||
* | Further FreeBSD attempts. ok marco@ | Stevan Andjelkovic | 2011-01-17 | 2 | -0/+283 | |
| | ||||||
* | Further attempts to make it compile on FreeBSD. ok marco@ | Stevan Andjelkovic | 2011-01-17 | 2 | -10/+21 | |
| | ||||||
* | Made it compile on FreeBSD, I think. | Stevan Andjelkovic | 2011-01-16 | 1 | -3/+9 | |
| | | | | ok marco@ | |||||
* | Made save_tabs respect the order in which the tabs appear in the | Stevan Andjelkovic | 2011-01-16 | 1 | -3/+15 | |
| | | | | notebook. | |||||
* | 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 | |
| | | | | code | |||||
* | add session delete command | Marco Peereboom | 2011-01-14 | 2 | -3/+46 | |
| | ||||||
* | some stray cookie_wl items got in | Marco Peereboom | 2011-01-14 | 1 | -3/+0 | |
| | ||||||
* | Add session_autosave as requested by jy-p. | Marco Peereboom | 2011-01-14 | 3 | -5/+47 | |
| | | | | doco all session commands. |