UnrealImGui/Source/ImGui/Private
2023-09-22 00:33:16 +01:00
..
Editor Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
Utilities Fixed potential for initialization fiasco when using delegates container. Fixed bug in code protecting redirecting handles from self-referencing. Updated project version and status. 2021-04-14 23:11:49 -04:00
Widgets Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiContextManager.cpp Custom font support 2022-04-01 01:33:38 +01:00
ImGuiContextManager.h Custom font support 2022-04-01 01:33:38 +01:00
ImGuiContextProxy.cpp Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiContextProxy.h Cleaned unused delegates code: 2020-06-28 18:13:29 +01:00
ImGuiDelegates.cpp Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
ImGuiDelegatesContainer.cpp Fixed potential for initialization fiasco when using delegates container. Fixed bug in code protecting redirecting handles from self-referencing. Updated project version and status. 2021-04-14 23:11:49 -04:00
ImGuiDelegatesContainer.h Fixed Linux and standalone compile errors. 2020-08-26 22:31:30 +01:00
ImGuiDemo.cpp Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
ImGuiDemo.h Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
ImGuiDrawData.cpp Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiDrawData.h Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
ImGuiImplementation.cpp Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiImplementation.h Improved hot-reload stability and support for reloading after recompiling outside of the editor: 2020-07-31 10:24:53 +01:00
ImGuiInputHandler.cpp Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiInputHandlerFactory.cpp Fixed warnings from Unreal 5.0 Preview 1 2022-03-01 10:46:21 -08:00
ImGuiInputHandlerFactory.h Fixed warnings from Unreal 5.0 Preview 1 2022-03-01 10:46:21 -08:00
ImGuiInputState.cpp Updated the way keys are handled to the new way ImGui now deals with input even though old input API works and is somewhat functional I'd rather be inline with latest standards. Also added all known keys to proxy for passing to ImGui for IsKeyDown/IsKeyPressed/IsKeyReleased routines. Code's a ugly and architecture not exactly perfect but works for the most part, will revisit when I get some time. 2022-02-25 21:40:13 +00:00
ImGuiInputState.h Updated the way keys are handled to the new way ImGui now deals with input even though old input API works and is somewhat functional I'd rather be inline with latest standards. Also added all known keys to proxy for passing to ImGui for IsKeyDown/IsKeyPressed/IsKeyReleased routines. Code's a ugly and architecture not exactly perfect but works for the most part, will revisit when I get some time. 2022-02-25 21:40:13 +00:00
ImGuiInteroperability.cpp Updated the way keys are handled to the new way ImGui now deals with input even though old input API works and is somewhat functional I'd rather be inline with latest standards. Also added all known keys to proxy for passing to ImGui for IsKeyDown/IsKeyPressed/IsKeyReleased routines. Code's a ugly and architecture not exactly perfect but works for the most part, will revisit when I get some time. 2022-02-25 21:40:13 +00:00
ImGuiInteroperability.h Fixed Linux crash caused by wrong mapping of key codes. 2020-09-20 23:31:45 +01:00
ImGuiModule.cpp Cleaned up unused input processor 2022-04-14 09:09:10 -07:00
ImGuiModuleCommands.cpp Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiModuleCommands.h Merged changes from WiggleWizard 2022-04-01 11:41:38 -07:00
ImGuiModuleDebug.h Clean-up in debug code: 2018-10-30 22:25:48 +00:00
ImGuiModuleManager.cpp Custom font support 2022-04-01 01:33:38 +01:00
ImGuiModuleManager.h Custom font support 2022-04-01 01:33:38 +01:00
ImGuiModuleSettings.cpp Fixed warnings from Unreal 5.0 Preview 1 2022-03-01 10:46:21 -08:00
ImGuiModuleSettings.h Fixed warnings from Unreal 5.0 Preview 1 2022-03-01 10:46:21 -08:00
ImGuiTextureHandle.cpp Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
TextureManager.cpp Fixing compile error on Unreal 5.3 2023-09-22 00:33:16 +01:00
TextureManager.h Support for general UTexture instead of being limited to Texture2D for ImGui interop 2022-03-25 22:53:05 +00:00
VersionCompatibility.h Messing around trying to get input sharing to work 2022-03-26 07:45:04 -07:00