Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-06 | Fix onscreen buttons position. | Andrei Karas | 1 | -2/+5 | |
New theme option: clickborder - clickable border near onscreen button. | |||||
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -16/+6 | |
2013-01-18 | Fix code style. | Andrei Karas | 1 | -4/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-01 | Allow select differnt modes for on screen buttons. | Andrei Karas | 1 | -11/+45 | |
Now supported 2x1 and 2x2 modes. | |||||
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 1 | -0/+1 | |
2012-12-31 | Add configurable actions for onscreen buttons. | Andrei Karas | 1 | -8/+20 | |
2012-12-31 | Add option to show/hide onscreen keyboard icon. | Andrei Karas | 1 | -8/+27 | |
2012-12-24 | Fix for race conditions in application termination. | Andrei Karas | 1 | -1/+5 | |
This bug mostly visible in windows. | |||||
2012-12-24 | Remove forgotted debug line. | Andrei Karas | 1 | -1/+0 | |
2012-12-19 | Fix check in touch manager. | Andrei Karas | 1 | -1/+1 | |
2012-12-18 | Add support for show images in on screen buttons center. | Andrei Karas | 1 | -7/+34 | |
New theme files: dbutton_image.xml dpad_image.xml | |||||
2012-12-16 | Hide screen buttons and joystick if setup window is opened. | Andrei Karas | 1 | -4/+14 | |
2012-12-11 | Hide on screen buttons before enter to game and show in game. | Andrei Karas | 1 | -4/+11 | |
2012-12-09 | Add resize options for on screen joystick and buttons. | Andrei Karas | 1 | -10/+66 | |
2012-12-09 | On the fly from settings show hide on screen joystick and buttons. | Andrei Karas | 1 | -26/+93 | |
2012-12-09 | Add initial setup page for touch interfaces. | Andrei Karas | 1 | -0/+3 | |
2012-12-07 | Resize screen buttons with window resizing. | Andrei Karas | 1 | -23/+38 | |
2012-12-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2012-12-06 | Add support for draw broders for on screen buttons. | Andrei Karas | 1 | -22/+44 | |
2012-12-05 | Fix termination memory leaks after adding batch draw. | Andrei Karas | 1 | -0/+2 | |
2012-12-05 | add attack and cancel on screen buttons. | Andrei Karas | 1 | -6/+23 | |
2012-12-03 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 1 | -6/+7 | |
2012-12-01 | Add batch drawing to touch manager. | Andrei Karas | 1 | -12/+38 | |
2012-11-24 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 1 | -30/+83 | |
2012-11-13 | Extend on screen keyboard button. | Andrei Karas | 1 | -5/+22 | |
New theme options: x - x position y - y position padding - button padding | |||||
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -0/+114 | |
Also add basic functions for handling other on screen buttons. |