summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Reveman <c99drn@cs.umu.se>2006-05-31 21:50:37 +0000
committerDavid Reveman <c99drn@cs.umu.se>2006-05-31 21:50:37 +0000
commit821e83c030ed6ebb8c77bfe919daa1bbf37a068a (patch)
treee5163373e854eb0c0b50d315aec3e3454ecb40c9 /ChangeLog
parent84fb0ab898631a2db77a99adaa6bea343d7370e0 (diff)
Save initial viewport when startup notification is received and add
hide_skip_taskbar_windows option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f61f97..748f6472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2006-05-31 David Reveman <davidr@novell.com>
+ * include/compiz.h:
+ * src/screen.c:
+ * src/display.c: Add hide_skip_taskbar_windows option. (bnc 180055)
+
+ * include/compiz.h:
+ * src/window.c: Add getStartupId.
+
+ * src/screen.c: Save initial viewport when startup notification
+ is received. Fix implementation of applyStartupProperties.
+ (bnc 180224)
+
+ * src/event.c (handleEvent): Handle startup ID property changes.
+
+ * plugins/place.c: Adjust work area to initial viewport.
+
* plugins/cube.c (cubePaintTransformedScreen): Disable skydome
animation while cube is unfolded. (bnc 179833)