ocornut
|
9045493e06
|
WIP - Fonts: comments, tweaks, minor amends.
Comments, tweaks
|
2025-04-02 12:08:38 +02:00 |
|
ocornut
|
28a9070d79
|
WIP - Exposed some basic UI in demo for sanity.
|
2025-04-02 12:08:37 +02:00 |
|
ocornut
|
6a41bccf3d
|
WIP - Demo: Add a "Fonts" section for visibility.
|
2025-03-31 17:37:42 +02:00 |
|
ocornut
|
d95c96e20e
|
WIP - Added a bit of user facing tooling.
|
2025-03-31 17:37:40 +02:00 |
|
ocornut
|
8a7bc799f1
|
WIP - (squash) Rename FontBackend -> FontLoader
|
2025-03-31 14:53:54 +02:00 |
|
ocornut
|
e8cda61bc1
|
WIP - Main code for ImGuiBackendFlags_RendererHasTextures feature.
|
2025-03-31 14:53:54 +02:00 |
|
ocornut
|
889b03b320
|
WIP (Breaking) added ImTextureRef struct.
Softly breaking. May require support from language binding generator.
Rebased and reworked completely on 2025/03/19.
|
2025-03-31 14:53:54 +02:00 |
|
ocornut
|
df5690d91a
|
Merge branch 'master' into docking
build / Linux (push) Waiting to run
build / Emscripten (push) Waiting to run
build / Windows (push) Waiting to run
build / MacOS (push) Waiting to run
build / iOS (push) Waiting to run
build / Android (push) Waiting to run
# Conflicts:
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# imgui.cpp
|
2025-03-30 16:42:28 +02:00 |
|
tanksdude
|
f5003aff69
|
Docs: Fix some typos (#8505)
|
2025-03-21 16:23:09 +01:00 |
|
ocornut
|
790f2b9a7a
|
Merge branch 'master' into docking
|
2025-03-19 17:54:42 +01:00 |
|
ocornut
|
0ecb2bbe74
|
Version 1.92.0 WIP
|
2025-03-19 17:45:20 +01:00 |
|
ocornut
|
4806a1924f
|
Merge branch 'master' into docking
|
2025-03-17 20:18:29 +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
|
126d004f9e
|
Merge branch 'master' into docking
|
2025-03-14 17:15:03 +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 |
|
ocornut
|
6972b6c380
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_win32.cpp
|
2025-03-10 20:02:36 +01:00 |
|
fdsa
|
3c3d943fb1
|
Docs: Fix some typos (#8473)
|
2025-03-09 16:42:16 +01:00 |
|
ocornut
|
19d060cc26
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2025-03-05 20:33:16 +01:00 |
|
ocornut
|
fcec08f7ae
|
Demo: (Refactor) Moved ExampleTreeNode contents below ShowDemoWindow() so main entry point is more visible to casual reader.
|
2025-03-05 13:39:48 +01:00 |
|
ocornut
|
324172fb1f
|
Demo: (Refactor) Moved DemoWindowWidgets() below the functions it calls, reducing amount of forward declarations.
|
2025-03-05 13:35:14 +01:00 |
|
ocornut
|
935938bbd9
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
|
2025-03-03 18:57:42 +01:00 |
|
ocornut
|
71b160cdbb
|
Demo: (Refactor) Moved code into DemoWindowWidgetsDisableBlocks() section.
|
2025-03-03 18:56:21 +01:00 |
|
ocornut
|
7a919e80c9
|
Demo: (Refactor) Moved code into DemoWindowWidgetsQueryingStatuses() section.
|
2025-03-03 18:54:02 +01:00 |
|
ocornut
|
0758594bd2
|
Demo: (Refactor) Moved code into DemoWindowWidgetsDragAndDrop() section.
|
2025-03-03 18:54:01 +01:00 |
|
ocornut
|
9b486e47fe
|
Demo: (Refactor) Moved code into DemoWindowWidgetsDragsAndSliders(), DemoWindowWidgetsMultiComponents(), DemoWindowWidgetsVerticalSliders() sections.
|
2025-03-03 18:47:11 +01:00 |
|
ocornut
|
caf3faa054
|
Demo: (Refactor) Moved code into DemoWindowWidgetsColorAndPickers() section.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
510a9a77d6
|
Demo: (Refactor) Moved code into DemoWindowWidgetsDataTypes() section.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
4d0c776a80
|
Demo: (Refactor) Moved code into DemoWindowWidgetsPlotting(), DemoWindowWidgetsProgressBars(), DemoWindowWidgetsTabs() sections.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
4450d61ac2
|
Demo: (Refactor) Moved code into DemoWindowWidgetsSelectables(), DemoWindowWidgetsTextFilter(), DemoWindowWidgetsTextInputs() sections.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
22baec494b
|
Demo: (Refactor) Moved code into DemoWindowWidgetsComboBoxes(), DemoWindowWidgetsImages(), DemoWindowWidgetsListBoxes() sections.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
94877a137d
|
Demo: (Refactor) Moved code into DemoWindowWidgetsBullets(), DemoWindowWidgetsCollapsingHeaders(), DemoWindowWidgetsCollapsingText() sections.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
de3f68a233
|
Demo: (Refactor) Moved code into DemoWindowWidgetsTooltips(), DemoWindowWidgetsTreeNodes() sections.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
b2c55c9db5
|
Demo: (Refactor) Moved code into DemoWindowWidgetsBasic() section.
|
2025-03-03 18:46:44 +01:00 |
|
ocornut
|
eefd2da0f6
|
Demo: (Refactor) Added new empty sections.. Renamed existing helper functions.
|
2025-03-03 18:46:43 +01:00 |
|
ocornut
|
15b96fd051
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui_internal.h
|
2025-02-27 22:01:51 +01:00 |
|
ocornut
|
494ea57b65
|
Image: removed 'tint_col', 'border_col' parameters from Image(). Added ImageWithBg(). Added style.ImageBorderSize, ImGuiStyleVar_ImageBorderSize. (#8131, #8238)
Displaying a black background behind Font Atlas texture.
|
2025-02-27 21:48:24 +01:00 |
|
ocornut
|
773060155f
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_glfw.h
# backends/imgui_impl_opengl3.cpp
# backends/imgui_impl_osx.h
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_win32.cpp
# imgui.cpp
|
2025-02-21 19:56:20 +01:00 |
|
ocornut
|
eec097fe35
|
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
Amend 8a35386
|
2025-02-18 18:52:08 +01:00 |
|
ocornut
|
8a35386ba7
|
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
2025-02-18 18:40:47 +01:00 |
|
ocornut
|
71d39a4634
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# imgui.cpp
# imgui_internal.h
|
2025-02-12 19:17:48 +01:00 |
|
ocornut
|
ef7ffaff74
|
Styles, Tabs: (Breaking) Renamed TabMinWidthForCloseButton to TabCloseButtonMinWidthUnselected. Added TabCloseButtonMinWidthSelected. (#8387)
|
2025-02-12 15:46:17 +01:00 |
|
fdsa
|
6916f935eb
|
InputText: Allow CTRL+Shift+Z to redo even outside of OSX. (#8389)
|
2025-02-12 14:25:38 +01:00 |
|
ocornut
|
a18622c369
|
TextLinkOpenURL(): fixed default Win32 io.PlatformOpenInShellFn handler to handle UTF-8 regardless of system regional settings. (#7660)
|
2025-02-10 12:02:01 +01:00 |
|
ocornut
|
2206e31e54
|
Demo: Combos: demonstrate a very simple way to add a filter to a combo. (#718)
|
2025-02-10 11:38:17 +01:00 |
|
ocornut
|
8679cfa2d8
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_glfw.h
# examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj
# imgui.cpp
|
2025-02-07 18:27:32 +01:00 |
|
ocornut
|
4982602f6f
|
Windows, Style: Added style.WindowBorderHoverPadding setting to configure inner/outer padding applied to hit-testing of windows borders.
Amend 3c7177c6 , 59f3c4fc2 , ae7f833c6 .
Could be latched inside windows to be multi-dpi friendly, but likely won't matter soon.
|
2025-02-07 18:16:04 +01:00 |
|
fdsa
|
4f1d3809c3
|
Fixed tabs and spaces (#8377)
|
2025-02-06 19:54:43 +01:00 |
|
ocornut
|
d80347613a
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_metal.mm
# imgui.cpp
# imgui_internal.h
|
2025-02-03 18:42:24 +01:00 |
|