summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-14 10:07:55 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-14 10:07:55 +0000
commit69c147510bce9aa24be5ddcb3d050a5d52e3abe7 (patch)
tree99e7ae22cf75ed210e26e77137bf37d67353839e /ChangeLog
parentcb04d148c9aed572fe6e66313100e2cd9b66f5d5 (diff)
downloadmana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.gz
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.bz2
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.xz
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.zip
Improved item amount dialog box.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76e6ecea..0782f0f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2007-11-14 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/gui/chat.cpp: Fixed up and down arrows in chat box.
+ * src/gui/inttextbox.h, src/gui/inttextbox.cpp: Changed to textfield so
+ that it is visibly editable.
+ * src/gui/item_amount.cpp: Converted to layout handler.
2007-11-13 Eugenio Favalli <elvenprogrammer@gmail.com>