aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiTable.cpp
AgeCommit message (Collapse)Author
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).
2021-09-26Touch UI support for desktop builds (#10729)TheBrokenRail
2020-08-11Add font styling options to tables and textlists (#10203)v-rob
2019-07-29Rename guiScrollBar to GUIScrollBarDS-Minetest
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones11
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
Update Android.mk Remove 'src/client' from include_directories
2018-11-18Android: Improve UI scaling on smaller high-density displays (#7834)stujones11
* Android: Improve UI scaling on smaller high-density displays
2018-05-28Fix more GCC 8.1 warnings ↵Loïc Blot
  1   master  Fix 3 warnings reported by GCC 8.1 of the following type ```src/client/gameui.cpp:191:43: warning: « void* memset(void*, int, size_t) » effacement d'un objet du type non trivial « struct GameUI::Flags »; use assignment or value-initialization instead [-Wclass-memaccess] memset(&m_flags, 0, sizeof(GameUI::Flags)); ```
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around