summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-10/+10
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-10Added a separate label for the download description in the server dialog.Yohann Ferreira1-0/+1
2012-01-10Added a modify button to the server dialog.Yohann Ferreira1-1/+8
2012-01-10Made addition of custom servers be done in a separate window.Yohann Ferreira1-28/+3
2011-04-30Revert "Add option for sorting servers list"Stefan Dombrowski1-5/+0
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-8/+0
2011-03-22Add option for sorting servers list (issue 316)Blue Sans Douze1-0/+5
2010-11-02Re-Enable the support of manaserv servers.Yohann Ferreira1-3/+0
2010-11-02Adding double-click to server dialog and world select dialogStefan Dombrowski1-0/+2
2010-10-13Hiding Manaserv from the player on TMW-Athena only releaseStefan Dombrowski1-0/+3
2010-09-28Removing click-countStefan Dombrowski1-3/+0
2010-04-06Fix a crash when adding new serversJared Adams1-5/+0
2010-03-29Add minimum version information to the server listJared Adams1-0/+12
2010-03-13Make removing a server effective even when quitting afterwardsThorbjørn Lindeijer1-7/+5
2010-03-03Connect to a server when it's double clickedJared Adams1-0/+3
2010-02-28Add delete button to ServerDialog and only save saved serversJared Adams1-2/+9
2010-02-28Removed a few pointless const qualifiersThorbjørn Lindeijer1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-0/+24
2009-12-06Improve keyboard accessibility of login sequenceJared Adams1-0/+4
2009-10-13Add an asynchronous download classJared Adams1-40/+52
2009-10-08Added "Add manual server entry" option to server selection dialog for betterAndreas Habel1-4/+7
2009-10-07Added sorting to online serverlist by last usage and merge of local andAndreas Habel1-0/+19
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
2009-10-03Polish login procedure and fix some bugs with itJared Adams1-4/+4
2009-09-30Merge login state machines for both clientsJared Adams1-21/+7
2009-04-15Have the DropDown create its ScrollArea and ListBoxBjørn Lindeijer1-2/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-11/+16
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-6/+6
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
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ...Guillaume Melquiond1-27/+0
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. Upgrad...Yohann Ferreira1-0/+145