aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2007-08-09 03:45:31 (GMT)
committersimonb <simonb>2007-08-09 03:45:31 (GMT)
commita0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44 (patch)
tree2c2658372e5e85c2d0c186f7080e9534430af633 /ChangeLog
parenta04eed16c5287c11e565ecb25f465b96d6f61279 (diff)
downloadfluxbox-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.zip
fluxbox-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.tar.bz2
Fix handling of Shape, stage 2 (more involved/complete handling)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fed2ab2..7dd6ee5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes 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