Kate
Kate
#### Summary Features "Integrated ImGui UI framework into Cataclysm, and ported inventory screens to the new framework as a proof-of-concept" #### Purpose of change Implementation of simple things like navigation...
### Version/Branch of Dear ImGui: 1.89.6 ### Back-ends: imgui_impl_sdl2.cpp +imgui_impl_sdlrenderer2.cpp, imtui-impl-ncurses.cpp + imtui-impl-text.cpp ### Compiler, OS: MSVC, mac os/clang, linux/clang, linux/gcc ### Full config/build information: ``` Dear ImGui 1.89.6 (18960)...
#### Summary Bugfixes "Implemented drawing of non-English characters in ImGui screens" #### Purpose of change Fixes: #72162 #### Describe the solution Implemented a font "fallback" system in ImGui to allow...
#### Summary Bugfixes "Fixed issue where user could only change the selected option in the ImGui popup using the arrow keys or tab key" #### Purpose of change Fixes: #72599...
#### Summary Bugfixes "ImGui popup was stealing window focus when another window was on top of it" #### Purpose of change Fixes: #72600 #### Describe the solution Popup had code...
Added support for displaying the IME preview text in an InputText field when the backend requests it to be shown. ( #5878 ) The internal buffers for InputText are not...
### Version/Branch of Dear ImGui: Version 1.89.6, Branch: master ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows, Linux, android ### Full config/build information: _No response_ ### Details: **My Issue/Question:**...
### Version/Branch of Dear ImGui: Version 1.89.6, Branch: master ### Back-ends: imgui_impl_sdl2.cpp +imgui_impl_sdlrenderer2.cpp, imtui-impl-ncurses.cpp + imtui-impl-text.cpp ### Compiler, OS: MSVC, mac os/clang, linux/clang, linux/gcc ### Full config/build information: _No response_...
**Version/Branch of Dear ImGui:** Version: v1.89.5 Branch: master **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_dx12.cpp + imgui_impl_win32.cpp Compiler: VS2022 Operating System: Windows 10 **My Issue/Question:** I am attempting to create a window that has...