index
:
asuratva/plus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
widgets
/
tabs
/
setup_joystick.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-05-15
Rename axis tolerance to joystick dead zone + reformat as per discussion
Fedja Beader
1
-6
/
+6
2024-05-15
Add a checkbox for d-pad to switch between movement and button behavior
ewewukek
1
-5
/
+17
2024-05-14
Switch joystick axis tolerance type to float
ewewukek
1
-6
/
+8
2024-05-14
Remove joystick calibration logic
ewewukek
1
-35
/
+1
2024-05-14
Add a slider to joystick settings to set axis tolerance
ewewukek
1
-5
/
+31
2024-02-13
Hotplug support for joysticks
ewewukek
1
-4
/
+4
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-1
/
+1
2018-03-09
Add skin parameter to all button constructors.
Andrei Karas
1
-2
/
+4
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-26
Remove default parameters from dropdown.
Andrei Karas
1
-1
/
+2
2017-12-26
Remove default parameters from checkbox.
Andrei Karas
1
-4
/
+7
2017-12-25
Remove default parameters from containerplacer.
Andrei Karas
1
-6
/
+6
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-3
/
+2
clang-tidy warning: readability-static-accessed-through-instance
2017-06-08
Remove useless extern declarations.
Andrei Karas
1
-2
/
+0
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-7
/
+7
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-08-09
Add some missing checks to gui found by paranucker.
Andrei Karas
1
-2
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-05-14
Move containerplacer into separate file.
Andrei Karas
1
-0
/
+1
2014-05-08
Fix code style in gui.
Andrei Karas
1
-2
/
+2
2014-03-28
simplify variables cleanup.
Andrei Karas
1
-2
/
+2
2014-02-24
Rename Rectangle into Rect.
Andrei Karas
1
-1
/
+1
Rename ClipRectangle into ClipRect.
2014-02-22
Move namesmodel into gui/models directory.
Andrei Karas
1
-1
/
+2
2014-02-22
Move Widget into gui/widgets directory.
Andrei Karas
1
-1
/
+1
2014-02-22
Move Rectangle and ClipRectangle into gui directory.
Andrei Karas
1
-1
/
+1
2014-02-16
move actionevent into events directory.
Andrei Karas
1
-1
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-10-11
Second part of checks from Parasoft C++ Test.
Andrei Karas
1
-4
/
+2
2013-09-30
move tabs into tabs directory.
Andrei Karas
1
-0
/
+187