about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-3111-322/+1719
* Make the GTK3 tabs smaller like they were in GTK2.Josh Rickmar2012-07-301-0/+7
* More focus improvements. Disable the can-focus property for a lot ofJosh Rickmar2012-07-272-16/+44
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-3111-11/+228
* Oops broke the last commitJosh Rickmar2012-07-261-1/+1
* Another g_strdup_vprintf. No s/free/g_free/ here since the value isJosh Rickmar2012-07-261-1/+1
* vasprintf -> g_strdup_vprintfJosh Rickmar2012-07-261-2/+2
* missed a strdup() -> g_strdup()Todd T. Fries2012-07-261-1/+1
* two more free() -> g_free(); ok jrickTodd T. Fries2012-07-261-3/+2
* last free() -> g_free; ok marco@Todd T. Fries2012-07-261-2/+2
* Remove malloc callsJosh Rickmar2012-07-262-8/+7
* Prepare for release 1.2.2.Marco Peereboom2012-07-251-1/+1
* Enable DNT by default in whitelist mode.Josh Rickmar2012-07-252-1/+5
* Implement a do_not_track feature to set the Do Not Track HTTP header.Josh Rickmar2012-07-255-1/+35
* Fix marco's last commit so the donothing binary doesn't show warningsJosh Rickmar2012-07-243-2/+10
* make warnx a show_oopsMarco Peereboom2012-07-241-1/+1
* Make this compile again with XT_DEBUG defined. Tsk tsk meJosh Rickmar2012-07-241-6/+6
* Always add the callback function to the soup message to enable HSTS ifJosh Rickmar2012-07-211-6/+6
* Oops, we don't want to blindly re-enter command mode if the oldJosh Rickmar2012-07-191-1/+0
* Always be sure to check if t->active is still a valid entry beforeJosh Rickmar2012-07-191-11/+51
* Modify the keybindings in the example config so they match the same asJosh Rickmar2012-07-182-59/+60
* Change the CSS slightly so that url and statusbar text is notJosh Rickmar2012-07-172-1/+14
* Prepare for release 1.2.1.Marco Peereboom2012-07-171-1/+1
* This CSS needed to be more specific, or else the color names were notJosh Rickmar2012-07-171-4/+8
* Make some modifications to the notebook tabs so they do not expandJosh Rickmar2012-07-162-5/+15
* Make all the statusbar elements GtkLabel widgets instead of GtkEntryJosh Rickmar2012-07-134-98/+101
* Always create the items in the toolbar, even if they aren't going toJosh Rickmar2012-07-132-64/+61
* Replace all signaling code and a mkstemps call with glib functions.Josh Rickmar2012-07-172-72/+90
* This should have made it into the last commit.Josh Rickmar2012-07-151-1/+6
* Silence this warning for good.Josh Rickmar2012-07-131-1/+7
* rejig downloads a bit to accomodate windowsMarco Peereboom2012-07-131-3/+6
* Add the missing the . at the beginning of the configuration filenameJosh Rickmar2012-07-131-1/+1
* Prepare for release 1.2.0.Marco Peereboom2012-07-121-2/+2
* remove extra padding around the scrollbar; this makes the scrollbar disappearTodd T. Fries2012-07-121-0/+1
* Remove the compact tab separator (I couldn't get this to colorJosh Rickmar2012-07-123-38/+75
* Instead of erroring out when unable to set special settings, add aJosh Rickmar2012-07-112-3/+3
* Add a show_scrollbars option to disable showing of scrollbars. EnableJosh Rickmar2012-07-116-2/+73
* 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