summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-19 10:48:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-19 10:48:18 +0000
commit0c869fc47a30616967cb8b69af9ec772566d7076 (patch)
tree7202c51c95648dd3862a57f21eb82fc9cc0b7b69 /ChangeLog
parent8d3028707f0c5b65c3a78178f63a0cccc9a0c9a8 (diff)
downloadmana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.gz
mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.bz2
mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.xz
mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.zip
Removed the PopupBox class and used gcn::DropDown instead. It has clipping
issues, but it would be better to fix those instead of using this complicated workaround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a1768b6..53a5022e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-19 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/setup_players.cpp, src/gui/popup_box.h, src/gui/viewport.h,
+ src/gui/popup_box.cpp, src/gui/setup_players.h, src/Makefile.am:
+ Removed the PopupBox class and used gcn::DropDown instead. It has
+ clipping issues, but it would be better to fix those instead of using
+ this complicated workaround.
+
2008-05-16 David Athay <ko2fan@gmail.com>
* src/gui/popupmenu.cpp: Applied QOAL's patch to fix popup bug.