summaryrefslogtreecommitdiff
path: root/src/gui/login.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-1/+1
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+1
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-0/+1
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer1-41/+34
2007-03-20Fixed small issue where default server didn't fit in the server entry fieldBjørn Lindeijer1-9/+13
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-9/+9
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-0/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-2/+2
2006-03-19Removed some duplicate initializations.Björn Steinbrink1-2/+1
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-4/+4
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-62/+62
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-9/+3
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink1-34/+11
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink1-4/+8
2006-01-31Various small cleanups.Björn Steinbrink1-1/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-164/+11
2006-01-14Removed unused var.Björn Steinbrink1-5/+1
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli1-0/+6