summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-698/+0
2013-09-11remove unused includes from gui files.Andrei Karas1-6/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-07-04add missing checks.Andrei Karas1-2/+8
2013-06-12add support for player look.Andrei Karas1-14/+19
2013-06-11add partial support for player look.Andrei Karas1-18/+91
2013-06-10add partial support for player looks.Andrei Karas1-1/+2
2013-05-06improve charcreatedialog.Andrei Karas1-5/+3
2013-05-03add comments for translatorsAndrei Karas1-2/+26
2013-04-29Improve a bit look in character selection window.Andrei Karas1-1/+2
2013-04-20fix style in gui directory.Andrei Karas1-12/+13
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-03-27improve charserverhandler class.Andrei Karas1-3/+3
2013-03-02Another fixes after Coverity checks.Andrei Karas1-0/+7
2013-02-06Fix char createion dialog for small screens and jewelry theme.Andrei Karas1-18/+18
2013-02-03Fix some size issues in create char dialog on small screens.Andrei Karas1-36/+42
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Fix race buttons position in char creation dialog.Andrei Karas1-4/+4
2012-12-25fix previous/next race button in char creation dialog.Andrei Karas1-10/+3
2012-12-25fix previous hair style button in char creation dialog.Andrei Karas1-3/+4
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas1-3/+3
2012-10-20Add palette inheritance to label class.Andrei Karas1-10/+10
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to button class.Andrei Karas1-10/+10
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-02Fix some conversions.Andrei Karas1-1/+2
2012-09-05Improve constructors in some classes.Andrei Karas1-26/+29
2012-08-26Add const to some classes.Andrei Karas1-14/+18
2012-08-23Remove useless includes.Andrei Karas1-6/+2
2012-08-21next code style changes.Andrei Karas1-1/+2
2012-08-17Improve size calculations.Andrei Karas1-4/+4
2012-08-15Fix code style again.Andrei Karas1-2/+2
2012-07-28Extend playerbox theming.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-3/+4
2012-07-07Add support for default equipment in char creation dialog.v1.2.7.8Andrei Karas1-0/+8
2012-06-24Fix crash in char creation if client data corrupted.Andrei Karas1-1/+4
2012-05-31Add support for each hair style own palete.Andrei Karas1-1/+1
2012-04-22Improve keyboard handling in create character dialog.Andrei Karas1-0/+20
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas1-1/+15
2012-02-28Add different sound effects for different events.Andrei Karas1-2/+2
2012-02-25Fix old casts.Andrei Karas1-2/+8
2012-01-31Redesing char creation dialog.Andrei Karas1-44/+114
2012-01-31Add size limit to nick in char creation dialog.Andrei Karas1-0/+1
2012-01-29Show race name in char creation dialog.Andrei Karas1-0/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-22Fix create char dialog size and widgets positions.Andrei Karas1-11/+12
2011-11-20Fix compilation warnings.Andrei Karas1-2/+2
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-3/+16