summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 10:43:01 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 10:43:01 +0000
commit4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c (patch)
treea70340529f4ca11df908d5e2e3a5517a52f67592 /ChangeLog
parent5020ea5c875a1f8d8c6468f40f0e1f9b4c482045 (diff)
downloadmana-client-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.gz
mana-client-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.bz2
mana-client-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.xz
mana-client-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.zip
Converted inventory window to layout handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27190a63..dc14d2ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>