summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17Code reformattingBjørn Lindeijer2-15/+9
Mainly making sure 'const std::string &' is used everywhere instead of 'std::string const &'. The former has always been the preferred order in this project.
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice2-3/+3
a confusion on git.
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice4-11/+5
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer12-24/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-13Added avatars to party windowDavid Athay2-0/+122
2008-10-03Made a new Windows binary, as well as fix some files to make the Windows Ira Rice2-0/+3
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment).
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-1/+1
2008-09-14fix for guichan bug in tabbedareasRoderic Morris2-0/+10
2008-08-21fix svn properties and id tagsRoderic Morris2-2/+2
2008-07-18Import of client treeLloyd Bryant4-2/+256
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer1-0/+2
2008-05-15Added tab with image based on buttonDavid Athay4-11/+246
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay2-2/+1
window and skills dialog to use the new tabbed area. Removed tabbed container as it is no longer used. Fixed a crash with the chat window.
2008-04-22Added more support for partiesDavid Athay2-23/+0
2008-04-21Fixed chat window size issueDavid Athay2-12/+24
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay2-1/+61
2008-04-17Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵Yohann Ferreira1-0/+1
'Invite user' and 'Quit Guild' buttons when no Guild is created.
2008-04-16Fixed online status so that users are shown as onlineDavid Athay1-4/+6
2008-04-15Added online status of guild membersDavid Athay2-1/+20
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay2-0/+133
Chat windows to use new TabbedArea. Added private messaging.
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer2-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-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer1-1/+1
file is set.
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed ↵Guillaume Melquiond2-19/+49
useless code.
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond2-143/+364
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond2-27/+51
2007-10-21Allowed for decreasing sizes in layout.Guillaume Melquiond1-2/+3
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond2-9/+20
layout handler.
2007-10-20Improved layout manager. Reworked layout of character selection dialog box.Guillaume Melquiond2-63/+138
2007-10-20Added a few comments.Guillaume Melquiond1-6/+20
2007-10-20Added a layout handler for automatically positioning widgets in a window. ↵Guillaume Melquiond2-0/+275
Fixed layout of login dialog box when native language is not English.
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-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-27Removed useless yet costly dynamic casts.Guillaume Melquiond2-27/+6
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer2-0/+126
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer2-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-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-13/+11
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira5-0/+800