summaryrefslogtreecommitdiff
path: root/src/gui/widgets/playerbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-27In char selection dialog add support for selecting character by clicking on ↵Andrei Karas1-0/+10
image.
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
New theme options: offsetX - offset for player by x. Default -16 offsetY - offset for player by y. Default -32 frameSize - frame size. Default 2
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
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-04Add support for default theme file names.Andrei Karas1-1/+2
2012-07-31Add theme option to show hide opaque background for some windows.Andrei Karas1-8/+21
2012-07-28Extend playerbox theming.Andrei Karas1-23/+32
2012-07-13Fix leaks after last commit.Andrei Karas1-0/+2
2012-07-13Change playerbox theming.Andrei Karas1-30/+3
2012-07-01Add npc avatars for evol server.Andrei Karas1-1/+1
Change protocol version to 6.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+120
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.