summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatarlistbox.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-08Add new colors for whisper tabs.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-09-01Fix code style.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-16/+18
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-04Add support for default theme file names.Andrei Karas1-2/+2
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-6/+3
2012-07-13Change avatar list box theming.Andrei Karas1-2/+2
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-1/+2
2012-05-05Add pickup ignore list.Andrei Karas1-0/+12
2012-04-01One part of fixes after auto checking.Andrei Karas1-9/+8
2012-02-29Simplify remove listener calls.Andrei Karas1-2/+1
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-1/+1
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-2/+1
2011-08-22Improve draw perfomance.Andrei Karas1-5/+8
2011-08-15Add option to hide ip addresses on screenshots.Andrei Karas1-13/+33