summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_joystick.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Rename axis tolerance to joystick dead zone + reformat as per discussionFedja Beader1-6/+6
2024-05-15Add a checkbox for d-pad to switch between movement and button behaviorewewukek1-5/+17
2024-05-14Switch joystick axis tolerance type to floatewewukek1-6/+8
2024-05-14Remove joystick calibration logicewewukek1-35/+1
2024-05-14Add a slider to joystick settings to set axis toleranceewewukek1-5/+31
2024-02-13Hotplug support for joysticksewewukek1-4/+4
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-2/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+2
2017-12-26Remove default parameters from checkbox.Andrei Karas1-4/+7
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-6/+6
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-3/+2
2017-06-08Remove useless extern declarations.Andrei Karas1-2/+0
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-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move namesmodel into gui/models directory.Andrei Karas1-1/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-4/+2
2013-09-30move tabs into tabs directory.Andrei Karas1-0/+187