about summary refs log tree commit diff stats
path: root/xombrero.c
Commit message (Expand)AuthorAgeFilesLines
* ref/unref t->active before it is set or unsetJosh Rickmar2012-08-201-0/+2
* Make middle click to paste work in t->cmdJosh Rickmar2012-08-171-5/+8
* Destroy the session key when done with it.Josh Rickmar2012-08-161-5/+18
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-7/+9
* Add more info and features to about:secviolationJosh Rickmar2012-08-151-0/+62
* Undo the backout of all the inputfocus changes.Josh Rickmar2012-08-141-9/+27
* Send a fake focus-in event to fix the focus.Josh Rickmar2012-08-091-13/+79
* Backout commitsJosh Rickmar2012-08-091-26/+13
* Unref t->completion when deleting a tab to destroy the completionJosh Rickmar2012-08-071-0/+2
* Destroy a hidden arrow menu instead of simply unreferencing it. ThisJosh Rickmar2012-08-071-6/+10
* Only hide when switching switching tabsJosh Rickmar2012-08-061-4/+6
* Attach t->cmd to the hide signal to focus t->wvJosh Rickmar2012-08-061-7/+12
* Prevent expanding tabs when using the P keybinding.Josh Rickmar2012-08-021-0/+6
* Add a :https commandJosh Rickmar2012-08-011-0/+13
* Backout all changes I've made to inputfocus.c.Josh Rickmar2012-08-021-27/+9
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-8/+59
* More focus improvements. Disable the can-focus property for a lot ofJosh Rickmar2012-07-271-9/+15
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-7/+37
* vasprintf -> g_strdup_vprintfJosh Rickmar2012-07-261-2/+2
* two more free() -> g_free(); ok jrickTodd T. Fries2012-07-261-3/+2
* Remove malloc callsJosh Rickmar2012-07-261-7/+5
* Implement a do_not_track feature to set the Do Not Track HTTP header.Josh Rickmar2012-07-251-0/+3
* Fix marco's last commit so the donothing binary doesn't show warningsJosh Rickmar2012-07-241-1/+5
* 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
* Change the CSS slightly so that url and statusbar text is notJosh Rickmar2012-07-171-0/+13
* Make some modifications to the notebook tabs so they do not expandJosh Rickmar2012-07-161-3/+14
* Make all the statusbar elements GtkLabel widgets instead of GtkEntryJosh Rickmar2012-07-131-72/+61
* Always create the items in the toolbar, even if they aren't going toJosh Rickmar2012-07-131-60/+49
* 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
* Remove the compact tab separator (I couldn't get this to colorJosh Rickmar2012-07-121-37/+51
* Instead of erroring out when unable to set special settings, add aJosh Rickmar2012-07-111-2/+1
* Add a show_scrollbars option to disable showing of scrollbars. EnableJosh Rickmar2012-07-111-1/+32
* Use a DNPRINTF debugging macro for mutex warnings instead of show_oops.Josh Rickmar2012-07-111-2/+2
* Remove xterm_workaround as this has been fixed upstream, and make yJosh Rickmar2012-07-111-78/+21
* 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
* Kill the pixel border around show_oops. The changes in xombrero.cJosh Rickmar2012-07-101-3/+1
* Enable GTK3 as default on FreeBSD and Linux, and make attempts toJosh Rickmar2012-07-101-10/+15
* Add for support for, and enable GTK3 as default.Josh Rickmar2012-07-091-28/+211
* Make the autofocus code a bit smarter by first saving the originalJosh Rickmar2012-07-051-0/+4
* bring back notification of download startMarco Peereboom2012-07-041-3/+2
* 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 PSC and only set defaults if not set yetMarco Peereboom2012-07-031-5/+7
* move init of resource_dir into unix specific codeMarco Peereboom2012-07-031-1/+0
* make this work again on windowsMarco Peereboom2012-07-031-1/+1