summaryrefslogtreecommitdiff
path: root/libpurple/theme-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-3/+0
* Allow drag-and-drop of all sorts of themes.Justin Rodriguez2009-06-281-0/+13
* Fix a leak when loading themes.Paul Aurich2009-04-121-0/+1
* Lots of minor whitespace and comment changes:Mark Doliner2009-01-251-71/+62
* Fix some theme manager assertion failures.Richard Laager2008-12-011-8/+10
* merge of '189295d2ee8efcb4bd0413f746aade90df6ede0d'Gary Kramlich2008-08-281-22/+54
|\
| * cleaned up purple_theme_manager_build_dirGary Kramlich2008-08-211-25/+57
* | theme loader cleanup, and remove a few warningsJustin Rodriguez2008-08-261-18/+18
|/
* Changed how the prefs handle themesJustin Rodriguez2008-07-231-3/+4
* Changed the theme_manager_init function to do less, makes it cleaner and fast...Justin Rodriguez2008-07-061-18/+3
* Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in t...Justin Rodriguez2008-06-301-5/+12
* Fixed a few small problems with the sound loader and sound themeJustin Rodriguez2008-06-271-2/+2
* fixed crash on shutdown (avoid a double free)Justin Rodriguez2008-06-271-2/+0
* fixed images to appear in pref menuJustin Rodriguez2008-06-241-3/+3
* more gobject fixedJustin Rodriguez2008-06-221-4/+4
* fixed some gobject stuffJustin Rodriguez2008-06-211-1/+1
* Fixed purple sound loader class init function (bug on startup) and added shel...Justin Rodriguez2008-06-211-7/+5
* Fixed some warnings with loader_buildJustin Rodriguez2008-06-171-1/+1
* Fixed some things needed for proper gobfication (init/finalize/etc)Justin Rodriguez2008-06-161-37/+26
* Added sound builder (implete still needs a good way to go from xml file to xm...Justin Rodriguez2008-06-131-1/+1
* Fixed some leaks formattingJustin Rodriguez2008-06-111-20/+22
* Fixed theme-manager to be more of a singleton and less-gobject likeJustin Rodriguez2008-06-111-88/+39
* Added the theme-manager and basic functionality (needs to be given proper dir...Justin Rodriguez2008-06-101-0/+339