summaryrefslogtreecommitdiff
path: root/src/gui/widgets/sliderlist.h
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to widgets files.Andrei Karas1-4/+4
2013-10-19removed default parameter from sliderlist constructor.Andrei Karas1-1/+1
2013-10-19move virtual member calls from sliderlist constuctor into postInit.Andrei Karas1-3/+4
2013-06-16improve sliderlist.Andrei Karas1-4/+4
2013-05-28fix guard header part1.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-3/+3
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-4/+4
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+3
2012-08-30Add const to more classes.Andrei Karas1-2/+2
2012-02-28Add different sound effects for different events.Andrei Karas1-0/+3
2012-02-25Add SliderList control.Andrei Karas1-0/+80