summaryrefslogtreecommitdiff
path: root/src/gui/widgets/sliderlist.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+2
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+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
Remove base/graphcs.
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
It can improve perfomance in slow systems.
2012-02-25Add SliderList control.Andrei Karas1-0/+216