Michał Cichoń

Results 6 issues of Michał Cichoń

**PR was recreated due to lost references after changing fork origin. That was not my intention, sorry. For comments please look at [previous PR](https://github.com/ocornut/imgui/pull/746).** After searching for some layout related...

enhancement
layout
useful widgets

This PR address #4578, #2945 feature requests. ## Summary I made a pass over ImGui and prepared necessary patch to support extra spacing in text. I introduced two new parameters...

font/text
layout

I have two separate files in static library (any kind of project will do). Let's call the files `a.cpp` with class `A` and `b.cpp` with class `B`. Each has one...

PR add an ability to update font atlas texture. Based on `feature/shadows`. There is an information about overall progress: - SDL, GLUT, GLFW3 and Allegro 5 backends were tested on...

font/text
backends

Add support for untranslated key codes (scancodes) for ImGui. Intention is to provide forward way for ImGui to handle untranslated keys in response to https://github.com/ocornut/imgui/pull/2625#issuecomment-615817830. I introduced `GetUntranslatedKeyIndex` to map...

backends
inputs

### Version/Branch of Dear ImGui: Version 1.90.6 WIP (r19053), Branch: master ### Back-ends: imgui_impl_win32.cpp + imgui_impl_dx11.cpp ### Compiler, OS: Windows 11, MSVC 2022, x64 ### Full config/build information: ``` Dear...