summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-06-29 21:57:39 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-06-29 21:57:39 +0000
commit7988361eab183e3b39379dc7b2ee324be58e7a91 (patch)
tree32fba7267d9196d7066e58c4b04ce2c1c844714c /ChangeLog
parenta1a030e418115ff13834b242b04342ad5cbb0012 (diff)
downloadmetacity-7988361eab183e3b39379dc7b2ee324be58e7a91.tar.gz
Allow toggling of non-compositor effects (since there's a non-Metacity key
2008-06-29 Thomas Thurman <tthurman@gnome.org> Allow toggling of non-compositor effects (since there's a non-Metacity key to do so: /desktop/gnome/interface/enable_animations). Closes #92867. * src/include/prefs.h: add META_PREFS_GNOME_ANIMATIONS key and meta_prefs_get_gnome_animations() function * src/include/prefs.c: added meta_prefs_get_gnome_animations() function, and made supporting changes to structs. * src/core/effects.c (run_handler): checked whether enable_animations is set before running an effect. * src/core/effects.c (meta_effect_run_minimize): remove debug message. svn path=/trunk/; revision=3775
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88c4313d..90006da4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-06-29 Thomas Thurman <tthurman@gnome.org>
+ Allow toggling of non-compositor effects (since there's a
+ non-Metacity key to do so: /desktop/gnome/interface/enable_animations).
+ Closes #92867.
+
+ * src/include/prefs.h: add META_PREFS_GNOME_ANIMATIONS key and
+ meta_prefs_get_gnome_animations() function
+ * src/include/prefs.c: added meta_prefs_get_gnome_animations()
+ function, and made supporting changes to structs.
+ * src/core/effects.c (run_handler): checked whether enable_animations
+ is set before running an effect.
+ * src/core/effects.c (meta_effect_run_minimize): remove debug message.
+
+2008-06-29 Thomas Thurman <tthurman@gnome.org>
+
* src/core/bell.c: remove meta_ prefix on all static functions.
2008-06-29 Thomas Thurman <tthurman@gnome.org>