summaryrefslogtreecommitdiff
path: root/src/input/touch
AgeCommit message (Expand)AuthorFilesLines
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas6-6/+6
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-27Remove default parameters from touchmanager.Andrei Karas2-46/+88
2017-12-27Remove default parameters from theme.Andrei Karas1-3/+10
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Add vector.h for use different vectors.Andrei Karas1-2/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas2-23/+26
2017-01-17Fix compilation with SDL2.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into input.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas6-6/+6
2016-09-23Add missing comments into defines.Andrei Karas2-4/+4
2016-08-22Add some cppcheck fixes.Andrei Karas1-0/+1
2016-08-01Extend windows unit tests with drawing.Andrei Karas1-1/+3
2016-06-14Remove some useless includes.Andrei Karas1-1/+0
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-04-21Remove extra spaces at line ends.Andrei Karas1-1/+0
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-7/+7
2016-02-20Add support for onscreen buttons in format 3x2.Andrei Karas1-0/+24
2016-02-11Fix crash on exit with enables onscreen buttons.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas2-7/+7
2016-01-02Update copyrights year.Andrei Karas6-6/+6
2015-12-29Move multitouchmanager into touch directory.Andrei Karas2-0/+160
2015-12-29Move touchactions into touch directory.Andrei Karas3-1/+170
2015-12-29Move touchmanager into touch directory.Andrei Karas2-0/+878