1
0
Fork 0
minetest-engine-multicraft2/src/gui
mckaygerhard 880579ea15 fix header porting import and fix devices filtering conditionals
* Minor cleanup and improvements, cherry picked modified from commit
  66b1aafb4b
2023-09-05 15:37:40 -04:00
..
CMakeLists.txt Improve change password UI (#46) 2022-04-01 10:20:19 +02:00
StyleSpec.h Allow table and textarea scrollbars to be customised (#129) 2023-08-10 17:45:45 -04:00
guiAnimatedImage.cpp Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiAnimatedImage.h Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiBackgroundImage.cpp Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiBackgroundImage.h Formspec: draw order and clipping for all elements (#8740) 2019-11-07 20:11:01 +01:00
guiBox.cpp Merge tag '5.4.1' into main 2021-06-08 10:37:38 +12:00
guiBox.h Merge tag '5.4.1' into main 2021-06-08 10:37:38 +12:00
guiButton.cpp Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiButton.h Merge tag '5.4.1' into main 2021-06-08 10:37:38 +12:00
guiButtonImage.cpp Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiButtonImage.h Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiButtonItemImage.cpp Reserve vectors before pushing and other code quality changes (#11161) 2021-12-04 23:47:06 +01:00
guiButtonItemImage.h Reserve vectors before pushing and other code quality changes (#11161) 2021-12-04 23:47:06 +01:00
guiChatConsole.cpp Chat console fixes (#133) 2023-08-10 17:52:35 -04:00
guiChatConsole.h Chat console fixes (#133) 2023-08-10 17:52:35 -04:00
guiConfirmRegistration.cpp Mobile: use `SDL_IsTablet()` to determine the device type 2023-09-05 14:23:58 -04:00
guiConfirmRegistration.h Fix and improve guiConfirmRegistration dialog 2022-12-16 14:32:50 +02:00
guiEditBox.cpp Add a possibility to copy text from non-writable edit box (#118) 2023-01-24 07:42:01 +02:00
guiEditBox.h Allow table and textarea scrollbars to be customised (#129) 2023-08-10 17:45:45 -04:00
guiEditBoxWithScrollbar.cpp Add a possibility to copy text from non-writable edit box (#118) 2023-01-24 07:42:01 +02:00
guiEditBoxWithScrollbar.h Factorize more guiEditBoxes code (#10789) 2021-01-13 09:05:09 +01:00
guiEngine.cpp fix header porting import and fix devices filtering conditionals 2023-09-05 15:37:40 -04:00
guiEngine.h Stop main menu and CSM formspec input errors from crashing the game entirely on Android 2022-05-30 19:50:22 +12:00
guiFormSpecMenu.cpp Mobile: use `SDL_IsTablet()` to determine the device type 2023-09-05 14:23:58 -04:00
guiFormSpecMenu.h Backport: "FormSpec: 9-slice images, animated_images, and fgimg_middle (#10265)" 2022-06-15 10:45:38 +03:00
guiHyperText.cpp MainMenu improvements and cleanup (#141) 2023-08-10 23:00:28 -04:00
guiHyperText.h MainMenu improvements and cleanup (#141) 2023-08-10 23:00:28 -04:00
guiInventoryList.cpp Add pressed inventory slot background image 2023-08-10 22:48:22 -04:00
guiInventoryList.h Add pressed inventory slot background image 2023-08-10 22:48:22 -04:00
guiItemImage.cpp License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
guiItemImage.h License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
guiKeyChangeMenu.cpp Mobile: use `SDL_IsTablet()` to determine the device type 2023-09-05 14:23:58 -04:00
guiKeyChangeMenu.h Improve change keys, change volume and change password menus (#94) 2022-09-08 12:52:31 +03:00
guiMainMenu.h Merge tag '5.4.1' into main 2021-06-08 10:37:38 +12:00
guiPathSelectMenu.cpp License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
guiPathSelectMenu.h License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
guiScene.cpp Minor code sync 2022-09-23 13:19:07 +02:00
guiScene.h Minor code sync 2022-09-23 13:19:07 +02:00
guiScrollBar.cpp Allow table and textarea scrollbars to be customised (#129) 2023-08-10 17:45:45 -04:00
guiScrollBar.h Allow table and textarea scrollbars to be customised (#129) 2023-08-10 17:45:45 -04:00
guiScrollContainer.cpp Faster scroll_container 2021-03-15 10:45:24 +01:00
guiScrollContainer.h Faster scroll_container 2021-03-15 10:45:24 +01:00
guiSkin.cpp Minor code sync 2022-09-23 13:19:07 +02:00
guiSkin.h Add custom colorable GUIButton implementation 2019-08-03 19:36:30 +01:00
guiTable.cpp Minor code sync 2022-09-23 13:19:07 +02:00
guiTable.h Allow table and textarea scrollbars to be customised (#129) 2023-08-10 17:45:45 -04:00
guiVolumeChange.cpp Mobile: use `SDL_IsTablet()` to determine the device type 2023-09-05 14:23:58 -04:00
guiVolumeChange.h Save settings when closing volume/keys dialogs 2022-09-20 12:10:02 +02:00
intlGUIEditBox.cpp Factorize more guiEditBoxes code (#10789) 2021-01-13 09:05:09 +01:00
intlGUIEditBox.h Factorize more guiEditBoxes code (#10789) 2021-01-13 09:05:09 +01:00
mainmenumanager.h Improve change password UI (#46) 2022-04-01 10:20:19 +02:00
modalMenu.cpp fix header porting import and fix devices filtering conditionals 2023-09-05 15:37:40 -04:00
modalMenu.h fix header porting import and fix devices filtering conditionals 2023-09-05 15:37:40 -04:00
profilergraph.cpp License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
profilergraph.h License upgrade to GNU Lesser General Public License 3.0+ 2020-08-28 18:31:02 +02:00
touchscreengui.cpp TouchScreenGUI: minor fixes 2023-09-05 13:45:53 -04:00
touchscreengui.h TouchScreenGUI: minor fixes 2023-09-05 13:45:53 -04:00