summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-3/+3
|
* Updated FSF's addressDaniel Mustieles2014-01-234-12/+4
|
* Port preferences to GSettingsFlorian Müllner2011-11-111-4/+0
| | | | | | | | | | | | Move preferences to GSettings, using mainly shared schemas from gsettings-desktop-schemas. Unlike GConf, GSettings support is not optional, as Gio is already a hard dependency of GTK+. Based on an initial patch from Milan Bouchet-Valat. https://bugzilla.gnome.org/show_bug.cgi?id=621204
* Remove deprecated GTK symbols. Refs #572332.Thomas James Alexander Thurman2009-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | * src/include/util.h: * src/tools/metacity-window-demo.c: * src/ui/fixedtip.c: * src/ui/frames.c: * src/ui/frames.h: * src/ui/menu.c: * src/ui/metaaccellabel.c: * src/ui/metaaccellabel.h: * src/ui/preview-widget.c: * src/ui/preview-widget.h: * src/ui/tabpopup.c: * src/ui/theme-viewer.c: * src/ui/themewidget.c: * src/ui/themewidget.h: * test/tokentest/tokentest.c: svn path=/trunk/; revision=4193
* doubles are %f or %g, not %d re-created fair copy accordinglyThomas Thurman2008-06-102-48/+48
| | | | | | | | | | | 2008-06-10 Thomas Thurman <tthurman@gnome.org> * test/tokentest/tokentest.c (draw_string_to_spec): doubles are %f or %g, not %d * test/tokentest/tokentest.ini: re-created fair copy accordingly svn path=/trunk/; revision=3754
* A preliminary attempt at a test for the theme expression tokeniser.Thomas Thurman2008-06-105-4/+2094
| | | | | | | | | | 2008-06-10 Thomas Thurman <tthurman@gnome.org> * test/tokentest: A preliminary attempt at a test for the theme expression tokeniser. svn path=/trunk/; revision=3753
* new test script, imported from branch.Thomas Thurman2008-06-021-0/+338
| | | | | | | | | | 2008-06-02 Thomas Thurman <tthurman@gnome.org> * test/metacity-test: new test script, imported from branch. svn path=/trunk/; revision=3747
* added new files for a regression test on the tokeniser. (They aren't veryThomas Thurman2008-02-032-0/+208
2008-02-03 Thomas Thurman <tthurman@gnome.org> * test/tokentest/tokentest.c, test/tokentest/tokentest.ini: added new files for a regression test on the tokeniser. (They aren't very polished at the moment and aren't included in the autotools build.) svn path=/trunk/; revision=3548