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
...
*
|
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
*
vasprintf -> g_strdup_vprintf
Josh Rickmar
2012-07-26
1
-2
/
+2
*
missed a strdup() -> g_strdup()
Todd T. Fries
2012-07-26
1
-1
/
+1
*
two more free() -> g_free(); ok jrick
Todd T. Fries
2012-07-26
1
-3
/
+2
*
last free() -> g_free; ok marco@
Todd T. Fries
2012-07-26
1
-2
/
+2
*
Remove malloc calls
Josh Rickmar
2012-07-26
2
-8
/
+7
*
Prepare for release 1.2.2.
Marco Peereboom
2012-07-25
1
-1
/
+1
*
Enable DNT by default in whitelist mode.
Josh Rickmar
2012-07-25
2
-1
/
+5
*
Implement a do_not_track feature to set the Do Not Track HTTP header.
Josh Rickmar
2012-07-25
5
-1
/
+35
*
Fix marco's last commit so the donothing binary doesn't show warnings
Josh Rickmar
2012-07-24
3
-2
/
+10
*
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
*
Oops, we don't want to blindly re-enter command mode if the old
Josh Rickmar
2012-07-19
1
-1
/
+0
*
Always be sure to check if t->active is still a valid entry before
Josh Rickmar
2012-07-19
1
-11
/
+51
*
Modify the keybindings in the example config so they match the same as
Josh Rickmar
2012-07-18
2
-59
/
+60
*
Change the CSS slightly so that url and statusbar text is not
Josh Rickmar
2012-07-17
2
-1
/
+14
*
Prepare for release 1.2.1.
Marco Peereboom
2012-07-17
1
-1
/
+1
*
This CSS needed to be more specific, or else the color names were not
Josh Rickmar
2012-07-17
1
-4
/
+8
*
Make some modifications to the notebook tabs so they do not expand
Josh Rickmar
2012-07-16
2
-5
/
+15
*
Make all the statusbar elements GtkLabel widgets instead of GtkEntry
Josh Rickmar
2012-07-13
4
-98
/
+101
[prev]
[next]