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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new setting, gnutls_priority_string.
Josh Rickmar
2012-08-02
4
-2
/
+53
*
ref/unref t->active before it is set or unset
Josh Rickmar
2012-08-20
2
-2
/
+14
*
Make middle click to paste work in t->cmd
Josh Rickmar
2012-08-17
1
-5
/
+8
*
Destroy the session key when done with it.
Josh Rickmar
2012-08-16
2
-5
/
+27
*
Give each tab its own session key for xtp links.
Josh Rickmar
2012-08-16
6
-158
/
+70
*
Add more info and features to about:secviolation
Josh Rickmar
2012-08-15
3
-15
/
+98
*
Also add www.bitrig.org to preloaded hsts
Josh Rickmar
2012-08-15
1
-0
/
+1
*
Bitrig mirrors aren't https, don't include subdomains in hsts
Josh Rickmar
2012-08-15
1
-1
/
+1
*
Add a (!) next to the exclamation mark text.
Josh Rickmar
2012-08-15
1
-2
/
+2
*
many changes to about:allthethings and about:webkit
Todd T. Fries
2012-08-14
2
-104
/
+183
*
Undo the backout of all the inputfocus changes.
Josh Rickmar
2012-08-14
3
-54
/
+185
*
Send a fake focus-in event to fix the focus.
Josh Rickmar
2012-08-09
1
-13
/
+79
*
Sync preloaded HSTS with Chromium
Josh Rickmar
2012-08-14
1
-0
/
+1
*
fix compile breakage when debug is enabled.
David Hill
2012-08-10
1
-1
/
+1
*
Reintroduce the FreeBSD fixes that were lost in the backouts.
Josh Rickmar
2012-08-09
2
-1
/
+3
*
Backout commits
Josh Rickmar
2012-08-09
4
-215
/
+118
*
Include . and .. when building on FreeBSD
Josh Rickmar
2012-08-09
1
-1
/
+1
*
Make sure LOGIN_NAME_MAX is defined properly for FreeBSD
Josh Rickmar
2012-08-09
1
-0
/
+2
*
Merge in my about:allthethings toplevel changes
Josh Rickmar
2012-08-08
1
-11
/
+20
|
\
|
*
Don't recurse for toplevel windows and use proper glib foreach
Josh Rickmar
2012-08-08
1
-11
/
+20
*
|
Merge in todd's about:allthethings changes for extra debugging.
Josh Rickmar
2012-08-08
2
-104
/
+177
|
\
|
|
*
nix unused var
Todd T. Fries
2012-08-08
1
-1
/
+0
|
*
fix for() loop, s/settings/name of gtk widget/, nix main_window
Todd T. Fries
2012-08-08
1
-4
/
+11
|
*
initial stab at toplevel window infoz
Todd T. Fries
2012-08-08
1
-0
/
+10
|
*
breakout deeply nested function and comment soup session
Todd T. Fries
2012-08-08
2
-97
/
+105
|
*
comment soup session bits for now
Todd T. Fries
2012-08-08
1
-0
/
+2
|
*
cast warnings to oblivion
Todd T. Fries
2012-08-08
1
-2
/
+2
|
*
This diff munges and massages the show_g_object_settings function
Todd T. Fries
2012-08-08
1
-54
/
+101
*
|
Unref t->completion when deleting a tab to destroy the completion
Josh Rickmar
2012-08-07
1
-0
/
+2
*
|
Destroy a hidden arrow menu instead of simply unreferencing it. This
Josh Rickmar
2012-08-07
1
-6
/
+10
*
|
Only hide when switching switching tabs
Josh Rickmar
2012-08-06
1
-4
/
+6
*
|
Attach t->cmd to the hide signal to focus t->wv
Josh Rickmar
2012-08-06
1
-7
/
+12
|
/
*
Fix reminder message on about:about
Josh Rickmar
2012-08-06
1
-1
/
+1
*
Drop the insensitive background color for all insensitive widgets.
Josh Rickmar
2012-08-06
1
-1
/
+1
*
Sync preloaded HSTS list with Chromium
Josh Rickmar
2012-08-06
1
-0
/
+5
*
Prevent expanding tabs when using the P keybinding.
Josh Rickmar
2012-08-02
1
-0
/
+6
*
Add a :https command
Josh Rickmar
2012-08-01
5
-11
/
+149
*
Distinguish between toplevel domains and FQDNs in whitelist code.
Josh Rickmar
2012-08-01
4
-46
/
+47
*
Undo the backout of the changes made to xombrero.conf.
Josh Rickmar
2012-08-02
1
-51
/
+51
*
Backout all changes I've made to inputfocus.c.
Josh Rickmar
2012-08-02
4
-236
/
+105
*
Don't run the (struct setting).ismodified function in the as on of the
Josh Rickmar
2012-08-01
1
-1
/
+4
*
Use the correct javascriptcoregtk on linux with gtk3.
Josh Rickmar
2012-07-18
1
-1
/
+6
*
sanity check better to fix a warning only perl on linux reports, how odd!
Todd T. Fries
2012-08-01
1
-1
/
+1
*
Re-add more google domains to the preloaded HSTS list. Accidently
Josh Rickmar
2012-07-31
1
-0
/
+16
*
Implement an about:runtime page and :runtime command to view and
Josh Rickmar
2012-07-31
11
-322
/
+1719
*
Make the GTK3 tabs smaller like they were in GTK2.
Josh Rickmar
2012-07-30
1
-0
/
+7
*
More focus improvements. Disable the can-focus property for a lot of
Josh Rickmar
2012-07-27
2
-16
/
+44
*
Add a force_https setting (using the same domain syntax as the
Josh Rickmar
2012-07-31
11
-11
/
+228
*
Oops broke the last commit
Josh Rickmar
2012-07-26
1
-1
/
+1
*
Another g_strdup_vprintf. No s/free/g_free/ here since the value is
Josh Rickmar
2012-07-26
1
-1
/
+1
[next]