4jcraft/Minecraft.Client/Platform/Common/UI
2026-03-30 09:37:24 -05:00
..
IUIController.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
IUIScene_AbstractContainerMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_AbstractContainerMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_AnvilMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
IUIScene_AnvilMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_BeaconMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_BeaconMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_BrewingMenu.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_BrewingMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_CommandBlockMenu.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_CommandBlockMenu.h fix: clean up sanitizer startup issues 2026-03-23 19:34:58 +11:00
IUIScene_ContainerMenu.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_ContainerMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_CraftingMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_CraftingMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_CreativeMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_CreativeMenu.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
IUIScene_DispenserMenu.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_DispenserMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_EnchantingMenu.cpp cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
IUIScene_EnchantingMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_FireworksMenu.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_FireworksMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_FurnaceMenu.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_FurnaceMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_HopperMenu.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_HopperMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_HorseInventoryMenu.cpp fix: resolve all build warnings and notes 2026-03-23 18:53:18 +11:00
IUIScene_HorseInventoryMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_HUD.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_HUD.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
IUIScene_InventoryMenu.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_InventoryMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_PauseMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_PauseMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_StartGame.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_StartGame.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
IUIScene_TradingMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
IUIScene_TradingMenu.h fix: Missing includes 2026-03-23 08:45:24 +11:00
UI.h chore: format everything 2026-03-30 02:17:54 -05:00
UIBitmapFont.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIBitmapFont.h chore: format everything 2026-03-30 02:17:54 -05:00
UIComponent_Chat.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIComponent_Chat.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_DebugUIConsole.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_DebugUIConsole.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_DebugUIMarketingGuide.cpp cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIComponent_DebugUIMarketingGuide.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_Logo.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_Logo.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_MenuBackground.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_MenuBackground.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_Panorama.cpp Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
UIComponent_Panorama.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_PressStartToPlay.cpp cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIComponent_PressStartToPlay.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIComponent_Tooltips.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIComponent_Tooltips.h chore: format everything 2026-03-30 02:17:54 -05:00
UIComponent_TutorialPopup.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIComponent_TutorialPopup.h chore: format everything 2026-03-30 02:17:54 -05:00
UIControl.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl.h Merge branch 'upstream-dev' into cleanup/shared-portability-reset-v2 2026-03-30 15:21:08 +11:00
UIControl_Base.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIControl_Base.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_BeaconEffectButton.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_BeaconEffectButton.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_BitmapIcon.cpp fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
UIControl_BitmapIcon.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Button.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_Button.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_ButtonList.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_ButtonList.h chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_CheckBox.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_CheckBox.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_Cursor.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Cursor.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_DLCList.cpp fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
UIControl_DLCList.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_DynamicLabel.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_DynamicLabel.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_EnchantmentBook.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIControl_EnchantmentBook.h refactor: replace some win32 typedefs 2026-03-30 00:16:26 -05:00
UIControl_EnchantmentButton.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_EnchantmentButton.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_HTMLLabel.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_HTMLLabel.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Label.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_Label.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_LeaderboardList.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_LeaderboardList.h chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_MinecraftHorse.cpp exclude UIScene_InGameSaveManagementMenu, include fixes 2026-03-22 14:00:25 -05:00
UIControl_MinecraftHorse.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_MinecraftPlayer.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_MinecraftPlayer.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_PlayerList.cpp fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
UIControl_PlayerList.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_PlayerSkinPreview.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
UIControl_PlayerSkinPreview.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Progress.cpp fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
UIControl_Progress.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_SaveList.cpp fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
UIControl_SaveList.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Slider.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_Slider.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_SlotList.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_SlotList.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_SpaceIndicatorBar.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_SpaceIndicatorBar.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_TextInput.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_TextInput.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIControl_TexturePackList.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIControl_TexturePackList.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Touch.cpp format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIControl_Touch.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIController.cpp chore: fmt 2026-03-30 09:37:24 -05:00
UIController.h Rename CriticalSection wrapper functions to match std::mutex usage 2026-03-31 00:16:16 +11:00
UIEnums.h chore: format everything 2026-03-30 02:17:54 -05:00
UIFontData.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIFontData.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIGroup.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIGroup.h chore: format everything 2026-03-30 02:17:54 -05:00
UILayer.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UILayer.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene.cpp chore: fmt 2026-03-30 09:37:24 -05:00
UIScene.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_AbstractContainerMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_AbstractContainerMenu.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_AnvilMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_AnvilMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_BeaconMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_BeaconMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_BrewingStandMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_BrewingStandMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_ConnectingProgress.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_ConnectingProgress.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_ContainerMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_ContainerMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_ControlsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_ControlsMenu.h wtf 2026-03-30 02:31:58 -05:00
UIScene_CraftingMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_CraftingMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_CreateWorldMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_CreateWorldMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_CreativeMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_CreativeMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_Credits.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_Credits.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_DeathMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DeathMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DebugCreateSchematic.cpp refactor: use convStringToWstring for text input instead of uint16 helpers 2026-03-30 14:10:14 +11:00
UIScene_DebugCreateSchematic.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_DebugOptions.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_DebugOptions.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_DebugOverlay.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DebugOverlay.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_DebugSetCamera.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_DebugSetCamera.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_DispenserMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_DispenserMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_DLCMainMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DLCMainMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DLCOffersMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_DLCOffersMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_EnchantingMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_EnchantingMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_EndPoem.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_EndPoem.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_EULA.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_EULA.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_FireworksMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_FireworksMenu.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_FullscreenProgress.cpp Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
UIScene_FullscreenProgress.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_FurnaceMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_FurnaceMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_HelpAndOptionsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_HelpAndOptionsMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_HopperMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_HopperMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_HorseInventoryMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_HorseInventoryMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_HowToPlay.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_HowToPlay.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_HowToPlayMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_HowToPlayMenu.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_HUD.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_HUD.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InGameHostOptionsMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_InGameHostOptionsMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_InGameInfoMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InGameInfoMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InGamePlayerOptionsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InGamePlayerOptionsMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_InGameSaveManagementMenu.cpp Rename CriticalSection wrapper functions to match std::mutex usage 2026-03-31 00:16:16 +11:00
UIScene_InGameSaveManagementMenu.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_Intro.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_Intro.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InventoryMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_InventoryMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_JoinMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_JoinMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_Keyboard.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_Keyboard.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_LanguageSelector.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_LanguageSelector.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_LaunchMoreOptionsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_LaunchMoreOptionsMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_LeaderboardsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_LeaderboardsMenu.h fix UIStructsmerge Platform/Common/Leaderboards 2026-03-22 12:13:53 -05:00
UIScene_LoadMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_LoadMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_LoadOrJoinMenu.cpp Rename CriticalSection wrapper functions to match std::mutex usage 2026-03-31 00:16:16 +11:00
UIScene_LoadOrJoinMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_MainMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_MainMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_MessageBox.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_MessageBox.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_NewUpdateMessage.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_NewUpdateMessage.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIScene_PauseMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_PauseMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_QuadrantSignin.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_QuadrantSignin.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_ReinstallMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_ReinstallMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SaveMessage.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_SaveMessage.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_SettingsAudioMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_SettingsAudioMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SettingsControlMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_SettingsControlMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SettingsGraphicsMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_SettingsGraphicsMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SettingsMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_SettingsMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SettingsOptionsMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_SettingsOptionsMenu.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_SettingsUIMenu.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
UIScene_SettingsUIMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SignEntryMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_SignEntryMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_SkinSelectMenu.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_SkinSelectMenu.h chore: format everything 2026-03-30 02:17:54 -05:00
UIScene_TeleportMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_TeleportMenu.h format Platform/Common/UI 2026-03-22 04:25:54 -05:00
UIScene_Timer.cpp TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_Timer.h TU19: merge Minecraft.Client/Platform/Common/UI 2026-03-22 11:44:26 -05:00
UIScene_TradingMenu.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_TradingMenu.h refactor: replace some win32 typedefs 2026-03-30 00:16:26 -05:00
UIScene_TrialExitUpsell.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UIScene_TrialExitUpsell.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
UIString.cpp chore: format everything 2026-03-30 02:17:54 -05:00
UIString.h chore: format everything 2026-03-30 02:17:54 -05:00
UIStructs.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UITTFFont.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
UITTFFont.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00