ocornut
|
92e2df5978
|
Merge branch 'master' into docking
|
2025-06-30 21:18:46 +02:00 |
|
ocornut
|
fd75bdccb0
|
Fonts: for large size fonts, layout/size calculation only load glyphs metrics. Actual glyphs are renderer+packed when used by drawing functions. (#8758, #8465)
(Breaking) breaks signature of ImFontLoader::FontBakedLoadGlyph, sorry.
|
2025-06-30 21:16:20 +02:00 |
|
ocornut
|
51b3495ad8
|
Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases.
|
2025-06-30 21:04:55 +02:00 |
|
ocornut
|
b7e5d76c79
|
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
2025-06-30 20:01:02 +02:00 |
|
Aidan Sun
|
8ccfdf7ba0
|
CI: Fixed dllimport/dllexport tests. (#8757)
|
2025-06-30 18:48:28 +02:00 |
|
ocornut
|
de7625b8c2
|
Docs: tweak/fixed comments. (#8750, #8749)
|
2025-06-28 17:12:05 +02:00 |
|
ocornut
|
bc051dcf91
|
Textures: Fixed support for #define ImTextureID_Invalid to non-zero value.
|
2025-06-27 17:03:13 +02:00 |
|
ocornut
|
3ec62dfeff
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_osx.h
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_vulkan.cpp
# imgui.h
|
2025-06-27 16:59:03 +02:00 |
|
morrazzzz
|
fff47f1119
|
Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727)
|
2025-06-27 16:35:59 +02:00 |
|
Thomas Quante
|
8e3aac5744
|
Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744)
|
2025-06-27 16:32:17 +02:00 |
|
ocornut
|
68046106dd
|
Docs: update Backends with basic Platform backend instructions.
|
2025-06-27 15:32:19 +02:00 |
|
ocornut
|
47570d045d
|
Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465)
|
2025-06-27 15:03:10 +02:00 |
|
omar
|
ec13fa436b
|
Docs: tidying up Backends.md, add index, prepare for adding more docs.
|
2025-06-27 13:59:51 +02:00 |
|
Christian Fillion
|
22ad62c90c
|
Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739)
Yet another undocumented standard cursor.
Amend 8a35386.
|
2025-06-27 13:35:03 +02:00 |
|
ocornut
|
f18aea5246
|
Version 1.92.1 WIP
|
2025-06-27 13:30:45 +02:00 |
|
ocornut
|
85b2fe8486
|
Docs: update binaries.
|
2025-06-25 18:46:41 +02:00 |
|
ocornut
|
adfa5364cd
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdlgpu3.cpp
# imgui.cpp
|
2025-06-25 18:27:19 +02:00 |
|
ocornut
|
673eb7de96
|
Version 1.92.0
|
2025-06-25 18:19:56 +02:00 |
|
ocornut
|
2819ab32f8
|
Layout: commented out legacy ErrorCheckUsingSetCursorPosToExtendParentBoundaries() fallback. (#5548, #4510, #3355, #1760, #1490, #4152, #150)
|
2025-06-25 16:39:23 +02:00 |
|
ocornut
|
d8c6953710
|
Fonts: comments.
|
2025-06-25 12:10:13 +02:00 |
|
ocornut
|
e4bba0b53c
|
Merge branch 'master' into docking
|
2025-06-24 19:10:26 +02:00 |
|
ocornut
|
89b5a2c3d5
|
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
2025-06-24 19:10:10 +02:00 |
|
ocornut
|
97e0d59619
|
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
2025-06-24 19:09:51 +02:00 |
|
ocornut
|
ca72eb0596
|
(Breaking) Fonts: obsolete PushFont() default parameter.
|
2025-06-24 19:09:28 +02:00 |
|
Geert Bleyen
|
04a5b9c2cf
|
Backends: SDL3: fixed pulling SDL_PROP_WINDOW_COCOA_WINDOW_POINTER into viewport->PlatformHandleRaw. (#8725, #8726)
SDL_VIDEO_DRIVER_COCOA does not exist on SDL3.
|
2025-06-24 18:14:39 +02:00 |
|
ocornut
|
7cd567202e
|
Merge branch 'master' into docking
|
2025-06-24 15:17:29 +02:00 |
|
ocornut
|
6722d789e9
|
(Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font".
|
2025-06-24 14:44:38 +02:00 |
|
ocornut
|
a49ddaac89
|
Fonts: add comments and examples for GlyphExcludeRanges[].
|
2025-06-24 11:06:41 +02:00 |
|
ocornut
|
efe2b21a5f
|
Backends: GLFW: Fixed not installing WndProc hook in all GLFW version, so AddMouseSourceEvent() logic was missing for some viewports.
|
2025-06-21 20:10:18 +02:00 |
|
ocornut
|
b580c11303
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_dx12.cpp
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl2.cpp
|
2025-06-20 15:19:36 +02:00 |
|
PlayDay
|
725d185a31
|
Backends: DirectX12: fixed build on MinGW. (#8702, #4594)
|
2025-06-19 20:10:39 +02:00 |
|
ocornut
|
c2c38beec8
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_glfw.h
|
2025-06-18 16:55:20 +02:00 |
|
ocornut
|
f633a60581
|
Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069)
|
2025-06-18 16:46:37 +02:00 |
|
ocornut
|
d290e583c5
|
Backends: GLFW: fixed WndProc relying on current context. (#8676, #8239, #8069)
This makes the backend closer to support multi-context.
|
2025-06-18 16:39:57 +02:00 |
|
ocornut
|
344d5ff4b7
|
Merge branch 'master' into docking
|
2025-06-17 20:15:12 +02:00 |
|
ocornut
|
b2c73596ae
|
InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689)
|
2025-06-17 20:11:22 +02:00 |
|
ocornut
|
08bb348142
|
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358)
|
2025-06-17 17:09:26 +02:00 |
|
ocornut
|
041abe8522
|
Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]"
This reverts commit 39a90ac4d6.
|
2025-06-17 14:57:39 +02:00 |
|
ocornut
|
39a90ac4d6
|
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]
|
2025-06-17 14:52:34 +02:00 |
|
ocornut
|
f2e4e80391
|
Windows: BeginChild(): fixed being unable to combine manual resize on one axis and automatic resize on the other axis. (#8690)
+ removed obsolete TODO entries.
|
2025-06-17 14:01:01 +02:00 |
|
ocornut
|
fe048efeab
|
DrawList, Fonts: fixed PushFont()/AddImage() not restoring correct atlas texture id when using multiple atlas (#8694)
This also needs 24f7328.
|
2025-06-17 12:06:14 +02:00 |
|
ocornut
|
4cf85ee543
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_osx.mm
# backends/imgui_impl_wgpu.cpp
# backends/imgui_impl_wgpu.h
|
2025-06-13 17:43:30 +02:00 |
|
ocornut
|
cfa43e721a
|
Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683)
Added ImGuiItemFlags_NoFocus, ImGuiButtonFlags_NoFocus. Neither are well specified so marking as experimental.
|
2025-06-13 17:40:17 +02:00 |
|
ocornut
|
1ec1510ef7
|
Fonts: clarify assert. (#8680)
|
2025-06-12 16:49:47 +02:00 |
|
ocornut
|
7ac99a4366
|
Backends: OSX: ImGui_ImplOSX_HandleEvent() only process event for window containing our view. (#8644)
|
2025-06-12 15:44:18 +02:00 |
|
ocornut
|
b7f13df130
|
Docs: reformat Changelog.
|
2025-06-12 15:42:51 +02:00 |
|
ocornut
|
571dae9664
|
Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465)
|
2025-06-12 15:31:51 +02:00 |
|
ocornut
|
115a8e74c2
|
Fonts: update misc comments, docs.
|
2025-06-12 14:18:23 +02:00 |
|
ocornut
|
41f4acfb4f
|
Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame().
|
2025-06-12 11:44:11 +02:00 |
|
ocornut
|
e8f831deaa
|
Merge branch 'master' into docking
|
2025-06-12 11:07:42 +02:00 |
|