summaryrefslogtreecommitdiff
path: root/capplets
Commit message (Expand)AuthorAgeFilesLines
* fix target dir for iconsJens Granseuer2007-06-292-5/+9
* add explicit width_request to our icon views so we can useJens Granseuer2007-06-282-2/+10
* move "selection_mode" to glade file and remove hard-coded item widthJens Granseuer2007-06-283-4/+8
* fix leaks, use g_list_foreach instead of open-coded loopJens Granseuer2007-06-282-12/+28
* Patch by: Luca Feretti <elle.uca@libero.it>Jens Granseuer2007-06-283-2/+10
* add new icons by Josef Vybiral (closes bug #397305)Jens Granseuer2007-06-2810-12/+2411
* Load the metatheme thumbnails in the order they are in the list.Denis Washington2007-06-272-5/+21
* Make the Custom theme always the first in the list and make it's labelDenis Washington2007-06-273-3/+30
* use icon theme for app icons, bug #450777Michael Terry2007-06-2616-67/+79
* ... and actually accept an empty color scheme setting as validJens Granseuer2007-06-262-2/+7
* no need to reassign thumbnails inside the loopJens Granseuer2007-06-263-84/+81
* Placeholder thumbnails for gtk+, metacity and icon themes.Denis Washington2007-06-269-2/+49
* Fixed resize problems.Denis Washington2007-06-252-1/+5
* don't try to use uninitialized GdkPixbufJens Granseuer2007-06-252-6/+6
* Adjusted for the API changes in theme-thumbnail.c. Thumbnail requestes areDenis Washington2007-06-254-47/+89
* Remove redundant newline in ChangeLog.Denis Washington2007-06-251-1/+0
* Generate all types of thumbnails in a seperate process, not just those forDenis Washington2007-06-253-473/+791
* implement theme savingJens Granseuer2007-06-248-2/+646
* Fix typo in string. (Closes bug #450405).Gabor Kelemen2007-06-241-1/+1
* fix a small typo ("wether" -> "whether") in the comments.Guilherme de S. Pastore2007-06-232-1/+6
* rearranged functions (no code changes)Jens Granseuer2007-06-232-321/+310
* use STOCK_DELETE instead of STOCK_OK in the confirmation dialogJens Granseuer2007-06-232-8/+14
* listen to on-disk theme changes in the details tabs, tooJens Granseuer2007-06-236-37/+180
* hook up the delete buttonsJens Granseuer2007-06-222-41/+154
* Tweak the metatheme icon view's margin and spacings to better fit to theDenis Washington2007-06-223-2/+14
* Make metatheme thumbnails original-sized and add check box + radio button.Denis Washington2007-06-222-18/+37
* fix function signaturesJens Granseuer2007-06-203-7/+13
* remove obsolete filesJens Granseuer2007-06-182-1/+5
* fix compiler warningJens Granseuer2007-06-182-0/+7
* remove install buttons from individual detail pages and HIG-ify theJens Granseuer2007-06-182-49/+6
* just check for configure instead of configure.in since configure.ac isJens Granseuer2007-06-182-1/+7
* added the names of the pages to the help strings for --show-page argument.Rodrigo Moya2007-06-182-1/+6
* add --show-page option to specify the page with which to startJens Granseuer2007-06-173-20/+53
* Added metadata tooltips to the thumbnails in the Background tab. NeedsDenis Washington2007-06-173-26/+70
* Change the weight of the theme titles from bold to normal in the ThemeDenis Washington2007-06-172-4/+6
* make gnome-theme-installer workJens Granseuer2007-06-164-1/+53
* add initial support for installing themes, includes support for packagesJens Granseuer2007-06-166-8/+674
* don't make the revert dialog transient since it's actually never on screenJens Granseuer2007-06-162-5/+8
* be extra careful when generating pixbufs (should mean we just get noJens Granseuer2007-06-153-20/+25
* new filesJens Granseuer2007-06-148-158/+404
* fix GConf notificationJens Granseuer2007-06-142-18/+23
* plug leak fix commentJens Granseuer2007-06-123-35/+41
* Manually deal with gtk+ theme changes now that the theme thumbnailing codeDenis Washington2007-06-122-1/+18
* Stop the GdkDisplay mess and let gnome-appearance-properties handle gtk+Denis Washington2007-06-122-15/+12
* fix "reset to defaults" sensitivity for real listen to colour schemeJens Granseuer2007-06-103-7/+22
* disable the "reset to defaults" button if the theme doesn't support customJens Granseuer2007-06-102-3/+10
* we don't need the engine stuff, so don't retrieve it in the first placeJens Granseuer2007-06-102-4/+7
* make it possible to skip engine information if we're not interested andJens Granseuer2007-06-102-2/+11
* fix passing and parsing of command line argsJens Granseuer2007-06-105-55/+22
* add some more checks so we don't try to strcmp NULL strings (fixes bugJens Granseuer2007-06-102-3/+8