aboutsummaryrefslogtreecommitdiff
path: root/src/touchscreengui.h
AgeCommit message (Collapse)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around
2017-08-24Fix Android node selection distance (#6187)Dániel Juhász
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2017-06-21Cpp11 initializers: last src root changeset (#6022)Loïc Blot
* Cpp11 initializers: last src root changeset Finish to migrate all src root folder files to C++11 constructor initializers
2017-06-04Minetest for C++11 (CMakeLists + Travis)Loic Blot
* Move GCC to GCC 6 & GCC 7 * Move Clang to Clang 3.6 & Clang 4.0 * LINT moves from Clang 3.9 to Clang 4.0 * Move XCode 7.3 to 8.0 * Use more travis tricks to install compilers instead of adding complexity to our build script * Clang format fixes on checked files (compat Cpp11 instead of Cpp03) * Mingw GCC update from 4.8.4 to 5.3 (Ubuntu Xenial) * Drop mingw cmake generated files and add them to gitignore
2017-04-28Clean up getTime helpersShadowNinja
This increases size of the getTime return values to 64 bits. It also removes the TimeGetter classes since the getTime functions are now very precise.
2017-04-10Clang-format fix for AndroidLoïc Blot
2017-04-07Pass clang-format on 14 trivial header files fixesLoic Blot
Also remove them from whitelist
2016-12-12Fix segfault on startup error on Androidrubenwardy
2016-12-12Fix camera jumping on Android when panning past 0/360 markrubenwardy
2015-12-18Android: Implement Autohiding button bars to cleanup screenSapier
2015-12-17Android: Fix pressed buttons not beeing cleared on opening menuSapier
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-24Slow down the "key repeat" touch speed for some Android controlsCraig Robbins
Increases the key/buttons repeat delay for fly, noclip, fast, debug and camera buttons
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵Loic Blot
tile.hpp to src/client/
2014-12-30Add extra buttons to Android GUI. All icons are licensed by freepik.com ↵Kodexky
under CC BY 3.0
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!