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
/
about.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several more issues with float/double settings.
Josh Rickmar
2013-09-10
1
-3
/
+3
*
Kill float equality comparisons.
Josh Rickmar
2013-07-08
1
-1
/
+2
*
Many errors fixed, found by clang static analyzer.
Josh Rickmar
2013-06-20
1
-11
/
+25
*
remove extra space
Josh Rickmar
2013-06-13
1
-1
/
+1
*
support :favadd [title]
David Hill
2013-06-13
1
-2
/
+8
*
use https for links to opensource.conformal.com
David Hill
2013-06-12
1
-4
/
+4
*
add myself to authors
David Hill
2013-06-12
1
-0
/
+1
*
in xtp_handle_rt, only allocate memory when needed. fixes a small leak.
David Hill
2013-06-06
1
-1
/
+1
*
remove xombrero UA from google search strings
Josh Rickmar
2013-06-06
1
-1
/
+1
*
Make string copies for basename calls
Josh Rickmar
2013-06-06
1
-2
/
+4
*
Fix loads of memory issues
Josh Rickmar
2013-06-06
1
-8
/
+13
*
Ewps, fix the build again with some glibs
Josh Rickmar
2012-09-01
1
-1
/
+1
*
Fix build with glib 2.30.0. Fixes FS363
Josh Rickmar
2012-08-31
1
-1
/
+1
*
Fix back/forward handling with about pages.
Josh Rickmar
2012-08-29
1
-16
/
+16
*
Fix last commit, args may be NULL.
Josh Rickmar
2012-08-28
1
-1
/
+1
*
Fix about:favorites (:fav, not :favedit) with no entries
Josh Rickmar
2012-08-28
1
-2
/
+2
*
Fix issues with marco's back/forward list hack
Josh Rickmar
2012-08-28
1
-1
/
+4
*
Backout the recent back/forward list changes
Josh Rickmar
2012-08-28
1
-6
/
+1
*
Make clicking a favedit Rm link return to the favedit page
Josh Rickmar
2012-08-24
1
-1
/
+4
*
Make removing links from :favedit not crash. tsk tsk me
Josh Rickmar
2012-08-24
1
-2
/
+2
*
Fix the build when using some older glib and gtk versions
Josh Rickmar
2012-08-24
1
-0
/
+4
*
Remove some deprecated signals
Josh Rickmar
2012-08-22
1
-0
/
+6
*
Redo the back/forward list hack
Josh Rickmar
2012-08-21
1
-1
/
+6
*
Remove duplicate code
Josh Rickmar
2012-08-06
1
-4
/
+1
*
Add a favedit command and remove rm links from :fav
Josh Rickmar
2012-08-06
1
-12
/
+23
*
Destroy the session key when done with it.
Josh Rickmar
2012-08-16
1
-0
/
+9
*
Give each tab its own session key for xtp links.
Josh Rickmar
2012-08-16
1
-132
/
+45
*
Add more info and features to about:secviolation
Josh Rickmar
2012-08-15
1
-14
/
+34
*
many changes to about:allthethings and about:webkit
Todd T. Fries
2012-08-14
1
-104
/
+182
*
fix compile breakage when debug is enabled.
David Hill
2012-08-10
1
-1
/
+1
*
Backout commits
Josh Rickmar
2012-08-09
1
-184
/
+104
*
Don't recurse for toplevel windows and use proper glib foreach
Josh Rickmar
2012-08-08
1
-11
/
+20
*
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
1
-97
/
+103
*
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
*
Fix reminder message on about:about
Josh Rickmar
2012-08-06
1
-1
/
+1
*
Add a :https command
Josh Rickmar
2012-08-01
1
-0
/
+28
*
Implement an about:runtime page and :runtime command to view and
Josh Rickmar
2012-07-31
1
-133
/
+131
*
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
*
missed a strdup() -> g_strdup()
Todd T. Fries
2012-07-26
1
-1
/
+1
*
last free() -> g_free; ok marco@
Todd T. Fries
2012-07-26
1
-2
/
+2
*
Remove malloc calls
Josh Rickmar
2012-07-26
1
-1
/
+2
*
Add the missing the . at the beginning of the configuration filename
Josh Rickmar
2012-07-13
1
-1
/
+1
*
unbreak unix
Josh Rickmar
2012-07-03
1
-3
/
+4
*
make this work again on windows
Marco Peereboom
2012-07-03
1
-2
/
+3
[next]