| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | two more free() -> g_free(); ok jrick | Todd T. Fries | 2012-07-26 | 1 | -3/+2 |
* | last free() -> g_free; ok marco@ | Todd T. Fries | 2012-07-26 | 1 | -2/+2 |
* | Remove malloc calls | Josh Rickmar | 2012-07-26 | 2 | -8/+7 |
* | Prepare for release 1.2.2. | Marco Peereboom | 2012-07-25 | 1 | -1/+1 |
* | Enable DNT by default in whitelist mode. | Josh Rickmar | 2012-07-25 | 2 | -1/+5 |
* | Implement a do_not_track feature to set the Do Not Track HTTP header. | Josh Rickmar | 2012-07-25 | 5 | -1/+35 |
* | Fix marco's last commit so the donothing binary doesn't show warnings | Josh Rickmar | 2012-07-24 | 3 | -2/+10 |
* | make warnx a show_oops | Marco Peereboom | 2012-07-24 | 1 | -1/+1 |
* | Make this compile again with XT_DEBUG defined. Tsk tsk me | Josh Rickmar | 2012-07-24 | 1 | -6/+6 |
* | Always add the callback function to the soup message to enable HSTS if | Josh Rickmar | 2012-07-21 | 1 | -6/+6 |
* | Oops, we don't want to blindly re-enter command mode if the old | Josh Rickmar | 2012-07-19 | 1 | -1/+0 |
* | Always be sure to check if t->active is still a valid entry before | Josh Rickmar | 2012-07-19 | 1 | -11/+51 |
* | Modify the keybindings in the example config so they match the same as | Josh Rickmar | 2012-07-18 | 2 | -59/+60 |
* | Change the CSS slightly so that url and statusbar text is not | Josh Rickmar | 2012-07-17 | 2 | -1/+14 |
* | 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 |