aboutsummaryrefslogtreecommitdiff
path: root/src/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* GUIFormSpecMenu: Fix label multiline translation (#12527)SmallJoker2022-07-141-12/+14
* GUIFormSpecMenu: Fix parameter orderSmallJoker2022-07-101-4/+4
* Sounds: Various little improvements (#12486)SmallJoker2022-07-091-4/+4
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-095-7/+7
* FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)Vincent Robinson2022-07-039-169/+163
* Re-order sound-related code (#12382)SmallJoker2022-06-202-3/+3
* Fix Android input box crashROllerozxa2022-06-141-5/+0
* Add register dialog to separate login/register (#12185)rubenwardy2022-06-054-332/+3
* Improve a translation stringsfan52022-05-291-4/+2
* Replace all uses of core::list with std::list (#12313)paradust72022-05-2215-146/+34
* Remove confusing message in keybindings menusavilli2022-05-171-1/+1
* FormspecMenu: make drawing of backgrounds less hacky (#9517)DS2022-02-223-21/+15
* Rework drawtime and related timekeeping code to use microsecondssfan52022-01-271-3/+12
* Formspec: Fix bgcolor and set_focus checksSmallJoker2022-01-091-2/+2
* Fully remove bitmap font support (#11863)sfan52022-01-083-30/+18
* Base formspec coordinate size on padded screensizeVincent Robinson2022-01-041-1/+1
* Add padding[] element to formspecs (#11821)Vincent Robinson2021-12-302-15/+76
* Formspec: Unify argument checks (#11851)SmallJoker2021-12-292-1111/+1043
* Remove unused (de)serializeAttributes() methodsROllerozxa2021-12-298-224/+0
* Allow for Game-Specific Menu Music (#11241)ExeVirus2021-11-221-10/+16
* Fix crash on hypertext[] with not enough partsrubenwardy2021-10-251-2/+3
* Various code improvementsSmallJoker2021-09-271-1/+1
* Touch UI support for desktop builds (#10729)TheBrokenRail2021-09-269-29/+54
* Chop game background in mainmenu (#10796)Lars Müller2021-09-141-1/+14
* Make sure relevant std::stringstreams are set to binarysfan52021-09-112-8/+3
* Async-related script cleanupssfan52021-08-282-11/+0
* Use utf-8 for the Irrlicht clipboard (#11538)DS2021-08-232-11/+9
* Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)DS2021-08-081-2/+13
* Gettext support on Android (#11435)Pevernow2021-08-081-1/+1
* Remove unused header includeshecks2021-07-212-3/+0
* Perform some quality assurance for translation strings (#11375)Wuzzy2021-06-231-6/+9
* Make chat web links clickable (#11092)pecksin2021-06-202-2/+104
* Fix background color of formspec text fieldssfan52021-05-301-4/+3
* GUIEditBox: Allow selecting and copying read-only textsSmallJoker2021-05-221-7/+6
* refacto: remove get_gui_env & draw_load_screen from RenderingEngine singletonLoic Blot2021-05-033-8/+11
* refacto: RenderingEngine::get_scene_manager() is now not callable from singletonLoic Blot2021-05-031-1/+1
* refacto: RenderingEngine is now better hiddenLoic Blot2021-05-032-14/+19
* Add a key to toggle map block bounds (#11172)Seth Traverse2021-04-201-33/+35
* Make edit boxes respond to string input (IME) (#11156)yw052021-04-054-28/+52
* Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-052-5/+5
* CGUITTFont optimizations (#11136)sfan52021-04-021-1/+0
* Fix segfault for model[] without animation speedJean-Patrick Guerrero2021-03-211-2/+2
* Drop old text input workarounds (#11089)sfan52021-03-197-745/+13
* GUIScene: Clear depth buffer + replace deprecated clearZBuffer callsJean-Patrick Guerrero2021-03-163-4/+16
* Restore Irrlicht 1.9 supportsfan52021-03-092-12/+30
* Use "Aux1" key name consistently everywhereWuzzy2021-02-243-16/+16
* Fix animation_image support in scroll containersJean-Patrick Guerrero2021-02-081-1/+1
* Rewrite touch event conversion (#10636)Vitaliy2021-02-072-76/+104
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-021-2/+1
* Fix list spacing and size (again) (#10869)Vincent Robinson2021-02-022-22/+18