summaryrefslogtreecommitdiff
path: root/src/gui/login.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-1/+2
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-0/+2
2009-04-15Clean up some more memory leaksJared Adams1-0/+5
2009-04-15Have the DropDown create its ScrollArea and ListBoxBjørn Lindeijer1-9/+2
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-19/+20
2009-03-27Simplified and fixed initialization of login dataBjørn Lindeijer1-1/+2
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-28/+17
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+16
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-4/+36
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-1/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-7/+6
2009-03-10Moved enforcement of minimum widths and heights to the Window class.Ira Rice1-19/+9
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Allow pressing enter with focus in port fieldBjørn Lindeijer1-1/+2
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer1-7/+0
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Deleted some unneeded delete statements.Ira Rice1-7/+0
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-5/+5
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-5/+5
2009-02-10Fixed default server port.Philipp Sehmisch1-4/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-4/+5
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-15/+201
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer1-1/+2
2009-02-04Cleaned up some login includes that I missed earlier.Ira Rice1-3/+2
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-0/+1
2009-02-03Modified the dropdown class to handle opacity.Ira Rice1-1/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-21Added the straight IP address for the server to the default servers, soIra Rice1-0/+2
2009-01-16Some small layout tweaks, as well as making a few dialogs moreIra Rice1-7/+7
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-19/+10
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-57/+20
2009-01-06Added support for internationalizationIra Rice1-10/+11
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-43/+16
2009-01-06Added support for internationalizationBjørn Lindeijer1-9/+11
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-5/+2
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-8/+6
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-06Minor interface cleanup. Moved the login selection scrollbox so that it Ira Rice1-1/+4
2008-11-03Fixed login server order, so as to not confuse new people.Ira Rice1-1/+1
2008-09-29Modified the client so that it displays both servers as server choices, Ira Rice1-11/+15
2008-09-12Changed default port for Aethyra server to 21001Lloyd Bryant1-1/+1
2008-08-03Changed the default server in the dropdown menu in the loginKraant1-1/+1
2008-07-18Import of client treeLloyd Bryant1-26/+224
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch1-11/+10