summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-12add double click selection in chat selection dialog.Andrei Karas1-5/+1
2013-05-12Set bigger size in char selection dialog if screen is big.Andrei Karas1-3/+8
2013-05-10fix code style.Andrei Karas1-1/+1
2013-05-06improcw charselectdialog.Andrei Karas1-11/+19
2013-05-05adjust char selection dialog for small screens.Andrei Karas1-3/+2
2013-05-03Change a bit some windows sizes for drawing big size fonts.Andrei Karas1-1/+5
2013-05-03add comments for translatorsAndrei Karas1-0/+20
2013-04-29Improve a bit look in character selection window.Andrei Karas1-398/+136
2013-04-28create shared class for different players list visualisation.Andrei Karas1-36/+48
2013-04-20fix style in gui directory.Andrei Karas1-0/+2
2013-03-29fix code style.Andrei Karas1-1/+2
2013-03-27improve charserverhandler class.Andrei Karas1-9/+9
2013-02-22Fix change password issue with empty players list.Andrei Karas1-1/+3
2013-02-13Fix code style.Andrei Karas1-15/+11
2013-02-10Impliment char selection for small resolution.Andrei Karas1-19/+161
2013-02-07Add missing close button to some windows.Andrei Karas1-2/+8
2013-02-01Move buttons in character selection dialog.Andrei Karas1-3/+7
2013-01-27In char selection dialog add support for selecting character by clicking on i...Andrei Karas1-0/+3
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-5/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to label class.Andrei Karas1-5/+5
2012-10-20Add palette inheritance to button class.Andrei Karas1-6/+6
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-4/+6
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+4
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-09fix code style.Andrei Karas1-0/+1
2012-09-05Improve constructors in some classes.Andrei Karas1-7/+8
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-25/+29
2012-08-23Remove useless includes.Andrei Karas1-6/+0
2012-08-21next code style changes.Andrei Karas1-2/+3
2012-08-17Improve size calculations.Andrei Karas1-3/+3
2012-08-07Change a bit char select dialog size.Andrei Karas1-1/+1
2012-08-01Fix code style.Andrei Karas1-8/+11
2012-07-28Extend playerbox theming.Andrei Karas1-1/+1
2012-07-15Fix code style.Andrei Karas1-2/+2
2012-06-06Fix some issues after auto checking.Andrei Karas1-9/+6
2012-04-25Improve iterators part 1.Andrei Karas1-4/+4
2012-04-22Improve keyboard handling in character selection dialog.Andrei Karas1-5/+151
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-3/+4
2012-02-28Add different sound effects for different events.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-14Add last login time to char selection dialog.Andrei Karas1-0/+2
2011-11-20Fix memory leak in char selection dialog.Andrei Karas1-0/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-17/+17