- Nov 07, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_metal.mm # imgui_draw.cpp
-
ocornut authored
-
ocornut authored
Internals: added IM_LIKELY(), IM_UNLIKELY() helper macros (yet unused). Added ImFontGetCharAdvanceX() macro.
-
ocornut authored
-
ocornut authored
imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the first font in a merged set has no loaded glyph. (#8081)
-
- Nov 06, 2024
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
# Conflicts: # backends/imgui_impl_glut.cpp # backends/imgui_impl_glut.h # backends/imgui_impl_metal.mm # imgui.cpp # imgui_demo.cpp
-
ocornut authored
-
ocornut authored
-
ocornut authored
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
-
ocornut authored
-
Michael Böhme authored
-
- Nov 05, 2024
-
-
ocornut authored
-
ocornut authored
Follow the refactors in #7925.
-
ocornut authored
Backends: GLFW: Linux workaround for spurious mouse up events emitted while dragging and creating new viewport. (#3158, #7733, #7922) Initially suggested by rokups. Rewrote for recent backends with a few tweaks to accomodate for variable WM unfocus timing.
-
ocornut authored
As supposedly they were for stb_textedit.h which is now moved to imgui_draw.cpp
-
Maya Warrier authored
Produced when memset(this, ..) is used on a non-trivially copyable type
-
Brotcrunsher authored
-
- Nov 04, 2024
- Oct 30, 2024
- Oct 29, 2024
- Oct 28, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_win32.cpp
-
ocornut authored
Backends: Win32 + Viewports: tweak ImGui_ImplWin32_WndProcHandler_PlatformWindow() to be easier to rework in a parallal friendly way. (#8069)
-
ocornut authored
-
ocornut authored
-
ocornut authored
Selectable, Style: selected Selectable() use _Header color instead of an arbitrary lerp between _Header and _HeaderHovered. (#8106, #1861)
- Oct 24, 2024
-
-
ocornut authored
-