Michał Cichoń

Results 177 comments of Michał Cichoń

Branch is rebased on 1.84 (3512f2c2c283ec8).

Rebased on 1.85 WIP (2d0a6a4969b4da5eae0704e740e1ae0e11b946d9)

> That said it may be interesting to move everything that is possible to move in a imgui_stacklayout pair of file, if only because it’ll make it very clear what...

@mnesarco I would like to make this an extension too. Before that happens, it is green again.

There is an experimental branch with Stack Layouts moved to external files: [feature/layout-external](https://github.com/thedmd/imgui/tree/feature/layout-external) Changes to ImGui: - `imgui.h` - define `IMGUI_HAS_STACK_LAYOUT=1` - `imgui.h` - `#include "imgui_stacklayout.h"` - `imgui.h/imgui.cpp` - `ImGuiStyle::LayoutAlign`,...

Rebased. `master` r18718: * [layouts](https://github.com/thedmd/imgui/tree/layouts) * [layout-external](https://github.com/thedmd/imgui/tree/feature/layout-external) `docking` r18718: * [docking-layout](https://github.com/thedmd/imgui/tree/docking-layout) * [docking-layout-external](https://github.com/thedmd/imgui/tree/feature/docking-layout-external) Thanks @aiekick. I added external layout for docking variant to the menagerie.

This may be some unforseen consequences of touching layout code. I will investigate, thanks for the report. 🙂

> In my use case I would want to use negative values. It may not be advisable to limit the sliders present in the "Hello world!" window to be >=...

> If a random comment on reddit is to be believed, these fonts should be rendered without any differences. They may share outlines, but overall metrics may be changed to...

I think I would add baseline offset rather than two separate spacings. It will allow to achieve the same effect while being more intuitive, I think.