minetest/src/gui
sfan5 6a1424f2b1
Async-related script cleanups
2021-08-28 12:15:12 +02:00
..
CMakeLists.txt Drop old text input workarounds (#11089) 2021-03-19 18:44:32 +01:00
StyleSpec.h FormSpec: Add list spacing, slot size, and noclip (#10083) 2021-01-23 12:46:19 -08:00
guiAnimatedImage.cpp Formspecs: Add starting frame to `animated_image` (#9411) 2020-03-16 22:56:48 +01:00
guiAnimatedImage.h Formspecs: Add starting frame to `animated_image` (#9411) 2020-03-16 22:56:48 +01:00
guiBackgroundImage.cpp Formspec: draw order and clipping for all elements (#8740) 2019-11-07 20:11:01 +01:00
guiBackgroundImage.h Formspec: draw order and clipping for all elements (#8740) 2019-11-07 20:11:01 +01:00
guiBox.cpp Fix box[]es not being clipped (#10473) 2020-10-08 19:44:47 +02:00
guiBox.h Add gradients and borders to FormSpec boxes (#8676) 2020-08-19 18:14:47 -07:00
guiButton.cpp Restore Irrlicht 1.9 support 2021-03-09 21:53:17 +01:00
guiButton.h Restore Irrlicht 1.9 support 2021-03-09 21:53:17 +01:00
guiButtonImage.cpp Fix wrong use of guiScalingImageButton in formspecs buttons (#10094) 2020-06-24 11:35:06 +02:00
guiButtonImage.h Modernize include guards and add missing ones (#9898) 2020-05-23 13:23:05 +02:00
guiButtonItemImage.cpp Reserve vectors before pushing and other code quality changes (#11161) 2021-04-05 13:38:31 +02:00
guiButtonItemImage.h Reserve vectors before pushing and other code quality changes (#11161) 2021-04-05 13:38:31 +02:00
guiChatConsole.cpp Use utf-8 for the Irrlicht clipboard (#11538) 2021-08-23 14:09:50 +02:00
guiChatConsole.h Make chat web links clickable (#11092) 2021-06-20 17:20:24 +02:00
guiConfirmRegistration.cpp Drop old text input workarounds (#11089) 2021-03-19 18:44:32 +01:00
guiConfirmRegistration.h Formspecs: Add state-selection to style elements (#9378) 2020-04-11 21:39:30 +01:00
guiEditBox.cpp Use utf-8 for the Irrlicht clipboard (#11538) 2021-08-23 14:09:50 +02:00
guiEditBox.h Make edit boxes respond to string input (IME) (#11156) 2021-04-05 15:56:29 +02:00
guiEditBoxWithScrollbar.cpp Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519) 2021-08-08 18:59:45 +02:00
guiEditBoxWithScrollbar.h Factorize more guiEditBoxes code (#10789) 2021-01-13 09:05:09 +01:00
guiEngine.cpp Async-related script cleanups 2021-08-28 12:15:12 +02:00
guiEngine.h Async-related script cleanups 2021-08-28 12:15:12 +02:00
guiFormSpecMenu.cpp Fix background color of formspec text fields 2021-05-30 11:40:14 +02:00
guiFormSpecMenu.h refacto: remove get_gui_env & draw_load_screen from RenderingEngine singleton 2021-05-03 19:49:19 +02:00
guiHyperText.cpp Make hypertext and textarea have proper scroll event propagation. (#10860) 2021-01-23 14:48:57 -08:00
guiHyperText.h Add scroll_container formspec element (redo) (#9101) 2020-04-13 10:50:07 +02:00
guiInventoryList.cpp Fix list spacing and size (again) (#10869) 2021-02-02 20:55:13 +01:00
guiInventoryList.h Formspec: allow lists to change size and existence while the formspec is open (#9700) 2020-04-18 17:21:10 +02:00
guiItemImage.cpp Refactor to centralize GUIButton styling/rendering code (#9090) 2019-12-09 20:06:51 +00:00
guiItemImage.h Formspec: draw order and clipping for all elements (#8740) 2019-11-07 20:11:01 +01:00
guiKeyChangeMenu.cpp Add a key to toggle map block bounds (#11172) 2021-04-20 19:23:31 +02:00
guiKeyChangeMenu.h Formspecs: Add state-selection to style elements (#9378) 2020-04-11 21:39:30 +01:00
guiMainMenu.h Formspecs: volume and key settings windows can now be closed by doubleclicking/tapping (#10128) 2020-07-14 22:37:28 +02:00
guiPasswordChange.cpp Android: Fix ConfirmRegistration and PasswordChange input and scale size (#10182) 2020-07-21 13:16:25 +01:00
guiPasswordChange.h Formspecs: Add state-selection to style elements (#9378) 2020-04-11 21:39:30 +01:00
guiPathSelectMenu.cpp Make non-formspec modal menus respect gui scale (#7850) 2018-11-26 22:55:24 +01:00
guiPathSelectMenu.h Move touchscreen input handling to base GUIModalMenu class 2018-10-29 15:37:44 +01:00
guiScene.cpp Remove unused header includes 2021-07-21 22:07:13 +02:00
guiScene.h GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls 2021-03-16 23:28:16 +01:00
guiScrollBar.cpp Fix warnings about an unused variables and implicit conversion (#10586) 2020-11-12 21:05:47 +01:00
guiScrollBar.h Fix warnings about an unused variables and implicit conversion (#10586) 2020-11-12 21:05:47 +01:00
guiScrollContainer.cpp Avoid drawing clipped out formspec elements (#10095) 2020-08-23 22:50:14 +02:00
guiScrollContainer.h Avoid drawing clipped out formspec elements (#10095) 2020-08-23 22:50:14 +02:00
guiSkin.cpp darken tabheader background color (#10299) 2020-08-23 22:50:45 +02:00
guiSkin.h Add custom colorable GUIButton implementation 2019-08-03 19:36:30 +01:00
guiTable.cpp Add font styling options to tables and textlists (#10203) 2020-08-11 20:07:17 +02:00
guiTable.h Add font styling options to tables and textlists (#10203) 2020-08-11 20:07:17 +02:00
guiVolumeChange.cpp Perform some quality assurance for translation strings (#11375) 2021-06-23 17:35:50 +01:00
guiVolumeChange.h Formspecs: Add state-selection to style elements (#9378) 2020-04-11 21:39:30 +01:00
mainmenumanager.h Replace for loop with call to standard library function (#8194) 2019-03-05 08:13:15 +01:00
modalMenu.cpp Gettext support on Android (#11435) 2021-08-08 18:59:07 +02:00
modalMenu.h Rewrite touch event conversion (#10636) 2021-02-07 11:48:30 +01:00
profilergraph.cpp Add a MSVC / Windows compatible snprintf function (#7353) 2018-07-22 21:56:06 +02:00
profilergraph.h Game refactor [4/X]: keycache is now owned by InputHandler 2018-01-20 16:38:38 +01:00
touchscreengui.cpp Remove unused header includes 2021-07-21 22:07:13 +02:00
touchscreengui.h Use "Aux1" key name consistently everywhere 2021-02-24 11:45:30 +01:00