about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Use a DNPRINTF debugging macro for mutex warnings instead of show_oops.Josh Rickmar2012-07-112-2/+3
* Remove xterm_workaround as this has been fixed upstream, and make yJosh Rickmar2012-07-115-108/+21
* Makefile fixes for Linux and FreeBSD. Install the css to the resourceJosh Rickmar2012-07-112-0/+9
* Ran into a segfault, not 100% sure but this might provide a fix.Josh Rickmar2012-07-101-1/+2
* Support building again with ancient libsoup versions.Josh Rickmar2012-07-101-1/+1
* Remove an extra line from .entry#blue. Unnecessary as it inheritsJosh Rickmar2012-07-101-1/+0
* Use the correct selected text colors in all GtkEntry widgets, not justJosh Rickmar2012-07-101-0/+2
* Kill the pixel border around show_oops. The changes in xombrero.cJosh Rickmar2012-07-102-6/+3
* Enable GTK3 as default on FreeBSD and Linux, and make attempts toJosh Rickmar2012-07-105-30/+63
* Add for support for, and enable GTK3 as default.Josh Rickmar2012-07-095-28/+316
* More #ifdef nonsense so this compiles with older webkits.Josh Rickmar2012-07-091-0/+2
* Prepare for release 1.1.1.Marco Peereboom2012-07-091-1/+1
* Make the autofocus code a bit smarter by first saving the originalJosh Rickmar2012-07-053-3/+14
* Fix build on linuxJosh Rickmar2012-07-051-0/+8
* Prepare for release 1.1.0.Marco Peereboom2012-07-041-1/+1
* remove color when looking for branch nameMarco Peereboom2012-07-041-1/+1
* bring back notification of download startMarco Peereboom2012-07-042-5/+4
* Show a warning message when executing run_script, and make sure %s inJosh Rickmar2012-07-041-3/+6
* print gerror when spawn failsMarco Peereboom2012-07-031-3/+5
* add some missing debug defines, bad jrickMarco Peereboom2012-07-031-0/+3
* add PSC and only set defaults if not set yetMarco Peereboom2012-07-032-5/+8
* Alphabetize try #2Josh Rickmar2012-07-031-22/+20
* move init of resource_dir into unix specific codeMarco Peereboom2012-07-032-3/+7
* Alphabetize settings so :set has a sensible order.Josh Rickmar2012-07-021-13/+11
* unbreak unixJosh Rickmar2012-07-031-3/+4
* make this work again on windowsMarco Peereboom2012-07-032-3/+4
* init path to NULLMarco Peereboom2012-07-031-1/+1
* Prevent the use of an uninitialized variable. My earlier change inJosh Rickmar2012-07-031-2/+3
* Check if a pointer points to some memory before blindly freeing it.Josh Rickmar2012-07-031-2/+3
* Add two new settings, allow_insecure_content andJosh Rickmar2012-07-025-1/+95
* Prevent the use a depreciated function (as of webkit 1.8), and onlyJosh Rickmar2012-06-291-2/+14
* Do a g_object_set on the soup session so that ssl_strict_certs actually chang...Josh Rickmar2012-06-291-0/+2
* Use #if for the webkit_dom_html_element_click function, as it appears this is...Josh Rickmar2012-06-291-1/+7
* Import the latest OpenBSD tree.h, as we make calls to RB_FOREACH_SAFE, which ...Josh Rickmar2012-06-291-1/+11
* Update manpage with current date, and add myself to the AuthorsJosh Rickmar2012-06-281-2/+3
* Focus and highlight the current tab when viewing the buffers/ls list.Josh Rickmar2012-06-281-0/+13
* Implement a tabonly command that deletes all tabs except the currentlyJosh Rickmar2012-06-283-1/+10
* Modify the allocation of the scrollbar and GTK adjustment so they areJosh Rickmar2012-06-282-8/+5
* Add a link to the top of about:history to remove all items from theJosh Rickmar2012-06-281-8/+13
* Save a pointer to the text entry box that is focused when the page isJosh Rickmar2012-06-283-39/+78
* Send a click event to the focused input fields so using theJosh Rickmar2012-06-281-0/+2
* Use g_strcmp0() instead of g_str_equal() which is meant for hashJosh Rickmar2012-06-281-1/+1
* Iterate through each tab when enabling/disabling fancy_bar.Josh Rickmar2012-06-281-14/+14
* Respect the current tab's ordering when showing the drow down menuJosh Rickmar2012-06-281-4/+9
* Replace manual file:// insertions and removals with theJosh Rickmar2012-06-283-37/+97
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-285-160/+76
* Pass the correct argument to the attach-window signal.Josh Rickmar2012-06-211-1/+1
* Allocate the soup session before attempting to change its settingsJosh Rickmar2012-06-211-1/+3
* Fix a possible segfault (null pointer dereference) and makeJosh Rickmar2012-06-211-0/+1
* Replace a manual tilde expansion with the expand_tilde function.Josh Rickmar2012-06-211-5/+1