summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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+. https://bugzilla.gnome.org/show_bug.cgi?id=635378
* Remove deprecated GTK symbolsTomas Frydrych2009-08-041-1/+1
| | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=587991 (adapted from metacity commit 3f76affbd2f5c7b83ec4133a87408988f2ee8855, original patch by Thomas Andersen)
* Comprehensively rename to MutterJon Nettleton2009-06-162-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code: All references in the code not related to themes, keybindings, or GConf were changed from 'metacity' to 'mutter'. This includes, among other things, strings, comments, the atoms used in the message protocol, and the envvars used for debugging. The GConf schema file was reduced to the 3 settings new to mutter. The overall version was brought up to 2.27 to match current gnome. Structure: All files named '*metacity*' were renamed '*mutter*' with appropriate changes in the automake system. Files removed are doc/creating_themes, src/themes, doc/metacity-theme.dtd, metacity.doap. These files will eventually end up in an external gnome-wm-data module. Installation location: On the filesystem the mutter-plugindir was change from $(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins. The mutter-plugins.pc.in reflects these changes. Note: mutter.desktop.in and mutter-wm.desktop both continue to have X-GNOME-WMSettingsModule=metacity set. This allows gnome-control-center to continue using libmetacity.so for configuration. This is fine since most the general keybindings and wm settings are being read from /apps/metacity/* in gconf.
* 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