| Commit message (Expand) | Author | Age | Files | Lines |
* | add proxy_cmd proto, reported on irc by rmull | Marco Peereboom | 2012-11-30 | 1 | -0/+1 |
* | add tor icon toggle for proxy | Marco Peereboom | 2012-11-28 | 1 | -0/+1 |
* | Add a button to the toolbar to toggle the proxy | Josh Rickmar | 2012-11-28 | 1 | -0/+1 |
* | Implement header changes as requested by jy-p | Josh Rickmar | 2012-10-10 | 1 | -3/+12 |
* | Add regex support to whitelists | Josh Rickmar | 2012-09-18 | 1 | -13/+14 |
* | Include NetBSD port, from Zplay | Josh Rickmar | 2012-09-15 | 1 | -1/+7 |
* | Add a dragonflybsd port | Josh Rickmar | 2012-08-29 | 1 | -0/+9 |
* | Fix back/forward handling with about pages. | Josh Rickmar | 2012-08-29 | 1 | -1/+1 |
* | Remove some deprecated signals | Josh Rickmar | 2012-08-22 | 1 | -2/+7 |
* | Kill the gcrypt deprecated warnings | Josh Rickmar | 2012-08-22 | 1 | -0/+2 |
* | Remove duplicate code | Josh Rickmar | 2012-08-06 | 1 | -8/+1 |
* | Add a new setting, gnutls_priority_string. | Josh Rickmar | 2012-08-02 | 1 | -0/+2 |
* | Give each tab its own session key for xtp links. | Josh Rickmar | 2012-08-16 | 1 | -11/+12 |
* | Add more info and features to about:secviolation | Josh Rickmar | 2012-08-15 | 1 | -1/+2 |
* | many changes to about:allthethings and about:webkit | Todd T. Fries | 2012-08-14 | 1 | -0/+1 |
* | Undo the backout of all the inputfocus changes. | Josh Rickmar | 2012-08-14 | 1 | -1/+6 |
* | Reintroduce the FreeBSD fixes that were lost in the backouts. | Josh Rickmar | 2012-08-09 | 1 | -0/+2 |
* | Backout commits | Josh Rickmar | 2012-08-09 | 1 | -4/+0 |
* | Make sure LOGIN_NAME_MAX is defined properly for FreeBSD | Josh Rickmar | 2012-08-09 | 1 | -0/+2 |
* | breakout deeply nested function and comment soup session | Todd T. Fries | 2012-08-08 | 1 | -0/+2 |
* | Add a :https command | Josh Rickmar | 2012-08-01 | 1 | -0/+4 |
* | Distinguish between toplevel domains and FQDNs in whitelist code. | Josh Rickmar | 2012-08-01 | 1 | -3/+0 |
* | Backout all changes I've made to inputfocus.c. | Josh Rickmar | 2012-08-02 | 1 | -6/+1 |
* | Implement an about:runtime page and :runtime command to view and | Josh Rickmar | 2012-07-31 | 1 | -2/+81 |
* | Add a force_https setting (using the same domain syntax as the | Josh Rickmar | 2012-07-31 | 1 | -0/+9 |
* | Implement a do_not_track feature to set the Do Not Track HTTP header. | Josh Rickmar | 2012-07-25 | 1 | -0/+2 |
* | Make all the statusbar elements GtkLabel widgets instead of GtkEntry | Josh Rickmar | 2012-07-13 | 1 | -2/+3 |
* | Replace all signaling code and a mkstemps call with glib functions. | Josh Rickmar | 2012-07-17 | 1 | -6/+0 |
* | Remove the compact tab separator (I couldn't get this to color | Josh Rickmar | 2012-07-12 | 1 | -1/+0 |
* | Add a show_scrollbars option to disable showing of scrollbars. Enable | Josh Rickmar | 2012-07-11 | 1 | -0/+3 |
* | Use a DNPRINTF debugging macro for mutex warnings instead of show_oops. | Josh Rickmar | 2012-07-11 | 1 | -0/+1 |
* | Remove xterm_workaround as this has been fixed upstream, and make y | Josh Rickmar | 2012-07-11 | 1 | -2/+0 |
* | Enable GTK3 as default on FreeBSD and Linux, and make attempts to | Josh Rickmar | 2012-07-10 | 1 | -3/+1 |
* | Add for support for, and enable GTK3 as default. | Josh Rickmar | 2012-07-09 | 1 | -0/+6 |
* | More #ifdef nonsense so this compiles with older webkits. | Josh Rickmar | 2012-07-09 | 1 | -0/+2 |
* | Make the autofocus code a bit smarter by first saving the original | Josh Rickmar | 2012-07-05 | 1 | -0/+1 |
* | 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 | 1 | -0/+1 |
* | Add two new settings, allow_insecure_content and | Josh Rickmar | 2012-07-02 | 1 | -0/+5 |
* | Implement a tabonly command that deletes all tabs except the currently | Josh Rickmar | 2012-06-28 | 1 | -0/+1 |
* | Modify the allocation of the scrollbar and GTK adjustment so they are | Josh Rickmar | 2012-06-28 | 1 | -2/+0 |
* | Save a pointer to the text entry box that is focused when the page is | Josh Rickmar | 2012-06-28 | 1 | -1/+3 |
* | Use glib's g_spawn_async() function instead of OS-specific fork/exec | Josh Rickmar | 2012-06-28 | 1 | -3/+0 |
* | Change user_agent to rotate on a connection per tab (instead of | Josh Rickmar | 2012-06-19 | 1 | -7/+20 |
* | add statusbar_style | Michal Mazurek | 2012-06-16 | 1 | -0/+6 |
* | Remove the "Loading", "Downloading", and "Download Failed" tab titles | Josh Rickmar | 2012-06-15 | 1 | -0/+1 |
* | Add an 'p' option to statusbar_elems to show if the http_proxy is | Josh Rickmar | 2012-06-15 | 1 | -0/+2 |
* | Add a userstyle setting to change the default stylesheet that is used | Josh Rickmar | 2012-06-15 | 1 | -1/+3 |
* | add tab number statusbar element. for small displays that have the tab bar di... | Michal Mazurek | 2012-06-13 | 1 | -0/+1 |
* | Implement a warn_cert_changes setting to warn users when the remote | Josh Rickmar | 2012-06-07 | 1 | -0/+27 |