ocornut
|
42656b3aa1
|
Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895)
|
2025-08-20 18:27:35 +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
|
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
|
50115596dc
|
Demo: About Box: include IMGUI_ENABLE_TEST_ENGINE in Config/Build info.
|
2025-08-11 12:29:13 +02: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 |
|
Ori Avtalion
|
075ad676aa
|
Demo: Fix '= =' typo in text (#8836)
|
2025-07-25 17:36:23 +09:00 |
|
ocornut
|
4d745bc602
|
Version 1.92.2 WIP
|
2025-07-10 18:41:05 +02:00 |
|
ocornut
|
5d4126876b
|
Version 1.92.1
|
2025-07-09 18:53:58 +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
|
0fe5166531
|
Demo: amend "Font Size" demo. (#8738)
|
2025-06-27 16:54:31 +02:00 |
|
Demonese
|
9fbe560218
|
Demo: Added "Widgets/Text/Different Size Text" section to show font system changes in v1.92. (#8738)
|
2025-06-27 16:54:31 +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 |
|
ocornut
|
f18aea5246
|
Version 1.92.1 WIP
|
2025-06-27 13:30:45 +02:00 |
|
ocornut
|
673eb7de96
|
Version 1.92.0
|
2025-06-25 18:19:56 +02:00 |
|
ocornut
|
da3c86925a
|
Demo: added TextLinkOpenURL() call in Widgets section.
|
2025-06-25 18:19:56 +02:00 |
|
ocornut
|
6e846c56b4
|
Demo: fixed ID conflicts. (#8723)
|
2025-06-24 12:25:04 +02:00 |
|
ocornut
|
e97e55adbc
|
Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends.
dx12: 'ImGui_ImplDX12_Data* bd' shadowed local in spite of being in lambda.
|
2025-06-20 15:18:00 +02:00 |
|
ocornut
|
1ce75e2bca
|
Fixed duplicate symbols in some compile-time configurations.
|
2025-06-12 11:25:15 +02:00 |
|
ocornut
|
a0b3eceec7
|
Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp
|
2025-06-12 11:02:32 +02:00 |
|
ocornut
|
4acce85656
|
Fonts: tweaks demo and exposure to sliders, etc.
|
2025-06-11 17:36:28 +02:00 |
|
ocornut
|
d85e22d205
|
Added style.FontScaleDpi which is the field overwritten by ImGuiConfigFlags_DpiEnableScaleFonts.
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_demo.cpp
|
2025-06-11 16:09:56 +02:00 |
|
ocornut
|
8766efcba6
|
(Breaking) Renamed io.FontGlobalScale to style.FontScaleMain.
# Conflicts:
# imgui.cpp
|
2025-06-11 16:07:21 +02:00 |
|
ocornut
|
80c08f2286
|
(Breaking) Fonts: obsoleting SetWindowFontScale().
+ Comments
# Conflicts:
# imgui.cpp
|
2025-06-11 16:07:05 +02:00 |
|
ocornut
|
1e118ab891
|
Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame().
# Conflicts:
# imgui.cpp
|
2025-06-11 16:06:21 +02:00 |
|
ocornut
|
0fff7ceda4
|
Fonts: comments, tweaks, minor amends.
Comments, tweaks
|
2025-06-11 15:53:42 +02:00 |
|
ocornut
|
735d31e54a
|
Demo: Exposed some basic UI in demo for sanity.
|
2025-06-11 15:52:04 +02:00 |
|
ocornut
|
0b71339122
|
Demo: Add a "Fonts" section for visibility.
|
2025-06-11 15:51:33 +02:00 |
|
ocornut
|
722f6013ff
|
Fonts: Added a bit of user facing tooling.
|
2025-06-11 15:45:14 +02:00 |
|
ocornut
|
0f0473bf1c
|
Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature.
# Conflicts:
# imgui.h
# imgui_demo.cpp
|
2025-06-11 15:03:46 +02:00 |
|
ocornut
|
191a728ecc
|
(Breaking) added ImTextureRef struct. Changed ImDrawCmd::TextureId to TexRef.
Softly breaking. May require support from language binding generator.
Rebased and reworked completely on 2025/03/19.
|
2025-06-11 15:02:36 +02:00 |
|
ocornut
|
c3d7ada9df
|
Demo: add indentation to simplify upcoming merges.
|
2025-06-04 22:27:34 +02:00 |
|
ocornut
|
91f72bbe1c
|
Demo: omit ImGui:: prefix from ShowStyleEditor(), ShowUserGuide() code.
|
2025-06-04 21:29:12 +02:00 |
|
ocornut
|
9485aeb5c8
|
Demo: changed default framed item width to use Min(GetFontSize() * 12, GetContentRegionAvail().x * 0.40f).
|
2025-06-04 17:35:45 +02:00 |
|
ocornut
|
6d939fcedc
|
(Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639)
|
2025-05-15 17:35:29 +02:00 |
|
ocornut
|
afd3a36f69
|
Demo: added basic Fonts section under main demo (same as Metrics one) for visibility.
|
2025-05-05 19:39:56 +02:00 |
|
ocornut
|
3f8033324f
|
Demo: Dual List Box: fix sorting function, in theory should return 0 when equal. (#8601)
|
2025-04-30 11:10:58 +02:00 |
|
Ryan Jensen
|
b3c96bde8c
|
Demo: use IM_ARRAYSIZE more consistently InputText calls in demo window (#8596)
|
2025-04-26 16:10:00 +02:00 |
|
ocornut
|
3ab50c334a
|
TreeNode, Style: added style.TreeLinesRounding support. (#2920)
|
2025-04-10 19:26:29 +02:00 |
|
ocornut
|
5e7174dec6
|
TreeNode: removed TreeLinesSize > 0.0f optimization check. (#2920)
This is desirable but we'd need to avoid exposing 0.0f in style editor + assert on it.
|
2025-04-09 17:40:15 +02:00 |
|
ocornut
|
e5b218e6d1
|
TreeNode: added ImGuiTreeNodeFlags_DrawTreeXXX flags. (#2920)
# Conflicts:
# docs/CHANGELOG.txt
|
2025-04-08 19:58:59 +02:00 |
|
tanksdude
|
f5003aff69
|
Docs: Fix some typos (#8505)
|
2025-03-21 16:23:09 +01:00 |
|
ocornut
|
0ecb2bbe74
|
Version 1.92.0 WIP
|
2025-03-19 17:45:20 +01:00 |
|
ocornut
|
93b446a962
|
Backtrack of version tagging 1.92.0 > 1.91.9b for publishing a hotfix (#8496)
|
2025-03-17 19:39:52 +01:00 |
|
ocornut
|
bfaef8ca17
|
Version 1.92.0 WIP
|
2025-03-17 19:09:07 +01:00 |
|
ocornut
|
97428e8ac9
|
Version 1.91.9
|
2025-03-14 17:13:11 +01:00 |
|
ocornut
|
ea2a12112d
|
Misc: Various zealous warning fixes for newer version of Clang.
|
2025-03-14 17:13:11 +01:00 |
|