summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-2/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-11Fix code style.Andrei Karas1-2/+3
2015-01-09Add min/max race into charcreation.xml.Andrei Karas1-5/+7
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-05Simplify setting default gender.Andrei Karas1-2/+1
2015-01-05Remove legace gender specific code from char creation dialog.Andrei Karas1-58/+0
2015-01-05Allow if supported by server select gender in char creation dialog.Andrei Karas1-7/+59
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-0/+2
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-9/+9
2014-09-17Remove getter for charServerHandler.Andrei Karas1-4/+4
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16Add server feature haveLookSelection.Andrei Karas1-5/+5
2014-09-16Add server feature haveRaceSelection.Andrei Karas1-4/+5
2014-09-14Use smaller char create window size if stats not present.Andrei Karas1-1/+7
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-0/+2
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-1/+4
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-1/+1
2014-07-13Fix signed/unsigned type for some vars.Andrei Karas1-2/+12
2014-05-21Fix code style.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-1/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+2
2014-05-18fix code style.Andrei Karas1-6/+7
2014-05-16Move dialog type into separate file.Andrei Karas1-1/+1
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-12Move being action into separate file.Andrei Karas1-4/+10
2014-05-12Move being directions into separate file.Andrei Karas1-1/+2
2014-05-08Fix code style in gui.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-2/+4
2014-04-11fix code style.Andrei Karas1-1/+1
2014-04-02Set correct step in sliders.Andrei Karas1-3/+2
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-8/+5
2014-03-21Rename keyEvent variables into event.Andrei Karas1-3/+3
2014-03-15fix code style.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-6/+6
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-12/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+2
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-02-16move actionevent into events directory.Andrei Karas1-2/+2
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1