summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13Add an asynchronous download classJared Adams1-40/+52
And use it to download news, updates, and the server list.
2009-10-08Added "Add manual server entry" option to server selection dialog for betterAndreas Habel1-4/+7
handling of listentries.
2009-10-07Added sorting to online serverlist by last usage and merge of local andAndreas Habel1-0/+19
remotely listed servers.
2009-10-06Implemented server selection list loaded from online xml file.Andreas Habel1-0/+3
2009-10-04Made sure the server information updates when dragging the server listThorbjørn Lindeijer1-2/+10
It was only updating on click events, due to using ActionListener instead of SelectionListener.
2009-10-03Polish login procedure and fix some bugs with itJared Adams1-4/+4
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations.
2009-09-30Merge login state machines for both clientsJared Adams1-21/+7
Also do some cleanup and refactoring of related code.
2009-04-15Have the DropDown create its ScrollArea and ListBoxBjørn Lindeijer1-2/+0
And also clean them up again. Fixes some memory leaks and simplifies the code. Also got rid of the basically unused "opaque" setting of DropDown.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-11/+16
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-6/+6
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-2/+2
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-1/+1
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵Guillaume Melquiond1-27/+0
Changed error message and marked it as translatable.
2007-08-13Fixed svn properties.Guillaume Melquiond1-1/+1
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-3/+2
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-1/+1
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira1-2/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira1-11/+13
2006-09-01Fixed some header issues and updated project filesEugenio Favalli1-8/+16
2006-08-30Windows fix to previous commit.Yohann Ferreira1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira1-0/+145
Upgraded also the connection window a bit to handle Cancelling more gracefully.