| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prepare for release 1.1.0. | Marco Peereboom | 2012-07-04 | 1 | -1/+1 |
* | remove color when looking for branch name | Marco Peereboom | 2012-07-04 | 1 | -1/+1 |
* | bring back notification of download start | Marco Peereboom | 2012-07-04 | 2 | -5/+4 |
* | Show a warning message when executing run_script, and make sure %s in | Josh Rickmar | 2012-07-04 | 1 | -3/+6 |
* | print gerror when spawn fails | Marco Peereboom | 2012-07-03 | 1 | -3/+5 |
* | add some missing debug defines, bad jrick | Marco Peereboom | 2012-07-03 | 1 | -0/+3 |
* | add PSC and only set defaults if not set yet | Marco Peereboom | 2012-07-03 | 2 | -5/+8 |
* | Alphabetize try #2 | Josh Rickmar | 2012-07-03 | 1 | -22/+20 |
* | move init of resource_dir into unix specific code | Marco Peereboom | 2012-07-03 | 2 | -3/+7 |
* | Alphabetize settings so :set has a sensible order. | Josh Rickmar | 2012-07-02 | 1 | -13/+11 |
* | unbreak unix | Josh Rickmar | 2012-07-03 | 1 | -3/+4 |
* | make this work again on windows | Marco Peereboom | 2012-07-03 | 2 | -3/+4 |
* | init path to NULL | Marco Peereboom | 2012-07-03 | 1 | -1/+1 |
* | Prevent the use of an uninitialized variable. My earlier change in | Josh Rickmar | 2012-07-03 | 1 | -2/+3 |
* | Check if a pointer points to some memory before blindly freeing it. | Josh Rickmar | 2012-07-03 | 1 | -2/+3 |
* | Add two new settings, allow_insecure_content and | Josh Rickmar | 2012-07-02 | 5 | -1/+95 |
* | Prevent the use a depreciated function (as of webkit 1.8), and only | Josh Rickmar | 2012-06-29 | 1 | -2/+14 |
* | Do a g_object_set on the soup session so that ssl_strict_certs actually chang... | Josh Rickmar | 2012-06-29 | 1 | -0/+2 |
* | Use #if for the webkit_dom_html_element_click function, as it appears this is... | Josh Rickmar | 2012-06-29 | 1 | -1/+7 |
* | Import the latest OpenBSD tree.h, as we make calls to RB_FOREACH_SAFE, which ... | Josh Rickmar | 2012-06-29 | 1 | -1/+11 |
* | Update manpage with current date, and add myself to the Authors | Josh Rickmar | 2012-06-28 | 1 | -2/+3 |
* | Focus and highlight the current tab when viewing the buffers/ls list. | Josh Rickmar | 2012-06-28 | 1 | -0/+13 |
* | Implement a tabonly command that deletes all tabs except the currently | Josh Rickmar | 2012-06-28 | 3 | -1/+10 |
* | Modify the allocation of the scrollbar and GTK adjustment so they are | Josh Rickmar | 2012-06-28 | 2 | -8/+5 |
* | Add a link to the top of about:history to remove all items from the | Josh Rickmar | 2012-06-28 | 1 | -8/+13 |
* | Save a pointer to the text entry box that is focused when the page is | Josh Rickmar | 2012-06-28 | 3 | -39/+78 |
* | Send a click event to the focused input fields so using the | Josh Rickmar | 2012-06-28 | 1 | -0/+2 |
* | Use g_strcmp0() instead of g_str_equal() which is meant for hash | Josh Rickmar | 2012-06-28 | 1 | -1/+1 |
* | Iterate through each tab when enabling/disabling fancy_bar. | Josh Rickmar | 2012-06-28 | 1 | -14/+14 |
* | Respect the current tab's ordering when showing the drow down menu | Josh Rickmar | 2012-06-28 | 1 | -4/+9 |
* | Replace manual file:// insertions and removals with the | Josh Rickmar | 2012-06-28 | 3 | -37/+97 |
* | Use glib's g_spawn_async() function instead of OS-specific fork/exec | Josh Rickmar | 2012-06-28 | 5 | -160/+76 |
* | Pass the correct argument to the attach-window signal. | Josh Rickmar | 2012-06-21 | 1 | -1/+1 |
* | Allocate the soup session before attempting to change its settings | Josh Rickmar | 2012-06-21 | 1 | -1/+3 |
* | Fix a possible segfault (null pointer dereference) and make | Josh Rickmar | 2012-06-21 | 1 | -0/+1 |
* | Replace a manual tilde expansion with the expand_tilde function. | Josh Rickmar | 2012-06-21 | 1 | -5/+1 |
* | Change user_agent to rotate on a connection per tab (instead of | Josh Rickmar | 2012-06-19 | 4 | -24/+134 |
* | move statusbar initialisation to statusbar_create() | Michal Mazurek | 2012-06-19 | 1 | -100/+101 |
* | add statusbar_style | Michal Mazurek | 2012-06-16 | 4 | -5/+86 |
* | rewrite set_status | Michal Mazurek | 2012-06-16 | 1 | -45/+28 |
* | Kill a debugging printf I left in. | Josh Rickmar | 2012-06-15 | 1 | -1/+0 |
* | Remove the "Loading", "Downloading", and "Download Failed" tab titles | Josh Rickmar | 2012-06-15 | 2 | -17/+35 |
* | Add an 'p' option to statusbar_elems to show if the http_proxy is | Josh Rickmar | 2012-06-15 | 4 | -11/+41 |
* | Make the fancy_bar setting dynamic by showing or hiding the gtk | Josh Rickmar | 2012-06-15 | 1 | -1/+34 |
* | Replace "%s" in alias and search_string manually with the encoded | Josh Rickmar | 2012-06-15 | 2 | -12/+24 |
* | Add a userstyle setting to change the default stylesheet that is used | Josh Rickmar | 2012-06-15 | 5 | -15/+131 |
* | Make the Copy Link Location, Copy Image Address, and Copy Video Link | Josh Rickmar | 2012-06-15 | 1 | -1/+43 |
* | set progress unconditionally on both statusbar and url_entry given we don't c... | Todd T. Fries | 2012-06-13 | 1 | -7/+4 |
* | show url fixes | Todd T. Fries | 2012-06-13 | 1 | -5/+5 |
* | add tab number statusbar element. for small displays that have the tab bar di... | Michal Mazurek | 2012-06-13 | 3 | -1/+41 |