about summary refs log tree commit diff stats
path: root/xombrero.h
Commit message (Expand)AuthorAgeFilesLines
* Add more info and features to about:secviolationJosh Rickmar2012-08-151-1/+2
* many changes to about:allthethings and about:webkitTodd T. Fries2012-08-141-0/+1
* Undo the backout of all the inputfocus changes.Josh Rickmar2012-08-141-1/+6
* Reintroduce the FreeBSD fixes that were lost in the backouts.Josh Rickmar2012-08-091-0/+2
* Backout commitsJosh Rickmar2012-08-091-4/+0
* Make sure LOGIN_NAME_MAX is defined properly for FreeBSDJosh Rickmar2012-08-091-0/+2
* breakout deeply nested function and comment soup sessionTodd T. Fries2012-08-081-0/+2
* Add a :https commandJosh Rickmar2012-08-011-0/+4
* Distinguish between toplevel domains and FQDNs in whitelist code.Josh Rickmar2012-08-011-3/+0
* Backout all changes I've made to inputfocus.c.Josh Rickmar2012-08-021-6/+1
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-2/+81
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-0/+9
* Implement a do_not_track feature to set the Do Not Track HTTP header.Josh Rickmar2012-07-251-0/+2
* Make all the statusbar elements GtkLabel widgets instead of GtkEntryJosh Rickmar2012-07-131-2/+3
* Replace all signaling code and a mkstemps call with glib functions.Josh Rickmar2012-07-171-6/+0
* Remove the compact tab separator (I couldn't get this to colorJosh Rickmar2012-07-121-1/+0
* Add a show_scrollbars option to disable showing of scrollbars. EnableJosh Rickmar2012-07-111-0/+3
* Use a DNPRINTF debugging macro for mutex warnings instead of show_oops.Josh Rickmar2012-07-111-0/+1
* Remove xterm_workaround as this has been fixed upstream, and make yJosh Rickmar2012-07-111-2/+0
* Enable GTK3 as default on FreeBSD and Linux, and make attempts toJosh Rickmar2012-07-101-3/+1
* Add for support for, and enable GTK3 as default.Josh Rickmar2012-07-091-0/+6
* More #ifdef nonsense so this compiles with older webkits.Josh Rickmar2012-07-091-0/+2
* Make the autofocus code a bit smarter by first saving the originalJosh Rickmar2012-07-051-0/+1
* add some missing debug defines, bad jrickMarco Peereboom2012-07-031-0/+3
* add PSC and only set defaults if not set yetMarco Peereboom2012-07-031-0/+1
* Add two new settings, allow_insecure_content andJosh Rickmar2012-07-021-0/+5
* Implement a tabonly command that deletes all tabs except the currentlyJosh Rickmar2012-06-281-0/+1
* Modify the allocation of the scrollbar and GTK adjustment so they areJosh Rickmar2012-06-281-2/+0
* Save a pointer to the text entry box that is focused when the page isJosh Rickmar2012-06-281-1/+3
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-3/+0
* Change user_agent to rotate on a connection per tab (instead ofJosh Rickmar2012-06-191-7/+20
* add statusbar_styleMichal Mazurek2012-06-161-0/+6
* Remove the "Loading", "Downloading", and "Download Failed" tab titlesJosh Rickmar2012-06-151-0/+1
* Add an 'p' option to statusbar_elems to show if the http_proxy isJosh Rickmar2012-06-151-0/+2
* Add a userstyle setting to change the default stylesheet that is usedJosh Rickmar2012-06-151-1/+3
* add tab number statusbar element. for small displays that have the tab bar di...Michal Mazurek2012-06-131-0/+1
* Implement a warn_cert_changes setting to warn users when the remoteJosh Rickmar2012-06-071-0/+27
* Some tweaks to xombrero's proxy support.vext012012-06-071-0/+1
* Set default char * setting pointers to NULL and g_strdup the defaultJosh Rickmar2012-06-071-3/+3
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-2/+2
* Replace the home directory in the about:about page with the path toJosh Rickmar2012-06-011-2/+4
* Fix some random stuff the rebasing lost. At least the build stillJosh Rickmar2012-06-011-0/+1
* Make all runtime settings unsettable by using the ':set setting ='Josh Rickmar2012-06-011-1/+52
* Add a cmd_alias feature to set an alias for a :command, and documentJosh Rickmar2012-06-011-0/+8
* Add a custom_uri setting to check if a URI should be handled by anJosh Rickmar2012-06-011-0/+8
* add an os init functionunknown2012-05-311-0/+2
* Xombrero -> xombreroMarco Peereboom2012-05-301-1/+1
* Add an about:search page to notify users we are not in a position toJosh Rickmar2012-05-251-0/+5
* add un.h in required locationsMarco Peereboom2012-05-181-0/+4
* make xombrero compile on windowsMarco Peereboom2012-05-171-2/+3