diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes 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 |