summaryrefslogtreecommitdiff
path: root/libpurple/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-3/+0
* Fix some typos.Elliott Sales de Andrade2009-08-311-1/+1
* Reduce the number of g_return_val_if_fail calls for NULL input since thatElliott Sales de Andrade2009-06-061-6/+10
* Lots of minor whitespace and comment changes:Mark Doliner2009-01-251-58/+58
* Fix some theme manager assertion failures.Richard Laager2008-12-011-2/+3
* fixed some leaks and made theme loading saferJustin Rodriguez2008-08-081-4/+19
* Changed how the prefs handle themesJustin Rodriguez2008-07-231-5/+10
* Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in t...Justin Rodriguez2008-06-301-21/+33
* more gobject fixedJustin Rodriguez2008-06-221-15/+15
* fixed some gobject stuffJustin Rodriguez2008-06-211-2/+2
* Fixed some things needed for proper gobfication (init/finalize/etc)Justin Rodriguez2008-06-161-2/+38
* changed the purple theme formatting a bit (minor)Justin Rodriguez2008-06-121-11/+11
* Added description to theme abstract classJustin Rodriguez2008-06-111-0/+39
* Added theme loader class abstract whose only (current/planned) function is to...Justin Rodriguez2008-06-071-3/+3
* fixed formatting and get/set propertiesJustin Rodriguez2008-06-071-28/+37
* Added basic theme for libpurple to be used by theme manager and loaders (abst...Justin Rodriguez2008-06-071-0/+291