summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressbar.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-3/+46
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-2/+2
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-1/+1
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas1-24/+37
2013-12-03add UPDATE color into progress bar colors.Andrei Karas1-3/+3
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-5/+5
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-08-29fix some missing checks.Andrei Karas1-2/+5
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-07-28move bools in progressbar.Andrei Karas1-5/+5
2013-06-13improve progressbar.Andrei Karas1-4/+6
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-2/+1
2013-04-20fix style in gui directory.Andrei Karas1-2/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-14/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Use new outline draw method in progressbar.Andrei Karas1-13/+13
2012-12-01Fix previous commits.Andrei Karas1-0/+1
2012-12-01Add batch drawing to progressbar.Andrei Karas1-7/+15
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-2/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to progressbar class.Andrei Karas1-2/+2
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-16Fix code style and some other minor issues.Andrei Karas1-2/+2
2012-10-04Add support for padding in progress bars.Andrei Karas1-70/+43
2012-09-07Improve constructors in some classes.Andrei Karas1-5/+3
2012-08-30Add const to more classes.Andrei Karas1-14/+14
2012-08-24fix includes.Andrei Karas1-2/+0
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-1/+4
2012-07-13Change progressbar theming.Andrei Karas1-27/+4
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
2012-05-06Fix code style.Andrei Karas1-16/+9
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-09-11Add own theme image for progressbar. If no own image it fallback to vscroll i...Andrei Karas1-1/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-21Fix draw issue in SDL after vertex precalculation.Andrei Karas1-1/+1
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-2/+66
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+225