aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-05-17 15:01:32 (GMT)
committerrathnor <rathnor>2004-05-17 15:01:32 (GMT)
commitc1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c (patch)
treebea96a100cf871864bc93e5ae9c9d1dd695bef96 /ChangeLog
parent949a932036354d9b7ce8cc31b2c153c9acfaf4be (diff)
downloadfluxbox_pavel-c1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c.zip
fluxbox_pavel-c1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c.tar.bz2
fix menu transparency rendering bug, and add save_under to menu windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 458dab1..93d57cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.10: 2Changes for 0.9.10:
3*04/05/17:
4 * Fix rendering of transparency on menu exposes (Simon)
5 - also enable save unders for menu windows
6 This is kind of experimental. Backing store is off by default
7 in XF86-4. If you want to play, add: Option "BackingStore" "yes"
8 to the Screen section in your XF86Config file. And let me know
9 how it goes :) It basically means we don't have to refresh
10 menus as much, but uses more memory. Shouldn't break anything new.
11 Menu.cc FbWindow.hh/cc
3*04/05/13: 12*04/05/13:
4 * Fix a crash when a window closes while [opaque] moving (Simon) 13 * Fix a crash when a window closes while [opaque] moving (Simon)
5 - also tidy up several related things when a window hides 14 - also tidy up several related things when a window hides