about summary refs log tree commit diff stats
path: root/xombrero.c
Commit message (Expand)AuthorAgeFilesLines
* fix icon apearing when http_proxy is setMarco Peereboom2012-11-281-3/+3
* add tor icon toggle for proxyMarco Peereboom2012-11-281-4/+18
* Add a button to the toolbar to toggle the proxyJosh Rickmar2012-11-281-0/+29
* Initialize cookie whitelist. Fixes FS388.Josh Rickmar2012-10-301-0/+1
* Fix for FS387Josh Rickmar2012-10-281-8/+18
* Fix for FS273Josh Rickmar2012-10-281-22/+28
* Make all new tabs open in new windows in tabless modeJosh Rickmar2012-08-291-1/+13
* Implement header changes as requested by jy-pJosh Rickmar2012-10-101-57/+57
* Add regex support to whitelistsJosh Rickmar2012-09-181-35/+28
* Make custom URI handling work againJosh Rickmar2012-08-311-7/+7
* Stop crash with old libsoups, kill warning with never onesJosh Rickmar2012-08-311-0/+2
* Fix back/forward handling with about pages.Josh Rickmar2012-08-291-2/+4
* Fix issues with marco's back/forward list hackJosh Rickmar2012-08-281-17/+37
* Backout the recent back/forward list changesJosh Rickmar2012-08-281-19/+127
* Fix cert checking thread to make sure t is always still validJosh Rickmar2012-08-241-8/+4
* Specify action for the policy when returning TRUE from npd cbJosh Rickmar2012-08-241-2/+7
* Fix the build when using some older glib and gtk versionsJosh Rickmar2012-08-241-0/+2
* Make the arrow menu work againJosh Rickmar2012-08-231-5/+5
* Marco wants new tabs only when middle-clicking (or ctrl-click)Josh Rickmar2012-08-231-8/+2
* Fix the logic for following links and opening new tabs.Josh Rickmar2012-08-231-3/+7
* Only allow loading of whitelisted valid uri typesJosh Rickmar2012-08-231-0/+6
* Remove some deprecated signalsJosh Rickmar2012-08-221-14/+12
* Redo the back/forward list hackJosh Rickmar2012-08-211-127/+19
* Remove duplicate codeJosh Rickmar2012-08-061-11/+3
* Add a favedit command and remove rm links from :favJosh Rickmar2012-08-061-2/+3
* 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