summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-19fix code style.Andrei Karas1-0/+2
2014-05-19Add missing case values.Andrei Karas1-0/+8
2014-05-18Use mouseeventtype in mouseinput.Andrei Karas1-2/+2
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-03-28simplify variables cleanup.Andrei Karas1-4/+4
2014-03-16Remove some useless static methods from theme.Andrei Karas1-2/+2
2014-03-16Improve theme usage.Andrei Karas1-2/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-17combine mouseinput into one file.Andrei Karas1-3/+4
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-15fix again onscreen controls position on resize/scale.Andrei Karas1-2/+2
2014-02-15fix onscreen controls position on resize/scale.Andrei Karas1-2/+8
2014-02-02Add missing const and static into other classes.Andrei Karas1-4/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-10fix code style.Andrei Karas1-15/+30
2013-10-06Show button numbers on onscreen buttons.Andrei Karas1-40/+63
2013-10-04fix code style.Andrei Karas1-2/+4
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas1-28/+124
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-2/+2
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-04-20fix style in other files.Andrei Karas1-0/+1
2013-03-24improve touchmanager class.Andrei Karas1-21/+20
2013-03-10Add missing breaks and fix possible memory leak.Andrei Karas1-0/+4
2013-03-03Last fix for now after Coverity checks.Andrei Karas1-0/+4
2013-02-06Fix onscreen buttons position.Andrei Karas1-2/+5
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-16/+6
2013-01-18Fix code style.Andrei Karas1-4/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Allow select differnt modes for on screen buttons.Andrei Karas1-11/+45
2012-12-31Fix code style and compilation under windows.Andrei Karas1-0/+1
2012-12-31Add configurable actions for onscreen buttons.Andrei Karas1-8/+20
2012-12-31Add option to show/hide onscreen keyboard icon.Andrei Karas1-8/+27
2012-12-24Fix for race conditions in application termination.Andrei Karas1-1/+5
2012-12-24Remove forgotted debug line.Andrei Karas1-1/+0
2012-12-19Fix check in touch manager.Andrei Karas1-1/+1
2012-12-18Add support for show images in on screen buttons center.Andrei Karas1-7/+34
2012-12-16Hide screen buttons and joystick if setup window is opened.Andrei Karas1-4/+14
2012-12-11Hide on screen buttons before enter to game and show in game.Andrei Karas1-4/+11
2012-12-09Add resize options for on screen joystick and buttons.Andrei Karas1-10/+66