diff options
author | rathnor <rathnor> | 2003-10-05 09:03:43 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-05 09:03:43 (GMT) |
commit | 9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (patch) | |
tree | 4656a6fe71b5e18bf4b5044df9e1980162823c58 /ChangeLog | |
parent | 6984eb8970b61c0a6bcacba301707807d47d9b42 (diff) | |
download | fluxbox_pavel-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.zip fluxbox_pavel-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.tar.bz2 |
fix window size when changing titlebar height
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | *03/10/05: | 3 | *03/10/05: |
4 | * Fix frame size when changing titlebar size (Simon) | ||
5 | - also send configure notify when toggling decorations | ||
6 | FbWinFrame.hh/cc Window.cc | ||
4 | * Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon) | 7 | * Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon) |
5 | - also fix issue where Capslock mod was taken to be whatever caps | 8 | - also fix issue where Capslock mod was taken to be whatever caps |
6 | key was mapped to (why??). Now uses LockMask (ditto num,scroll). | 9 | key was mapped to (why??). Now uses LockMask (ditto num,scroll). |