diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:43:01 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:43:01 +0000 |
commit | 4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c (patch) | |
tree | a70340529f4ca11df908d5e2e3a5517a52f67592 /ChangeLog | |
parent | 5020ea5c875a1f8d8c6468f40f0e1f9b4c482045 (diff) | |
download | mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.gz mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.bz2 mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.xz mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.zip |
Converted inventory window to layout handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ flag. Factored moving/resizing code, so that events are fired only once per size change. Added automatic layout reflowing on resize. * src/gui/widgets/layout.cpp: Allowed for decreasing sizes in layout. + * src/gui/inventorywindow.cpp, src/gui/inventorywindow.cpp: Delegated + resizing events to layout handler. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |