index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xombrero.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Some tweaks to xombrero's proxy support.
vext01
2012-06-07
1
-0
/
+1
*
Set default char * setting pointers to NULL and g_strdup the default
Josh Rickmar
2012-06-07
1
-3
/
+3
*
This fixes a bunch of things that probably should have gone in my last
Josh Rickmar
2012-06-06
1
-2
/
+2
*
Replace the home directory in the about:about page with the path to
Josh Rickmar
2012-06-01
1
-2
/
+4
*
Fix some random stuff the rebasing lost. At least the build still
Josh Rickmar
2012-06-01
1
-0
/
+1
*
Make all runtime settings unsettable by using the ':set setting ='
Josh Rickmar
2012-06-01
1
-1
/
+52
*
Add a cmd_alias feature to set an alias for a :command, and document
Josh Rickmar
2012-06-01
1
-0
/
+8
*
Add a custom_uri setting to check if a URI should be handled by an
Josh Rickmar
2012-06-01
1
-0
/
+8
*
add an os init function
unknown
2012-05-31
1
-0
/
+2
*
Xombrero -> xombrero
Marco Peereboom
2012-05-30
1
-1
/
+1
*
Add an about:search page to notify users we are not in a position to
Josh Rickmar
2012-05-25
1
-0
/
+5
*
add un.h in required locations
Marco Peereboom
2012-05-18
1
-0
/
+4
*
make xombrero compile on windows
Marco Peereboom
2012-05-17
1
-2
/
+3
*
rename xxxterm to xomrero
Marco Peereboom
2012-05-17
1
-0
/
+725