aboutsummaryrefslogtreecommitdiff
path: root/src/gui/modalMenu.cpp
AgeCommit message (Collapse)Author
2022-08-15Apply DPI Scaling to GUIModalMenu (#12693)Elliott Lester
Co-authored-by: sfan5 <sfan5@live.de>
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
2022-06-14Fix Android input box crashROllerozxa
2022-05-29Improve a translation stringsfan5
fixes #11442
2022-05-22Replace all uses of core::list with std::list (#12313)paradust7
2021-09-26Touch UI support for desktop builds (#10729)TheBrokenRail
2021-08-08Gettext support on Android (#11435)Pevernow
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be>
2021-02-07Rewrite touch event conversion (#10636)Vitaliy
2020-07-14Formspecs: volume and key settings windows can now be closed by ↵Zughy
doubleclicking/tapping (#10128) Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it> Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com>
2020-06-09TouchScreen Control: fix some bugs, cleanupMoNTE48
2020-03-20Add comments for translators (#9510)Wuzzy
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings
2019-03-14LINT fixes since recent tooling updateLoïc Blot
2018-11-26Make non-formspec modal menus respect gui scale (#7850)stujones11
2018-10-29Move touchscreen input handling to base GUIModalMenu classstujones11