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
|
7c2476986b
|
Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735)
|
2024-06-26 14:45:25 +02:00 |
|
ocornut
|
32f9dfc126
|
Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends.
|
2024-06-26 14:32:48 +02:00 |
|
ocornut
|
eb1cc4b8b4
|
Metrics/Debugger: Browsing a Storage perform hover lookup on identifier.
|
2024-06-26 12:17:22 +02:00 |
|
Martin Ejdestig
|
a18fb406ac
|
Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854)
|
2024-06-24 13:09:00 -07: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 |
|
Gary Geng
|
48e7e7bfe8
|
Backends: SDL3: Follow SDL3 removal of keysym field in SDL_KeyboardEvent (#7729)
|
2024-06-23 15:26:52 -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
|
2c8cc58fd1
|
Internals: storing HoveredWindowBeforeClear for use by multi-context compositor drag and drop propagation.
# Conflicts:
# imgui.cpp
# imgui_internal.h
|
2024-06-21 14:46:07 -07:00 |
|
ocornut
|
7f20a4b041
|
Nav: CTRL+Tab overlay display context name if any.
|
2024-06-21 10:17:55 -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
|
8067d05f74
|
IO: added ClearInputMouse(). made ClearInputKeys() not clear mouse data. (#4921)
Amend 6aa408c6a
|
2024-06-21 10:16:54 -07:00 |
|
ocornut
|
66ed89b0ca
|
Docking: mark window payload as not cross-context.
|
2024-06-20 17:48:54 -07:00 |
|
ocornut
|
e863f89d39
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-06-20 17:47:22 -07:00 |
|
ocornut
|
21581cf70c
|
Fixed build warning.
|
2024-06-20 17:45:09 -07:00 |
|
ocornut
|
416cfdb99d
|
Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from the HWND.
Allowing WndProc dispatch to work in multi-context setups.
|
2024-06-20 17:44:19 -07:00 |
|
ocornut
|
3acb869a95
|
Backends: Win32: avoid skipping DefWindowProc() on WM_CLOSE.
Mostly because I don't have a trace of why I did it this way, even in viewport branch history.
|
2024-06-20 17:42:46 -07:00 |
|
ocornut
|
7e7c97ac5f
|
Ignore .ini file with other suffixes.
|
2024-06-20 14:34:46 -07:00 |
|
ocornut
|
77d9f80754
|
Drag and Drop: Added ImGuiDragDropFlags_PayloadNoCrossContext and ImGuiDragDropFlags_PayloadNoCrossProcess flags.
|
2024-06-20 11:37:10 -07:00 |
|
ocornut
|
8c318dc770
|
Drag and Drop: (Breaking) renamed ImGuiDragDropFlags_SourceAutoExpirePayload to ImGuiDragDropFlags_PayloadAutoExpire. (#1725, #143)
|
2024-06-20 11:36:45 -07:00 |
|
ocornut
|
50709454b3
|
Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern assume a mouse button being pressed. (#143)
|
2024-06-19 19:08:20 -07:00 |
|
ocornut
|
413c056359
|
Drag and Drop: comments, debug log entries.
|
2024-06-19 18:01:31 -07:00 |
|
ocornut
|
37c243bb35
|
Internals: added ImGuiContext::ContextName optionally used by debug log and to facilitate debugging.
|
2024-06-19 17:55:43 -07:00 |
|
ocornut
|
8c517fee35
|
Drag and Drop: Fixes an issue when elapsing payload would be based on last payload frame instead of last drag source frame.
|
2024-06-19 14:42:27 -07:00 |
|
ocornut
|
32a037c030
|
Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern. (#143)
Amend 0c6e260f7
|
2024-06-19 13:37:10 -07:00 |
|
ocornut
|
2ebb4e931d
|
TabBar, Style, Docking: amend 21bda2e for docking branch.
|
2024-06-18 17:47:22 -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
|
1b9593e889
|
Style: (Breaking) renamed ImGuiCol_TabActive -> ImGuiCol_TabSelected, ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected.
Amend #261, #351
|
2024-06-18 17:37:29 -07:00 |
|
bcsanches
|
64a82d73c9
|
Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702)
|
2024-06-18 09:45:24 -07:00 |
|
ocornut
|
b902fa4c44
|
IO: do not disable io.ConfigWindowsResizeFromEdges when ImGuiBackendFlags_HasMouseCursors is not set by backend.
Amend 42bf149ac
|
2024-06-11 14:15:13 +02:00 |
|
ocornut
|
8caf7afbad
|
Internals: made ImLowerBound() accessible in internals + take a span. + rearrange child/popup/tooltips section.
Because upcoming rework of ImGuiSelectionBasicStorage will want to do a lower bound on a span.
|
2024-06-11 11:52:51 +02:00 |
|
ocornut
|
22d65c7949
|
Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to ImGuiStoragePair (simpler for many languages).
|
2024-06-10 19:33:06 +02:00 |
|
ocornut
|
7538ca6f40
|
Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671)
|
2024-06-10 15:04:40 +02:00 |
|
ocornut
|
a47bfb1b5b
|
Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671)
|
2024-06-10 15:02:43 +02:00 |
|
ocornut
|
d46a0aa069
|
Internals: renamed HoveredIdDisabled to HoveredIdIsDisabled for consistency.
|
2024-06-10 13:59:46 +02: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
|
67d886fd63
|
Removed ImGuiButtonFlags_MouseButtonDefault_.
|
2024-06-06 17:25:16 +02:00 |
|
ocornut
|
2a418f054d
|
InputText: reordered all flags. (ABI breaking)
|
2024-06-06 17:23:56 +02:00 |
|
ocornut
|
f1eaf8d7c0
|
Internals: added SetNextItemRefVal(). (#7305)
|
2024-06-06 17:01:02 +02:00 |
|
ocornut
|
47db0698d2
|
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
|
2024-06-06 16:51:15 +02:00 |
|
ocornut
|
3460014e05
|
Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets.
|
2024-06-06 16:50:32 +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 |
|
Kenneth Rapp
|
219c6adc58
|
Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658)
|
2024-06-05 14:50:24 +02:00 |
|
jungnitz
|
b95b2b4574
|
Fixed (harmless) incorrect order of arguments in IsKeyChordPressed (#7657)
|
2024-06-05 14:45:36 +02:00 |
|
korenkonder
|
209edcc247
|
Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456)
Amend 85513de24
|
2024-06-04 17:29:59 +02:00 |
|
ocornut
|
fdc084f532
|
Merge branch 'master' into docking
|
2024-06-03 19:08:37 +02:00 |
|