Mikko Mononen
|
691b89baae
|
ImDrawList: added AddLineH(), AddLineV() helpers. (#9360)
This commit is aimed to be a lossless transform. Further layout fixes in subsequent commits.
|
2026-04-28 17:04:54 +02:00 |
|
ocornut
|
ac88294b4a
|
MultiSelect: Box-Select +Tables: fix usage of box-selection columns with items straying out of columns. (#7994, #2221)
Use 00d3f9295e.
+ Assets Browser toggle to enable ScrollX.
|
2026-04-20 11:12:43 +02:00 |
|
ocornut
|
cdb046ac3f
|
Demo: Assets Browser: fixed not submitting anything after a SetCursorScreenPos() call when no items. Would not manifest because BeginMultiSelect() altered CursorMaxPos. (#5548)
cc: 2819ab32f8, edcd5b113e
|
2026-04-17 19:23:04 +02:00 |
|
ocornut
|
6fb74f38af
|
Demo: Assets Browser: make default icon size font dependant.
|
2026-04-15 14:26:50 +02:00 |
|
ocornut
|
4a61188322
|
Version 1.92.8 WIP
|
2026-04-03 16:15:46 +02:00 |
|
ocornut
|
dac07199cf
|
Version 1.92.7
|
2026-04-02 19:22:53 +02:00 |
|
ocornut
|
9e9fdc97bb
|
InputText: rename Edited->EditedThisFrame, add EditedBefore. (#701) + Comments + About box clipboard blurb include a comment.
|
2026-04-02 15:48:49 +02:00 |
|
ocornut
|
9700846bb3
|
MultiSelect: added ImGuiMultiSelectFlags_SelectOnClickAlways mode. Prevents Drag and Drop of multiple items but allows BoxSelect to always reselect even when clicking inside a selecttion. (#9307, #1861)
|
2026-03-19 16:39:50 +01:00 |
|
ocornut
|
20d8bcb600
|
(Breaking) MultiSelect: renamed ImGuiMultiSelectFlags_SelectOnClick to ImGuiMultiSelectFlags_SelectOnAuto. (#1861, #6518)
|
2026-03-19 16:04:04 +01:00 |
|
ocornut
|
49ee151ed6
|
Nav: pressing gamepad north button activates context menus.
+ update ShowUserGuide().
|
2026-03-13 15:07:46 +01:00 |
|
ocornut
|
6cc99a6e2b
|
Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. Amends. (#8803, #9270)
This doesn't attempt to move the shortcut polling in NavUpdate() yet.
|
2026-03-12 18:30:05 +01:00 |
|
ocornut
|
5aa7d61139
|
InputText: reworked so that io.ConfigInputTextEnterKeepActive reactivate in order for e.g. IsItemDeactivatedAfterEdit() to work. Amends. (#9001, #9115)
Rework. Fixes dangling InputTextReactivateId in case of field being hidden on activation.
|
2026-03-11 20:33:18 +01:00 |
|
ocornut
|
5dd56d4bb5
|
Demo: add an option to enable ImGuiSliderFlags_ColorMarkers in Multi-Components section + fixed warnings.
|
2026-03-09 18:01:37 +01:00 |
|
ocornut
|
ca166c0e5f
|
Docs: imgui_manual -> imgui_explorer.
Amend 650eca3.
|
2026-03-09 14:24:03 +01:00 |
|
ocornut
|
14e0c70f88
|
Sliders: removed unnecessary is_logarithmic parameters as they can be inferred. (#3786, #1823, #1316, #642)
|
2026-02-26 21:25:14 +01:00 |
|
ocornut
|
ef022c5e0a
|
Separator: added and following style.SeparatorSize. (#2657, #9263)
Reapply c5d83d8a from 1.70 which was reverted in 9534ef9b2.
|
2026-02-26 17:21:57 +01:00 |
|
ocornut
|
650eca386e
|
Doc: update link to imgui_manual, add a new one near top of the demo + update binaries.
|
2026-02-25 20:34:35 +01:00 |
|
Pascal Thomet
|
848da73a81
|
Demo: fixed/tweaked missing IMGUI_DEMO_MARKER for examples applets. (#9261, #3689)
|
2026-02-25 19:48:03 +01:00 |
|
ocornut
|
8a15a1064d
|
Add DemoMarker() function to formalize access for other demos than imgui_demo.cpp (#9261, #3689)
|
2026-02-25 19:25:57 +01:00 |
|
ocornut
|
7dec6b6de8
|
Demo: TreeNode: add sectiont to increase visibility of tree clipping demo.
|
2026-02-23 22:53:35 +01:00 |
|
ocornut
|
33dfa7f834
|
TreeNode, Demo: Property Editor: demonstrate a way to perform tree clipping by fast-forwarding through non-visible chunks. (#3823, #9251, #6990, #6042)
|
2026-02-23 22:38:06 +01:00 |
|
ocornut
|
46f0e2e247
|
Demo: Property Editor: misc tweaks to reduce noise in upcoming change. Allow node to have more than 65K child.
|
2026-02-23 22:36:29 +01:00 |
|
ocornut
|
f6e0953b38
|
TreeNode: moved TreeNodeGetOpen() helper to public API. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722)
Amend 0653a0d
|
2026-02-23 22:36:29 +01:00 |
|
Pascal Thomet
|
37b7a7a9df
|
Demo: move imgui manual IMGUI_DEMO_MARKER inside tree nodes. (#3689)
So that the manual switches less often when the user does not want it.
Most switches now happen only after opening a tree node.
|
2026-02-20 18:05:02 +01:00 |
|
ocornut
|
221bac8b06
|
Style: border sizes are now scaled and rounded by ScaleAllSizes(). Lift 1.0f limit in Style Editor.
|
2026-02-20 16:16:27 +01:00 |
|
ocornut
|
0653a0d42a
|
Demo: use ImGui version of TreeNodeGetOpen/TreeNodeSetOpen + comments.
|
2026-02-18 16:53:23 +01:00 |
|
ocornut
|
b8a1f74fd9
|
Version 1.92.7 WIP
+ minor demo tweaks.
|
2026-02-18 16:05:51 +01:00 |
|
ocornut
|
e118ea06e0
|
Version 1.92.6
|
2026-02-17 17:45:07 +01:00 |
|
ocornut
|
7609963448
|
Demo: fixes for Emscripten 5.0+
|
2026-02-17 17:25:12 +01:00 |
|
ocornut
|
226f62fa8f
|
Demo: amend Shortcuts demo to clarify that ImGuiInputFlags_RouteOverActive may be used with focused route. (#9004)
|
2026-02-05 15:27:01 +01:00 |
|
ocornut
|
d12b1a938e
|
Demo: improved Selectable() demos. (#9193)
|
2026-01-26 11:45:32 +01:00 |
|
ocornut
|
7143d711bf
|
Images, Style: added style.ImageRounding, ImGuiStyleVar_ImageRounding to configure rounding of Image() widgets. (#2942, #845)
Moving border drawing above AddImage() call, should not make a difference for square images.
|
2026-01-14 15:55:03 +01:00 |
|
ocornut
|
960921f03a
|
Happy new year!
|
2026-01-03 01:07:58 +01:00 |
|
ocornut
|
4e7c05504a
|
Renamed IM_ARRAYSIZE() -> IM_COUNTOF(). Kept legacy name for now.
|
2025-12-17 14:30:01 +01:00 |
|
omar
|
fc89c61089
|
Hashing: handling of "###" operator to reset to seed within a string identifier doesn't include the "###" characters in the output hash anymore.
This has various simplifying properties.
Need a test engine update too.
+ Demo: removed misleading/unnecessary usage of ###.
|
2025-12-11 23:02:20 +01:00 |
|
ocornut
|
7f78f52243
|
Demo: removed some hardcoded widths.
|
2025-12-05 18:46:13 +01:00 |
|
ocornut
|
fa4b47c5e2
|
Added RGBA color markers to ColorEdit3/ColorEdit4 + opt-in ImGuiSliderFlags_ColorMarkers for Drags/Sliders.
+ Added ImGuiColorEditFlags_NoColorMarkers
+ Added style.ColorMarkerSize.
|
2025-12-05 16:32:48 +01:00 |
|
ocornut
|
a7ecbcdeba
|
Shuffle ImGuiColorEditFlags flag values.
ImGuiColorEditFlags_AlphaOpaque, ImGuiColorEditFlags_AlphaNoBg, ImGuiColorEditFlags_AlphaPreviewHalf, ImGuiColorEditFlags_AlphaBar.
|
2025-12-05 16:32:45 +01:00 |
|
ocornut
|
d1e262ad55
|
Internals: refactor RenderRectFilledRangeH() into RenderRectFilledInRangeH() to take absolute coordinates instead of normalized ones.
Amend 01d4bf299a (#1296)
|
2025-12-04 16:13:12 +01:00 |
|
ocornut
|
620a33dd85
|
TreeNode: fixed highlight position when used inside a line with a large text baseline offset.
Most old logic e.g. df749e3f13, ec0e953cca. Never quite worked for this situation.
|
2025-11-27 23:49:17 +01:00 |
|
ocornut
|
47766ca403
|
Demo: fix in 'Demo->Selection->Multi-Select in a Table' section.
|
2025-11-27 23:45:50 +01:00 |
|
ocornut
|
ae873b1e0d
|
Misc: rename extraneous parenthesizes from return statements.
|
2025-11-27 15:01:24 +01:00 |
|
ocornut
|
9c75ef5a61
|
Tables: clarify TableNextRow() row_height and adjust demo to make this clearer (demo height were arbitrary and therefore misleading).
|
2025-11-26 18:25:30 +01:00 |
|
ocornut
|
324cea1f41
|
Version 1.92.6 WIP
|
2025-11-24 13:35:41 +01:00 |
|
ocornut
|
6d910d5487
|
Version 1.92.5
|
2025-11-20 17:49:52 +01:00 |
|
ocornut
|
1f16ca5e5c
|
Docs: update ShowUserGuide() + PR guidelines. (#9071)
|
2025-11-19 18:26:43 +01:00 |
|
achabense
|
68894d4149
|
Docs: fixed outdated comment. (#9082)
|
2025-11-19 17:03:14 +01:00 |
|
ocornut
|
e60e5bff63
|
Misc: standardized casing of keyboard mods in comments and demo ("CTRL" -> "Ctrl").
|
2025-11-13 15:24:03 +01:00 |
|
ocornut
|
e3979c2098
|
Demo: removing absolute __FILE_ from being emitted by default. (#9033)
|
2025-11-13 14:23:25 +01:00 |
|
ocornut
|
f1becf7e4b
|
Amend 149587b config/build infos change to be resilient to IM_ASSERT() macros using stringification inside a list.
|
2025-11-03 14:31:14 +01:00 |
|