Kate

Results 9 issues of 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...

<Enhancement / Feature>
<Documentation>
NPC / Factions
Info / User Interface
Code: Build
[JSON]
Code: Tests
[C++]
[Markdown]
Code: Tooling
astyled
json-styled
BasicBuildPassed

### 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...

Info / User Interface
[C++]
<Bugfix>
json-styled

#### 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...

[C++]
<Bugfix>
astyled
json-styled

#### 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...

[C++]
<Bugfix>
astyled
json-styled

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...

backends
ime

### 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:**...

inputtext
focus

### 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...

bug
nav