ocornut
|
ea8a5a9e17
|
DrawList: made AddCallback() assert when passing a null callback.
|
2025-09-08 15:20:18 +02:00 |
|
yaz0r
|
f77f68a5ed
|
CI: Windows: update to 1.4.326 + pull Vulkan from KhronosGroup's Vulkan-Headers and Vulkan-Loader. (#8925, #8778)
|
2025-09-08 11:42:28 +02:00 |
|
fdsa
|
09ebcf1779
|
Docs: fixed mismatched parentheses & other small changes. (#8922)
|
2025-09-08 11:30:14 +02:00 |
|
ocornut
|
1ecc34a0b1
|
Backends: Vulkan: misc amends (e.g. changelog, coding style). (8110, 8111, 8053)
# Conflicts:
# backends/imgui_impl_vulkan.cpp
|
2025-09-04 18:04:20 +02:00 |
|
ocornut
|
7d33524042
|
InputText: fixed an issue where using Escape with ImGuiInputTextFlags_EscapeClearsAll. (#8915, #8273)
Regression test: "widgets_inputtext_temp_buffer_2"
|
2025-09-04 13:16:05 +02:00 |
|
ocornut
|
605a751571
|
InputText, InputInt, InputFloat: fixed an issue where using Escape to revert would not write back the reverted value. (#8915, #8273)
Revealed by 00f12b9a0
Regression test: "widgets_inputtext_temp_buffer_2"
|
2025-09-04 13:16:04 +02:00 |
|
ocornut
|
20160ff1d5
|
Fonts: fixed merging a font and specifying a font target in DstFont that's not the last added font (regression in 1.92). (#8912)
|
2025-09-03 19:36:02 +02:00 |
|
ocornut
|
3766d40394
|
Nav: fixed Ctrl+Tab window appearing as empty when the sole active and focused window has the ImGuiWindowFlags_NoNavFocus flag. (#8914)
|
2025-09-03 17:50:10 +02:00 |
|
Ян Ли
|
0dd3c845eb
|
Docs: add missing anchor in FAQ.md (#8913)
|
2025-09-03 09:17:23 +02:00 |
|
ocornut
|
0ef9610e70
|
InputText, stb_textedit: Revert special handling when pressing Down/PageDown on last line of a buffer without a trailing carriage return.
Revert fbf70070bb .
|
2025-09-02 15:39:14 +02:00 |
|
ocornut
|
55cbc66508
|
InputText: allow passing an empty string with buf_size==0. (#8907)
|
2025-08-27 20:21:31 +02:00 |
|
ocornut
|
aa2f40c3bb
|
Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886)
a0cdac48e0 revealed the issue but technically the core issue is that clipper assume 1 item = 1 table row.
|
2025-08-27 18:54:57 +02:00 |
|
Christian Fillion
|
a309d2dcac
|
Fonts: fixed assertion failure when ImFontAtlasRectEntry::Generation overflows. (#8906)
|
2025-08-27 14:39:08 +02:00 |
|
ocornut
|
229d56e37a
|
Debug Tools: ID Stack Tool: when ### is used, uncontributing prefix before the ### is now skipped. (#8904, #4631)
|
2025-08-26 16:30:13 +02:00 |
|
ocornut
|
9e864012ae
|
Debug Tools: ID Stack Tool: added option to hex-encode non-ASCII characters in output path. (#8904, #4631)
|
2025-08-26 15:58:59 +02:00 |
|
ocornut
|
783f1e62cc
|
Debug Tools: ID Stack Tool: fixed using fixed-size buffers preventing long identifiers from being displayed in the tool. (#8905, #4631)
|
2025-08-26 15:36:56 +02:00 |
|
ocornut
|
e728b96600
|
Fixed Bullet() fixed tesselation amount which looked out of place in very large sizes.
|
2025-08-20 20:22:31 +02:00 |
|
ocornut
|
fe03035112
|
Docs: advertise ProggyVector font as an alternative.
|
2025-08-20 20:02:49 +02:00 |
|
ocornut
|
515c0b526f
|
Backends: SDL_GPU: typo + changelog. (#8892)
|
2025-08-20 18:53:25 +02:00 |
|
ocornut
|
42656b3aa1
|
Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895)
|
2025-08-20 18:27:35 +02:00 |
|
ocornut
|
89b7fc906a
|
DrawList: fixed CloneOutput() taking a copy of the ImDrawListSharedData pointer. Missing Changelog. (#8894, #1860)
|
2025-08-20 17:57:06 +02:00 |
|
scribam
|
361e370fe0
|
Examples: Android+OpenGL3: update Gradle project (#8888, #8878)
|
2025-08-19 15:16:15 +02:00 |
|
ocornut
|
86ec5c8342
|
Version 1.92.3 WIP
|
2025-08-19 15:15:49 +02:00 |
|
ocornut
|
45acd5e0e8
|
Version 1.92.2b
|
2025-08-13 17:31:01 +02:00 |
|
ocornut
|
774ddb58bd
|
Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883)
See amends to "widgets_status_common", "widgets_disabled_2" tests.
|
2025-08-13 17:08:04 +02:00 |
|
omar
|
43e3ac0dc6
|
Docs: fixed unneeded usage of Build(). (#8883)
|
2025-08-13 15:17:53 +02:00 |
|
ocornut
|
02f654cbce
|
Backends: Allegro5: fixed missing support for ImGuiKey_PrintScreen under Windows.
|
2025-08-12 20:02:08 +02:00 |
|
ocornut
|
e1baadba84
|
Backends: Allegro5: Fixed texture format setup. (#8770, #8465)
Amend/fix ee8941e .
|
2025-08-12 15:02:58 +02:00 |
|
ocornut
|
e1a93805db
|
Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay().
|
2025-08-12 11:33:10 +02:00 |
|
ocornut
|
af920e1e6f
|
Version 1.92.3 WIP
|
2025-08-12 11:30:41 +02:00 |
|
ocornut
|
2b24f5fa71
|
Version 1.92.2
|
2025-08-11 16:47:06 +02:00 |
|
ocornut
|
e10300ed3c
|
Docs: Special thanks.
|
2025-08-11 16:26:10 +02:00 |
|
ocornut
|
5a6fa33b88
|
Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877)
|
2025-08-11 15:41:38 +02:00 |
|
ocornut
|
47c41483bd
|
Tables, Nav: fixed navigation within scrolling tables when item boundaries goes beyond columns limits. (#8816, #2221)
Amend 00d3f9295e .
|
2025-08-11 10:49:20 +02:00 |
|
Ian
|
ea075ed973
|
ImVector: skip memcpy in operator= if Data isn't initialized to play nice with -fsanitize=undefined. (#8874)
|
2025-08-11 09:53:01 +02:00 |
|
ocornut
|
9ee3d731b5
|
Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988)
|
2025-08-08 15:51:16 +02:00 |
|
ocornut
|
1bf41a0762
|
Fonts, Tables: fixed PushFont() having no effect when called after submitting a hidden column. (#8865)
Amend 0e769c5
|
2025-08-07 16:16:12 +02:00 |
|
Elliot Prior
|
ff2dfc8422
|
Fonts: fixed a crash when modifying different texture format with a legacy backend. (#8824)
|
2025-08-04 18:39:30 +09:00 |
|
ocornut
|
7e701c18c8
|
Fonts: fixed an issue when a font using MergeMode has a reference size specified but the target font doesn't.
|
2025-08-04 18:21:38 +09:00 |
|
Michael Böhme
|
90025a62c7
|
Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666)
|
2025-08-04 18:10:00 +09:00 |
|
o:tone
|
70cfc02811
|
Examples: SDL3+SDL_GPU: use SDL_WaitAndAcquireGPUSwapchainTexture() instead of SDL_AcquireGPUSwapchainTexture(). (#8830)
|
2025-08-04 15:28:38 +09:00 |
|
ocornut
|
c14d83d4e0
|
Tabs: made scrolling buttons never keyboard/gamepad navigation candidates.
|
2025-08-04 15:12:23 +09:00 |
|
ocornut
|
7d5fef8642
|
Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834)
Amend 901d432cb but for Gamepad.
|
2025-08-04 15:06:14 +09:00 |
|
Christian Fillion
|
22fe9fce4c
|
Textures: fixed assertion in DebugNodeTexture() when ImTextureID_Invalid is non-zero. (#8860, #8745)
ImFontAtlas's constructor resets ImTextureRef::_TexID to 0 instead of ImTextureID_Invalid.
Amend bc051dc
|
2025-08-04 14:10:20 +09:00 |
|
ocornut
|
320c94bfaa
|
Tabs: when scrolling is enabled, track selected tabs when resizing down parent container. (#3421, #8800)
|
2025-07-31 23:42:30 +09:00 |
|
ocornut
|
3ef6c8410a
|
Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800)
|
2025-07-31 23:42:25 +09:00 |
|
ocornut
|
78d11cd781
|
Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351)
Amend 54a60aaa40
|
2025-07-31 22:58:01 +09:00 |
|
ocornut
|
7278cda039
|
Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase.
|
2025-07-31 22:57:11 +09:00 |
|
ocornut
|
046a8eae0f
|
Tabs: fixed tab bar underline not drawing below scroll buttons. (#6820, #4859, #5022, #5239)
Fix ef8ff1b5d8 which accidentally meant we are using BarRect after it may have been modified by TabBarScrollingButtons().
|
2025-07-31 22:04:01 +09:00 |
|
ocornut
|
a0cdac48e0
|
Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper.
Amend e09454aec . Can't understand the comment nor why code was commented. Code looks alright. Compared TableEndRow() between 1.80 and current as well.
|
2025-07-31 13:21:26 +09:00 |
|