Christian Fillion

Results 10 issues of Christian Fillion

Would be useful for shipping configuration files as their final filename and not overwriting them at each update. Could be combined with the checksum feature to detect whether they have...

enhancement

Version: 1.88 (issue bisected to e278277d53c961b6b345388b79644187bd0d0339, v1.87) Branch: docking Backends: imgui_impl_win32.cpp (and custom) **My Issue:** `IsWindowHovered` returns true for one frame in the window under the viewport under the mouse...

Using `GetColorThemeStruct` to access the current theme's colors requires knowing the layout of `ColorTheme`. SWS has a (likely very out of date) copy of icontheme.h, but it is otherwise not...

**Version/Branch of Dear ImGui:** Version: 1.89.1 Branch: docking **My Issue:** Using `DockBuilderCopyDockSpace` to move the contents of a dockspace to another crashes if the dockspace is split, contains a window...

docking

Initializing a context after another one has been released may cause two contexts to share the same state, leading to crashes after one of the remaining contexts is also released....

Found by @X-Raym. ![Screencap](https://i.imgur.com/1GBeQLk.gif)

bug

The copy on this repository hasn't been updated in 3 years and is missing newer functions such as `realloc_cmd_register_buf`. It would be useful if the SDK was always kept in...

### Version/Branch of Dear ImGui: 1.90 - 1.90.4, since a34071876f2ddb084e499307723180a51fd45655 ### Back-ends: Tested with example_glfw_metal, example_glfw_opengl3 & custom ### Compiler, OS: macOS ### Full config/build information: _No response_ ### Details:...

tables/columns

This fixes `WindowFlags_NoInputs` (for mouse passthrough) only being taken in consideration when the viewport is intially created. I'm not 100% sure this is free of side-effects (why wasn't `AddUpdateViewport` done...

multi-viewports

`@cImport` fails to import FreeRTOS headers because they divide a `uintXX_t` in a macro, translate-c converts the type to `uXX` and c_translation.zig's `PromotedIntType` rejects Zig integer types (except `[iu]8`) since...