summaryrefslogtreecommitdiff
path: root/src/gui/widgets/playerbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-4/+10
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+1
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas1-0/+17
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-2/+3
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-03-16Improve theme usage.Andrei Karas1-1/+0
2014-03-03remove scrollarea from playerbox base classes.Andrei Karas1-3/+6
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-4/+2
2014-02-18Remove default constructor from Widget2.Andrei Karas1-3/+7
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-15Remove useless graphics casts.Andrei Karas1-9/+3
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-2/+2
2014-02-02Add missing const and static into gui classes.Andrei Karas1-7/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-6/+6
2013-09-12remove unused includes from widget files.Andrei Karas1-4/+0
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-24improve some mode methods in Client.Andrei Karas1-2/+2
2013-06-12improve playerbox.Andrei Karas1-12/+12
2013-04-29Improve a bit look in character selection window.Andrei Karas1-15/+37
2013-04-20fix style in gui directory.Andrei Karas1-0/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-27In char selection dialog add support for selecting character by clicking on i...Andrei Karas1-0/+10
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-21Extend playerbox theming.Andrei Karas1-4/+13
2012-10-21Rename theme file playerbox_background.xml to playerbox.xmlAndrei Karas1-2/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to progressbar class.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-3/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-30Add const to more classes.Andrei Karas1-1/+1