minetest/src/gui
Gary Miguel da832a295e
Delete clang-format files and comments (#14079)
2023-12-15 10:23:44 +01:00
..
CMakeLists.txt Add register dialog to separate login/register (#12185) 2022-06-05 17:47:38 +02:00
StyleSpec.h Add focused styling to buttons (#13414) 2023-04-14 00:09:29 +01:00
guiAnimatedImage.cpp FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 2022-07-03 08:52:26 -04:00
guiAnimatedImage.h FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 2022-07-03 08:52:26 -04:00
guiBackgroundImage.cpp Fix background[] pos-offset lower-right-corner being at least (1,1) (#13320) 2023-04-14 21:05:09 +02:00
guiBackgroundImage.h Fix background[] pos-offset lower-right-corner being at least (1,1) (#13320) 2023-04-14 21:05:09 +02: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 GUIButton: Use default member initializers 2023-08-14 18:13:47 +02:00
guiButton.h GUIButton: Default BgColor to white, as opposed to unintialized 2023-08-14 18:13:47 +02:00
guiButtonImage.cpp Fix some memleaks from GUIButtonImage (#13564) 2023-06-06 19:01:32 +02:00
guiButtonImage.h Fix some memleaks from GUIButtonImage (#13564) 2023-06-06 19:01:32 +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 GUI: Autofocus newly opened GUIModalMenu instances (#13911) 2023-10-22 15:31:42 +02:00
guiChatConsole.h GUIChatConsole: Use primary selection 2023-04-27 18:50:17 +02:00
guiEditBox.cpp Delete clang-format files and comments (#14079) 2023-12-15 10:23:44 +01:00
guiEditBox.h Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiEditBoxWithScrollbar.cpp Use our GUIButton in our GUIScrollBar 2023-08-14 18:13:47 +02:00
guiEditBoxWithScrollbar.h Use our GUIButton in our GUIScrollBar 2023-08-14 18:13:47 +02:00
guiEngine.cpp Add sound volume when unfocused setting (#14083) 2023-12-10 19:11:39 +01:00
guiEngine.h Sound refactor and improvements (#12764) 2023-06-16 20:15:21 +02:00
guiFormSpecMenu.cpp GUIFormspecMenu: Fix race condition between quit event and cleanup in Game (#14010) 2023-12-10 19:09:51 +01:00
guiFormSpecMenu.h Mainmenu: Avoid the header being displayed behind the formspec (#13924) 2023-11-25 17:04:33 +01:00
guiHyperText.cpp Fix hypertext[] sometimes calculating incorrect scrollbar height (#13943) 2023-10-29 17:54:31 +01:00
guiHyperText.h Fix hypertext in the mainmenu (#13731) 2023-08-13 13:28:33 +01:00
guiInventoryList.cpp Make it possible again to see item tooltips on Android (#14029) 2023-11-25 17:07:07 +01:00
guiInventoryList.h Inventory: skip redundant stack movement 2023-08-27 20:12:10 +02:00
guiItemImage.cpp Reduce number of recursively included headers 2023-04-27 18:50:33 +02:00
guiItemImage.h Formspec: draw order and clipping for all elements (#8740) 2019-11-07 20:11:01 +01:00
guiKeyChangeMenu.cpp Replace all actual uses of irrlicht CGUIStaticText with our StaticText 2023-08-14 18:13:47 +02:00
guiKeyChangeMenu.h Get rid of wgettext 2023-04-08 20:17:50 +02:00
guiMainMenu.h Add register dialog to separate login/register (#12185) 2022-06-05 17:47:38 +02:00
guiPasswordChange.cpp Delete clang-format files and comments (#14079) 2023-12-15 10:23:44 +01:00
guiPasswordChange.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiPathSelectMenu.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiPathSelectMenu.h Move touchscreen input handling to base GUIModalMenu class 2018-10-29 15:37:44 +01:00
guiScene.cpp Expose all OpenGL filtering modes, use OpenGL names for them 2023-07-20 22:15:47 +02:00
guiScene.h GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls 2021-03-16 23:28:16 +01:00
guiScrollBar.cpp Delete clang-format files and comments (#14079) 2023-12-15 10:23:44 +01:00
guiScrollBar.h Use our GUIButton in our GUIScrollBar 2023-08-14 18:13:47 +02:00
guiScrollContainer.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiScrollContainer.h Avoid drawing clipped out formspec elements (#10095) 2020-08-23 22:50:14 +02:00
guiSkin.cpp Drop dependency on IrrCompileConfig 2023-03-01 09:06:23 +01:00
guiSkin.h Drop dependency on IrrCompileConfig 2023-03-01 09:06:23 +01:00
guiTable.cpp Use our GUIButton in our GUIScrollBar 2023-08-14 18:13:47 +02:00
guiTable.h Add font styling options to tables and textlists (#10203) 2020-08-11 20:07:17 +02:00
guiVolumeChange.cpp Make text containers wider in the Volume Change dialog (#13995) 2023-11-15 07:00:03 +07:00
guiVolumeChange.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
mainmenumanager.h GUI: Autofocus newly opened GUIModalMenu instances (#13911) 2023-10-22 15:31:42 +02:00
modalMenu.cpp Delete clang-format files and comments (#14079) 2023-12-15 10:23:44 +01:00
modalMenu.h Formspec: Pass the second-touch event as is (#13872) 2023-11-28 07:00:07 +07:00
profilergraph.cpp Rework drawtime and related timekeeping code to use microseconds 2022-01-27 22:30:02 +01:00
profilergraph.h Game refactor [4/X]: keycache is now owned by InputHandler 2018-01-20 16:38:38 +01:00
touchscreengui.cpp Small setting-related fixes (#13755) 2023-08-27 20:18:41 +02:00
touchscreengui.h TouchScreenGUI: Fix only 9 hotbar slots being usable (#13698) 2023-08-24 17:45:51 +02:00