summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressindicator.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-29Add name into Animation memory object.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-5/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move simpleanimation into animation directory.Andrei Karas1-2/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-1/+9
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+2
2014-02-15Remove useless graphics casts.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-06-20Add more profiler labels.Andrei Karas1-0/+2
2013-06-13improve progressindicator.Andrei Karas1-2/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-03-02Another fixes after Coverity checks.Andrei Karas1-3/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+0
2012-10-16Fix code style and some other minor issues.Andrei Karas1-5/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-3/+3
2012-08-17Improve size calculations.Andrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
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-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+78