Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-14 | Added new TabbedArea which extends gui::TabbedArea. Changed Guild and | David Athay | 2 | -0/+133 | |
Chat windows to use new TabbedArea. Added private messaging. | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 2 | -9/+8 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 1 | -1/+1 | |
file is set. | |||||
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed ↵ | Guillaume Melquiond | 2 | -19/+49 | |
useless code. | |||||
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 2 | -143/+364 | |
converting and fixing the trade window. | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -0/+2 | |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 2 | -27/+51 | |
2007-10-21 | Allowed for decreasing sizes in layout. | Guillaume Melquiond | 1 | -2/+3 | |
2007-10-20 | Set FILL as default size in layout. Converted server selection dialog to ↵ | Guillaume Melquiond | 2 | -9/+20 | |
layout handler. | |||||
2007-10-20 | Improved layout manager. Reworked layout of character selection dialog box. | Guillaume Melquiond | 2 | -63/+138 | |
2007-10-20 | Added a few comments. | Guillaume Melquiond | 1 | -6/+20 | |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. ↵ | Guillaume Melquiond | 2 | -0/+275 | |
Fixed layout of login dialog box when native language is not English. | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+1 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 2 | -27/+6 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 2 | -0/+126 | |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 2 | -0/+126 | |
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. | |||||
2006-11-05 | Merged the definition of ImageRect into graphics.h. | Bjørn Lindeijer | 1 | -13/+11 | |
2006-09-13 | (no commit message) | Yohann Ferreira | 3 | -524/+0 | |
2006-09-13 | Added a skinned reusable dropdown widget and used it in the server dialog. | Yohann Ferreira | 5 | -0/+800 | |