about summary refs log tree commit diff stats
path: root/about.c
Commit message (Expand)AuthorAgeFilesLines
* Update wiki linksDavid Honour2016-04-211-1/+1
* xtp-meaning freed memory usage fixWalther Maldonado2015-02-171-9/+5
* Fix several more issues with float/double settings.Josh Rickmar2013-09-101-3/+3
* Kill float equality comparisons.Josh Rickmar2013-07-081-1/+2
* Many errors fixed, found by clang static analyzer.Josh Rickmar2013-06-201-11/+25
* remove extra spaceJosh Rickmar2013-06-131-1/+1
* support :favadd [title]David Hill2013-06-131-2/+8
* use https for links to opensource.conformal.comDavid Hill2013-06-121-4/+4
* add myself to authorsDavid Hill2013-06-121-0/+1
* in xtp_handle_rt, only allocate memory when needed. fixes a small leak.David Hill2013-06-061-1/+1
* remove xombrero UA from google search stringsJosh Rickmar2013-06-061-1/+1
* Make string copies for basename callsJosh Rickmar2013-06-061-2/+4
* Fix loads of memory issuesJosh Rickmar2013-06-061-8/+13
* Ewps, fix the build again with some glibsJosh Rickmar2012-09-011-1/+1
* Fix build with glib 2.30.0. Fixes FS363Josh Rickmar2012-08-311-1/+1
* Fix back/forward handling with about pages.Josh Rickmar2012-08-291-16/+16
* Fix last commit, args may be NULL.Josh Rickmar2012-08-281-1/+1
* Fix about:favorites (:fav, not :favedit) with no entriesJosh Rickmar2012-08-281-2/+2
* Fix issues with marco's back/forward list hackJosh Rickmar2012-08-281-1/+4
* Backout the recent back/forward list changesJosh Rickmar2012-08-281-6/+1
* Make clicking a favedit Rm link return to the favedit pageJosh Rickmar2012-08-241-1/+4
* Make removing links from :favedit not crash. tsk tsk meJosh Rickmar2012-08-241-2/+2
* Fix the build when using some older glib and gtk versionsJosh Rickmar2012-08-241-0/+4
* Remove some deprecated signalsJosh Rickmar2012-08-221-0/+6
* Redo the back/forward list hackJosh Rickmar2012-08-211-1/+6
* Remove duplicate codeJosh Rickmar2012-08-061-4/+1
* Add a favedit command and remove rm links from :favJosh Rickmar2012-08-061-12/+23
* Destroy the session key when done with it.Josh Rickmar2012-08-161-0/+9
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-132/+45
* Add more info and features to about:secviolationJosh Rickmar2012-08-151-14/+34
* many changes to about:allthethings and about:webkitTodd T. Fries2012-08-141-104/+182
* fix compile breakage when debug is enabled.David Hill2012-08-101-1/+1
* Backout commitsJosh Rickmar2012-08-091-184/+104
* Don't recurse for toplevel windows and use proper glib foreachJosh Rickmar2012-08-081-11/+20
* nix unused varTodd T. Fries2012-08-081-1/+0
* fix for() loop, s/settings/name of gtk widget/, nix main_windowTodd T. Fries2012-08-081-4/+11
* initial stab at toplevel window infozTodd T. Fries2012-08-081-0/+10
* breakout deeply nested function and comment soup sessionTodd T. Fries2012-08-081-97/+103
* comment soup session bits for nowTodd T. Fries2012-08-081-0/+2
* cast warnings to oblivionTodd T. Fries2012-08-081-2/+2
* This diff munges and massages the show_g_object_settings functionTodd T. Fries2012-08-081-54/+101
* Fix reminder message on about:aboutJosh Rickmar2012-08-061-1/+1
* Add a :https commandJosh Rickmar2012-08-011-0/+28
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-133/+131
* Oops broke the last commitJosh Rickmar2012-07-261-1/+1
* Another g_strdup_vprintf. No s/free/g_free/ here since the value isJosh Rickmar2012-07-261-1/+1
* missed a strdup() -> g_strdup()Todd T. Fries2012-07-261-1/+1
* last free() -> g_free; ok marco@Todd T. Fries2012-07-261-2/+2
* Remove malloc callsJosh Rickmar2012-07-261-1/+2
* Add the missing the . at the beginning of the configuration filenameJosh Rickmar2012-07-131-1/+1