summaryrefslogtreecommitdiff
path: root/src/gui/setup_joystick.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-05-03add comments for translatorsAndrei Karas1-0/+10
2013-04-20fix style in gui directory.Andrei Karas1-1/+1
2013-01-17Add detect joystick button in settings page.Andrei Karas1-4/+16
This need to detect joystick changes.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-11Remove useless brackets.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+2
2012-10-20Add palette inheritance to checkbox class.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+2
2012-08-28Add const to more classes.Andrei Karas1-1/+1
2012-02-27Fix compilation.Andrei Karas1-28/+3
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-09Add option to use joystick only if game window is active.Andrei Karas1-4/+11
2011-11-09Fix jpoystick calibration message.Andrei Karas1-1/+2
2011-11-09Add support for joystick selection.Andrei Karas1-13/+91
Fix enable/disable joystick support. Increase max joystick buttons number to 64. Prevent joystick usage without calibration.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+101
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.