diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 06:58:19 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 06:58:19 +0000 |
commit | 139346a2f195ee352c09f9cbb4a3b644ac8b2700 (patch) | |
tree | 6d5c19956cc7f7232214f442d8d6372d71f64298 /ChangeLog | |
parent | 94ab3f3afa12f9f73d7f832e95aa0af2d9efdf16 (diff) | |
download | mana-139346a2f195ee352c09f9cbb4a3b644ac8b2700.tar.gz mana-139346a2f195ee352c09f9cbb4a3b644ac8b2700.tar.bz2 mana-139346a2f195ee352c09f9cbb4a3b644ac8b2700.tar.xz mana-139346a2f195ee352c09f9cbb4a3b644ac8b2700.zip |
Removed redundant resizable flag. Factored moving/resizing code, so that events are fired only once per size change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-10-21 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/gui/window.cpp, src/gui/window.h: Removed redundant resizable + flag. Factored moving/resizing code, so that events are fired only + once per size change. + 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/gui/widgets/layout.h, src/gui/widgets/layout.cpp, |