summaryrefslogtreecommitdiff
path: root/src/gui/widgets/sliderlist.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Initial attempt at mass renamingJesusaves1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-2/+10
2018-03-09Use own skin for each button.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-14Add to Widget class method postInit().Andrei Karas1-2/+2
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+13
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-20Fix code style.Andrei Karas1-0/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-4/+4
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-16combine font classes in one.Andrei Karas1-3/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
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-02-02Add missing const and static into gui classes.Andrei Karas1-2/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22fix sliderlist next/previous buttons.Andrei Karas1-4/+3
2013-10-19move virtual member calls from sliderlist constuctor into postInit.Andrei Karas1-5/+11
2013-09-12remove unused includes from widget files.Andrei Karas1-5/+0
2013-06-16improve sliderlist.Andrei Karas1-10/+10
2013-04-20fix style in gui directory.Andrei Karas1-3/+2
2013-02-14Improve event.getId() speed.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Fix font usage in some controls.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-1/+0
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to button class.Andrei Karas1-2/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+3
2012-09-15Improve a bit widgets speed.Andrei Karas1-3/+5
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+3
2012-08-30Add const to more classes.Andrei Karas1-4/+4
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-1/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-1/+2
2012-02-25Add SliderList control.Andrei Karas1-0/+216