summaryrefslogtreecommitdiff
path: root/src/gui/logindialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-413/+0
2013-09-29fix custom update servers from gui.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas1-6/+6
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-18remove useless conditions.Andrei Karas1-0/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-2/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-24improve getState/setState in Client.Andrei Karas1-4/+4
2013-06-30Add ability to open support page if error happend.Andrei Karas1-1/+1
2013-05-09improve logindialog class.Andrei Karas1-5/+5
2013-05-03fix update host issue after registration in evol server.Andrei Karas1-2/+11
2013-05-03add comments for translatorsAndrei Karas1-4/+18
2013-04-20fix style in gui directory.Andrei Karas1-0/+7
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-04-03Fix login dialog width in some localisations.Andrei Karas1-4/+3
2013-03-27improve charserverhandler class.Andrei Karas1-2/+2
2013-02-22Fix change password issue with empty players list.Andrei Karas1-0/+3
2013-02-14Improve event.getId() speed.Andrei Karas1-5/+6
2013-02-07Add missing close button to some windows.Andrei Karas1-1/+9
2013-01-27Fix incorrect map loading on first run for server.Andrei Karas1-55/+57
2013-01-17Fix server type dropdown in new server dialog.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Show flags icons in language selection listAndrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-4/+4
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas1-6/+28
2012-12-11Remove useless brackets.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to label class.Andrei Karas1-6/+6
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-3/+3
2012-10-20Add palette inheritance to checkbox class.Andrei Karas1-2/+3
2012-10-20Add palette inheritance to button class.Andrei Karas1-3/+3
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-18Fix login dialog size in some themes.Andrei Karas1-0/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-14Add theming to labels.Andrei Karas1-4/+4
2012-10-10Delete copy constructor from other classes.Andrei Karas1-13/+20
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-06Improve constructors in some classes.Andrei Karas1-18/+18
2012-08-27Add const to more classes.Andrei Karas1-7/+7
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-21next code style changes.Andrei Karas1-4/+5
2012-07-18last warning fixes.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-5/+0
2012-05-30Fix enable/disable login button.Andrei Karas1-0/+3
2012-05-30Fix key handling conflict issue in login dialog.Andrei Karas1-1/+3
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-3/+12
2012-03-09Fix leak in last commit.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-11/+89
2012-02-05Move path functions from stringutils to paths.Andrei Karas1-0/+1
2012-02-02Fix updates problem if player by mistake enable empty custom update host.Andrei Karas1-1/+2