summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatarlistbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-25If player poisoned, hightlight his life bar in social window with special color.Andrei Karas1-6/+9
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move avatarlistmodel into gui/models directory.Andrei Karas1-0/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-22Move color into gui dir.Andrei Karas1-3/+2
2014-02-16combine font classes in one.Andrei Karas1-4/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-5/+5
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-5/+5
2013-10-17fix switch usage in avatarlistbox.Andrei Karas1-1/+2
2013-10-05Run click action in list box only after mouse released.Andrei Karas1-0/+4
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-09-02improve avatarlistbox draw speed.Andrei Karas1-1/+18
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-07-28move bools in avatarlistbox.Andrei Karas1-2/+2
2013-05-29improve avatarlistboxAndrei Karas1-4/+4
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-4/+2
2013-05-04add outline color TEXT color.Andrei Karas1-0/+3
2013-04-09some more style and cast fixes.Andrei Karas1-6/+2
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-02Another fixes after Coverity checks.Andrei Karas1-1/+2
2013-02-26Improve string usage in other files.Andrei Karas1-10/+10
2013-01-30Fix error and code style in avatarlistbox.Andrei Karas1-5/+12
2013-01-30Extend themability of avatarlistbox.Hal90001-6/+7
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove set font from graphics object.Andrei Karas1-10/+18
2012-12-27Improve draw speed in listboxes.Andrei Karas1-6/+4
2012-12-25Improve empty strings manipulation.Andrei Karas1-2/+2
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-16Add listbox padding.Andrei Karas1-11/+12
2012-09-15Improve a bit widgets speed.Andrei Karas1-4/+4
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-21/+1