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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More focus improvements. Disable the can-focus property for a lot of
Josh Rickmar
2012-07-27
1
-9
/
+15
*
Add a force_https setting (using the same domain syntax as the
Josh Rickmar
2012-07-31
1
-7
/
+37
*
vasprintf -> g_strdup_vprintf
Josh Rickmar
2012-07-26
1
-2
/
+2
*
two more free() -> g_free(); ok jrick
Todd T. Fries
2012-07-26
1
-3
/
+2
*
Remove malloc calls
Josh Rickmar
2012-07-26
1
-7
/
+5
*
Implement a do_not_track feature to set the Do Not Track HTTP header.
Josh Rickmar
2012-07-25
1
-0
/
+3
*
Fix marco's last commit so the donothing binary doesn't show warnings
Josh Rickmar
2012-07-24
1
-1
/
+5
*
make warnx a show_oops
Marco Peereboom
2012-07-24
1
-1
/
+1
*
Make this compile again with XT_DEBUG defined. Tsk tsk me
Josh Rickmar
2012-07-24
1
-6
/
+6
*
Always add the callback function to the soup message to enable HSTS if
Josh Rickmar
2012-07-21
1
-6
/
+6
*
Change the CSS slightly so that url and statusbar text is not
Josh Rickmar
2012-07-17
1
-0
/
+13
*
Make some modifications to the notebook tabs so they do not expand
Josh Rickmar
2012-07-16
1
-3
/
+14
*
Make all the statusbar elements GtkLabel widgets instead of GtkEntry
Josh Rickmar
2012-07-13
1
-72
/
+61
*
Always create the items in the toolbar, even if they aren't going to
Josh Rickmar
2012-07-13
1
-60
/
+49
*
This should have made it into the last commit.
Josh Rickmar
2012-07-15
1
-1
/
+6
*
Silence this warning for good.
Josh Rickmar
2012-07-13
1
-1
/
+7
*
rejig downloads a bit to accomodate windows
Marco Peereboom
2012-07-13
1
-3
/
+6
*
Remove the compact tab separator (I couldn't get this to color
Josh Rickmar
2012-07-12
1
-37
/
+51
*
Instead of erroring out when unable to set special settings, add a
Josh Rickmar
2012-07-11
1
-2
/
+1
*
Add a show_scrollbars option to disable showing of scrollbars. Enable
Josh Rickmar
2012-07-11
1
-1
/
+32
*
Use a DNPRINTF debugging macro for mutex warnings instead of show_oops.
Josh Rickmar
2012-07-11
1
-2
/
+2
*
Remove xterm_workaround as this has been fixed upstream, and make y
Josh Rickmar
2012-07-11
1
-78
/
+21
*
Ran into a segfault, not 100% sure but this might provide a fix.
Josh Rickmar
2012-07-10
1
-1
/
+2
*
Support building again with ancient libsoup versions.
Josh Rickmar
2012-07-10
1
-1
/
+1
*
Kill the pixel border around show_oops. The changes in xombrero.c
Josh Rickmar
2012-07-10
1
-3
/
+1
*
Enable GTK3 as default on FreeBSD and Linux, and make attempts to
Josh Rickmar
2012-07-10
1
-10
/
+15
*
Add for support for, and enable GTK3 as default.
Josh Rickmar
2012-07-09
1
-28
/
+211
*
Make the autofocus code a bit smarter by first saving the original
Josh Rickmar
2012-07-05
1
-0
/
+4
*
bring back notification of download start
Marco Peereboom
2012-07-04
1
-3
/
+2
*
Show a warning message when executing run_script, and make sure %s in
Josh Rickmar
2012-07-04
1
-3
/
+6
*
print gerror when spawn fails
Marco Peereboom
2012-07-03
1
-3
/
+5
*
add PSC and only set defaults if not set yet
Marco Peereboom
2012-07-03
1
-5
/
+7
*
move init of resource_dir into unix specific code
Marco Peereboom
2012-07-03
1
-1
/
+0
*
make this work again on windows
Marco Peereboom
2012-07-03
1
-1
/
+1
*
init path to NULL
Marco Peereboom
2012-07-03
1
-1
/
+1
*
Prevent the use of an uninitialized variable. My earlier change in
Josh Rickmar
2012-07-03
1
-2
/
+3
*
Check if a pointer points to some memory before blindly freeing it.
Josh Rickmar
2012-07-03
1
-2
/
+3
*
Add two new settings, allow_insecure_content and
Josh Rickmar
2012-07-02
1
-0
/
+10
*
Prevent the use a depreciated function (as of webkit 1.8), and only
Josh Rickmar
2012-06-29
1
-2
/
+14
*
Do a g_object_set on the soup session so that ssl_strict_certs actually chang...
Josh Rickmar
2012-06-29
1
-0
/
+2
*
Focus and highlight the current tab when viewing the buffers/ls list.
Josh Rickmar
2012-06-28
1
-0
/
+13
*
Implement a tabonly command that deletes all tabs except the currently
Josh Rickmar
2012-06-28
1
-1
/
+7
*
Modify the allocation of the scrollbar and GTK adjustment so they are
Josh Rickmar
2012-06-28
1
-6
/
+5
*
Save a pointer to the text entry box that is focused when the page is
Josh Rickmar
2012-06-28
1
-0
/
+5
*
Respect the current tab's ordering when showing the drow down menu
Josh Rickmar
2012-06-28
1
-4
/
+9
*
Replace manual file:// insertions and removals with the
Josh Rickmar
2012-06-28
1
-29
/
+81
*
Use glib's g_spawn_async() function instead of OS-specific fork/exec
Josh Rickmar
2012-06-28
1
-70
/
+37
*
Allocate the soup session before attempting to change its settings
Josh Rickmar
2012-06-21
1
-1
/
+3
*
Fix a possible segfault (null pointer dereference) and make
Josh Rickmar
2012-06-21
1
-0
/
+1
*
Replace a manual tilde expansion with the expand_tilde function.
Josh Rickmar
2012-06-21
1
-5
/
+1
[next]