log libpurple/theme.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 17 Sep 2011 04:51:57 +0000 Elliott Sales de Andrade Use GObject's instance private data for all the theme GObjects.
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Mon, 31 Aug 2009 23:17:57 +0000 Elliott Sales de Andrade Fix some typos.
Sat, 06 Jun 2009 22:53:50 +0000 Elliott Sales de Andrade Reduce the number of g_return_val_if_fail calls for NULL input since that
Sun, 25 Jan 2009 22:55:23 +0000 Mark Doliner Lots of minor whitespace and comment changes:
Mon, 01 Dec 2008 17:04:29 +0000 Richard Laager Fix some theme manager assertion failures.
Fri, 08 Aug 2008 21:26:12 +0000 Justin Rodriguez fixed some leaks and made theme loading safer
Wed, 23 Jul 2008 05:32:00 +0000 Justin Rodriguez Changed how the prefs handle themes
Mon, 30 Jun 2008 03:50:35 +0000 Justin Rodriguez Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes
Sun, 22 Jun 2008 03:07:07 +0000 Justin Rodriguez more gobject fixed
Sat, 21 Jun 2008 23:42:57 +0000 Justin Rodriguez fixed some gobject stuff
Mon, 16 Jun 2008 19:48:56 +0000 Justin Rodriguez Fixed some things needed for proper gobfication (init/finalize/etc)
Thu, 12 Jun 2008 06:25:49 +0000 Justin Rodriguez changed the purple theme formatting a bit (minor)
Wed, 11 Jun 2008 18:32:12 +0000 Justin Rodriguez Added description to theme abstract class
Sat, 07 Jun 2008 11:03:20 +0000 Justin Rodriguez Added theme loader class abstract whose only (current/planned) function is to build themes
Sat, 07 Jun 2008 01:55:23 +0000 Justin Rodriguez fixed formatting and get/set properties
Sat, 07 Jun 2008 01:23:24 +0000 Justin Rodriguez Added basic theme for libpurple to be used by theme manager and loaders (abstract gobject)