| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prepare for release 1.2.1. | Marco Peereboom | 2012-07-17 | 1 | -1/+1 |
* | This CSS needed to be more specific, or else the color names were not | Josh Rickmar | 2012-07-17 | 1 | -4/+8 |
* | Make some modifications to the notebook tabs so they do not expand | Josh Rickmar | 2012-07-16 | 2 | -5/+15 |
* | Make all the statusbar elements GtkLabel widgets instead of GtkEntry | Josh Rickmar | 2012-07-13 | 4 | -98/+101 |
* | Always create the items in the toolbar, even if they aren't going to | Josh Rickmar | 2012-07-13 | 2 | -64/+61 |
* | Replace all signaling code and a mkstemps call with glib functions. | Josh Rickmar | 2012-07-17 | 2 | -72/+90 |
* | This should have made it into the last commit. | Josh Rickmar | 2012-07-15 | 1 | -1/+6 |
* | Silence this warning for good. | Josh Rickmar | 2012-07-13 | 1 | -1/+7 |
* | rejig downloads a bit to accomodate windows | Marco Peereboom | 2012-07-13 | 1 | -3/+6 |
* | Add the missing the . at the beginning of the configuration filename | Josh Rickmar | 2012-07-13 | 1 | -1/+1 |
* | Prepare for release 1.2.0. | Marco Peereboom | 2012-07-12 | 1 | -2/+2 |
* | remove extra padding around the scrollbar; this makes the scrollbar disappear | Todd T. Fries | 2012-07-12 | 1 | -0/+1 |
* | Remove the compact tab separator (I couldn't get this to color | Josh Rickmar | 2012-07-12 | 3 | -38/+75 |
* | Instead of erroring out when unable to set special settings, add a | Josh Rickmar | 2012-07-11 | 2 | -3/+3 |
* | Add a show_scrollbars option to disable showing of scrollbars. Enable | Josh Rickmar | 2012-07-11 | 6 | -2/+73 |
* | Use a DNPRINTF debugging macro for mutex warnings instead of show_oops. | Josh Rickmar | 2012-07-11 | 2 | -2/+3 |
* | Remove xterm_workaround as this has been fixed upstream, and make y | Josh Rickmar | 2012-07-11 | 5 | -108/+21 |
* | Makefile fixes for Linux and FreeBSD. Install the css to the resource | Josh Rickmar | 2012-07-11 | 2 | -0/+9 |
* | Ran into a segfault, not 100% sure but this might provide a fix. | Josh Rickmar | 2012-07-10 | 1 | -1/+2 |
* | Support building again with ancient libsoup versions. | Josh Rickmar | 2012-07-10 | 1 | -1/+1 |
* | Remove an extra line from .entry#blue. Unnecessary as it inherits | Josh Rickmar | 2012-07-10 | 1 | -1/+0 |
* | Use the correct selected text colors in all GtkEntry widgets, not just | Josh Rickmar | 2012-07-10 | 1 | -0/+2 |
* | Kill the pixel border around show_oops. The changes in xombrero.c | Josh Rickmar | 2012-07-10 | 2 | -6/+3 |
* | Enable GTK3 as default on FreeBSD and Linux, and make attempts to | Josh Rickmar | 2012-07-10 | 5 | -30/+63 |
* | Add for support for, and enable GTK3 as default. | Josh Rickmar | 2012-07-09 | 5 | -28/+316 |
* | More #ifdef nonsense so this compiles with older webkits. | Josh Rickmar | 2012-07-09 | 1 | -0/+2 |
* | Prepare for release 1.1.1. | Marco Peereboom | 2012-07-09 | 1 | -1/+1 |
* | Make the autofocus code a bit smarter by first saving the original | Josh Rickmar | 2012-07-05 | 3 | -3/+14 |
* | Fix build on linux | Josh Rickmar | 2012-07-05 | 1 | -0/+8 |
* | 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 |