diff options
author | simonb <simonb> | 2007-08-09 03:45:31 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-08-09 03:45:31 (GMT) |
commit | a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44 (patch) | |
tree | 2c2658372e5e85c2d0c186f7080e9534430af633 /ChangeLog | |
parent | a04eed16c5287c11e565ecb25f465b96d6f61279 (diff) | |
download | fluxbox_pavel-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.zip fluxbox_pavel-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.tar.bz2 |
Fix handling of Shape, stage 2 (more involved/complete handling)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes for 1.0.0: |
3 | *07/08/09: | 3 | *07/08/09: |
4 | * Fix shaping handling, stage 2, (Simon) | ||
5 | - rewrite the core of the Shape handling so that it properly | ||
6 | merges client and frame shapes. Fixes all sorts of odd shaping | ||
7 | behaviour, and incidentally xeyes now gets a visible frame | ||
8 | (not having the frame was actually a bug). | ||
9 | Shape.hh/cc FbWinFrame.hh/cc Window.hh/cc | ||
4 | * Fix shaping handling, stage 1, (Simon) | 10 | * Fix shaping handling, stage 1, (Simon) |
5 | - do borders properly with rounded corners | 11 | - do borders properly with rounded corners |
6 | - propagate client clip mask as well as bounding mask | 12 | - propagate client clip mask as well as bounding mask |