summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-04-15 01:22:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-04-15 01:22:17 +0000
commit59c80255ddd1de9698a75c49ec7a6a1b7c4c1069 (patch)
tree53236090da5c6c6fc92e948e94d4c2859ae163f8 /ChangeLog
parenta3770925c652e0d2bab15f5bd46fa740345a28d0 (diff)
downloadmana-client-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.gz
mana-client-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.bz2
mana-client-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.xz
mana-client-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.zip
Reimplemented window resizing. It is now once again possible to resize windows
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20cfc79c..348e90fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2007-04-15 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/openglgraphics.cpp: Rely on default 0 value for z axis.
+ * src/CMakeLists.txt, src/gui/window.cpp, src/gui/widgets,
+ src/gui/widgets/resizegrip.cpp, src/gui/widgets/resizegrip.h,
+ src/gui/inventorywindow.cpp, src/gui/window.h, src/Makefile.am:
+ Reimplemented window resizing. It is now once again possible to resize
+ windows using their borders (except for the top one, since that's the
+ title bar for Guichan) and the resize grip in the bottom right is much
+ easier to grab.
2007-04-05 Eugenio Favalli <elvenprogrammer@gmail.com>