ocornut
|
5ea96c15cd
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_win32.cpp
|
2024-07-15 11:21:18 +02:00 |
|
Hugues Evrard
|
6b6026b133
|
DemosFix typo in help text in demo Tables/Borders (#7780)
The help text for flags had a "V" flag duplicated, this change corrects it to the missing "H" flag.
|
2024-07-08 11:43:09 +02:00 |
|
ocornut
|
2d0baaabe6
|
TreeNode: rename/rework ImGuiNavTreeNodeData system to be usable by more features. (#2920, #1131, #7553)
Reworked to it is easier during TreeNode code to request extra data to be stored.
|
2024-07-03 18:59:26 +02:00 |
|
ocornut
|
0a73c6ec3f
|
Misc tweaks, comments.
|
2024-07-03 18:02:59 +02:00 |
|
ocornut
|
3f61da7e8b
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_sdl3.h
# imgui.cpp
# imgui.h
# imgui_internal.h
|
2024-07-02 17:48:38 +02:00 |
|
ocornut
|
5496050f5f
|
Added TextLink(), TextLinkOpenURL() hyperlink widgets. (#7660)
|
2024-07-02 17:21:44 +02:00 |
|
ocornut
|
0250dc903e
|
Demo: changed style editor inline block to its own window.
|
2024-07-02 14:38:44 +02:00 |
|
ocornut
|
84cc72f372
|
Version 1.91.0 WIP
|
2024-07-01 19:02:42 +02:00 |
|
ocornut
|
3369cbd277
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdl3.cpp
|
2024-07-01 17:10:12 +02:00 |
|
ocornut
|
cb16be3a3f
|
Version 1.90.9
|
2024-07-01 17:03:21 +02:00 |
|
ocornut
|
dd5c30d2d7
|
Disabled: Reworked 1.90.8 behavior of Begin() not inheriting current BeginDisabled() state. Only tooltip are clearing that state. (#211, #7640)
|
2024-07-01 14:32:11 +02:00 |
|
Kevin Coghlan
|
372eebbeb2
|
Fix typo, rename ImGuisliderFlags_WrapAround flag to ImGuiSliderFlags_WrapAround. (#7752, #7749)
|
2024-06-28 18:06:16 +02:00 |
|
ocornut
|
138d9d0c21
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_opengl2.cpp
# backends/imgui_impl_opengl3.cpp
|
2024-06-28 16:03:49 +02:00 |
|
ocornut
|
0403096a9d
|
Drags: added ImGuisliderFlags_WrapAround flag for DragInt(), DragFloat() etc. (#7749)
|
2024-06-28 15:59:36 +02:00 |
|
ocornut
|
10a5a857f5
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_win32.cpp
# imgui.h
|
2024-06-26 14:54:01 +02:00 |
|
ocornut
|
aab27130a6
|
Demo: Style Editor: clarify how _CalcCircleAutoSegmentCount() doesn't always get exact final segment count. (#7731)
|
2024-06-24 12:58:11 -07:00 |
|
ocornut
|
7237d3e5c3
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui_demo.cpp
# imgui_internal.h
|
2024-06-21 16:18:22 -07:00 |
|
cfillion
|
755bf2b8c2
|
(Breaking) Move ImGuiWindowFlags_NavFlattened to ImGuiChildFlags_NavFlattened. (#7687)
|
2024-06-21 16:00:57 -07:00 |
|
ocornut
|
e3971079cf
|
IO: added ImGuiConfigFlags_NoKeyboard for consistency and convenience. (#4921)
# Conflicts:
# imgui.h
# imgui_demo.cpp
|
2024-06-21 10:17:44 -07:00 |
|
ocornut
|
3e7f1d42db
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
# imgui.h
# imgui_draw.cpp
|
2024-06-18 17:45:17 -07:00 |
|
ocornut
|
21bda2ed99
|
TabBar, Style: added ImGuiTabBarFlags_DrawSelectedOverline and ImGuiCol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline.
|
2024-06-18 17:41:43 -07:00 |
|
ocornut
|
7260bb51cf
|
Version 1.90.9 WIP
|
2024-06-07 16:57:01 +02:00 |
|
ocornut
|
6d948ab47e
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-06-06 17:52:55 +02:00 |
|
ocornut
|
6f7b5d0ee2
|
Version 1.90.8
|
2024-06-06 17:45:40 +02:00 |
|
ocornut
|
47db0698d2
|
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
|
2024-06-06 16:51:15 +02:00 |
|
ocornut
|
0561d708ba
|
Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654)
|
2024-06-05 15:55:01 +02:00 |
|
ocornut
|
fdc084f532
|
Merge branch 'master' into docking
|
2024-06-03 19:08:37 +02:00 |
|
Rodrigo Rivas Costa
|
e47015aef4
|
Demo: remove incompatible ImGuiInputFlags for Shortcut(). (#7637)
|
2024-05-31 16:30:11 +02:00 |
|
ocornut
|
51823d117d
|
Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch()
Not making ImGuiMouseCursor one because of warnings for non-explicitly handled value (case default: is not enough).
|
2024-05-28 18:09:41 +02:00 |
|
ocornut
|
222dd775fc
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_internal.h
|
2024-05-28 17:11:57 +02:00 |
|
ocornut
|
479c5f62fc
|
Style: make DisplayWindowPadding visible in style editor.
|
2024-05-28 15:47:19 +02:00 |
|
ocornut
|
1f9fc382c3
|
Version 1.90.8 WIP
Tidying up todo.txt
|
2024-05-28 10:09:31 +02:00 |
|
ocornut
|
2db79d0868
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-05-27 15:47:30 +02:00 |
|
ocornut
|
00ad3c65bc
|
Version 1.90.7
|
2024-05-27 15:47:04 +02:00 |
|
ocornut
|
fee0210592
|
Merge branch 'master' into docking
|
2024-05-24 16:09:29 +02:00 |
|
ocornut
|
ce4e210dcb
|
Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456)
|
2024-05-24 16:07:58 +02:00 |
|
ocornut
|
5ce3d29955
|
Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456)
|
2024-05-24 15:44:59 +02:00 |
|
ocornut
|
650cb51bf1
|
Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618)
Amend ef9d525
|
2024-05-24 15:27:48 +02:00 |
|
ocornut
|
ef9d525f02
|
Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog
|
2024-05-24 15:07:43 +02:00 |
|
ocornut
|
374b9a7fb4
|
Demo: Documents: refactor + add Renaming option. (#7233)
|
2024-05-23 21:35:07 +02:00 |
|
ocornut
|
1002cfa6d2
|
Demo, Shortcut(): amend Shortcuts demo. (#456)
|
2024-05-23 18:12:42 +02:00 |
|
ocornut
|
5ecef2f321
|
Merge branch 'master' into docking
# Conflicts:
# examples/example_win32_directx10/main.cpp
# examples/example_win32_directx11/main.cpp
# examples/example_win32_directx12/main.cpp
# imgui.cpp
|
2024-05-23 17:25:02 +02:00 |
|
ocornut
|
c06e6340cd
|
Shortcuts: added ImGuiInputFlags_Tooltip. (#456)
|
2024-05-23 16:58:14 +02:00 |
|
ocornut
|
197f8904fe
|
Shortcuts, Nav: make SetNextItemShortcut() work when another item is active. Made NavCalcPreferredRefPos() take account for remote activation. (#456)
Unsure why filter in ItemHandleShortcut(), will probably find out soon enough.
|
2024-05-23 16:57:19 +02:00 |
|
ocornut
|
dc5caa483c
|
Demo: added "Shortcuts" section. (#456, #2637)
|
2024-05-23 16:57:19 +02:00 |
|
ocornut
|
9ebab255d2
|
Docking: *BREAKING* changed signature of DockSpaceOverViewport() to allow passing an explicit dockspace id if desired. (#7611)
|
2024-05-21 19:00:25 +02:00 |
|
ocornut
|
b39fc84f89
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-05-16 19:57:04 +02:00 |
|
ocornut
|
7747106647
|
Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456)
|
2024-05-16 19:16:55 +02:00 |
|
ocornut
|
eabe98f6d5
|
Merge branch 'master' into docking (incl merge moved CurrentDpiScale field)
# Conflicts:
# backends/imgui_impl_osx.mm
# backends/imgui_impl_win32.cpp
# imgui.cpp
|
2024-05-14 16:29:06 +02:00 |
|
ocornut
|
5e23680454
|
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
2024-05-13 15:07:13 +02:00 |
|