summaryrefslogtreecommitdiff
path: root/src/gui/widgets/characterdisplay.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from playerbox.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-1/+1
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-1/+1
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+9
2017-01-31Move units into db directory.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-02Fix some broken window draw unit tests.Andrei Karas1-2/+4
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-1/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-17Use public text popup in characterdisplay.Andrei Karas1-10/+6
2014-05-20Move character into separate file.Andrei Karas1-0/+2
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-2/+4
2014-04-30Fix code style in gui.Andrei Karas1-1/+2
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-02-20improve includes.Andrei Karas1-2/+3
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-1/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+2
2013-10-05Add support for min and max label resize size.Andrei Karas1-0/+2
2013-09-30move popups into popups directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+2
2013-09-16remove unused includes from render files.Andrei Karas1-0/+2
2013-05-15add to character selection popup level and money.Andrei Karas1-1/+12
2013-05-13fix code style and compilation warnings.Andrei Karas1-3/+3
2013-05-13dont show popup on empty cells in char selection dialog.Andrei Karas1-1/+5
2013-05-12add double click selection in chat selection dialog.Andrei Karas1-0/+8
2013-05-12In chat selection dialog show popup with character name.Andrei Karas1-1/+31
2013-05-12Set bigger size in char selection dialog if screen is big.Andrei Karas1-1/+4
2013-05-03Change a bit some windows sizes for drawing big size fonts.Andrei Karas1-1/+1
2013-04-29Improve a bit look in character selection window.Andrei Karas1-0/+83