ocornut
|
c1743eef48
|
Docking: when io.ConfigDockingWithShift is enabled, fixed help tooltip erroneously reading SetNextWindowXXX() data. (#6709, #4643, #7491)
|
2024-04-15 11:43:16 +02:00 |
|
ocornut
|
1db579d458
|
Merge branch 'master' into docking
|
2024-04-11 16:21:56 +02:00 |
|
ocornut
|
231cbee0fc
|
Version 1.90.5
|
2024-04-11 15:54:39 +02:00 |
|
ocornut
|
e7712ff103
|
Out of courtesy/consistency move all the DebugHookIdInfo compares into ifndef block.
|
2024-04-03 10:50:32 +09:00 |
|
ocornut
|
f959c417fe
|
Refactor moving ID stack functions to their own section (part 2)
|
2024-04-03 10:48:32 +09:00 |
|
ocornut
|
0bf134a8e2
|
Refactor moving ID stack functions to their own section.
|
2024-04-03 10:42:57 +09:00 |
|
ocornut
|
9638c2839a
|
Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418)
|
2024-03-27 12:00:50 +09:00 |
|
ocornut
|
742e53434f
|
Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (#7440)
|
2024-03-27 11:36:57 +09:00 |
|
cfillion
|
515b437c08
|
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710)
|
2024-03-27 11:24:07 +09:00 |
|
cfillion
|
976dc23965
|
Windows: extend outer resize borders to the edges when there are no corner grips. (#7440, #1710)
|
2024-03-27 11:01:14 +09:00 |
|
cfillion
|
cf4c10bef7
|
Style: added ImGuiStyleVar_TabBorderSize, ImGuiStyleVar_TableAngledHeadersAngle. (#7411)
|
2024-03-26 14:38:38 +09:00 |
|
ocornut
|
085781f5ca
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-03-18 22:52:40 -07:00 |
|
cfillion
|
868facff9d
|
ImDrawList: (Breaking) merge float radius_x/radius_y parameters into ImVec2 radius in PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743, #7417)
|
2024-03-18 22:50:47 -07:00 |
|
ocornut
|
40df3db1a2
|
Tweaking terminology
|
2024-03-17 19:46:12 +09:00 |
|
ocornut
|
3c435c0297
|
Inputs: (Breaking) More formally obsoleted GetKeyIndex() when IMGUI_DISABLE_OBSOLETE_FUNCTIONS is set. (#4921)
|
2024-03-08 12:16:24 +01:00 |
|
ocornut
|
286cd5bd41
|
Internals, InputText: removed ImGuiInputSource_Clipboard. (#4005)
Added by f08566b4d
|
2024-03-07 15:02:38 +01:00 |
|
ocornut
|
fd75685fb0
|
Merge branch 'master' into docking
|
2024-03-05 18:12:11 +01:00 |
|
ocornut
|
65dc67f63c
|
Windows: Double-click to collapse may be disabled via key-ownership mechanism. (#7369)
|
2024-03-05 17:34:34 +01:00 |
|
ocornut
|
04f40014a6
|
Docs: added a mini wiki index in main source files.
|
2024-02-29 15:17:08 +01:00 |
|
ocornut
|
0573513d6d
|
Windows: Scrollbar visibility decision uses current size when both size and contents size are submitted by API. (#7252)
|
2024-02-28 17:09:20 +01:00 |
|
ocornut
|
44c7dfca03
|
Menus, Popup: Amend c3f8f4d for static analyzer warning ("condition always true"). (#7325)
|
2024-02-27 19:42:20 +01:00 |
|
ocornut
|
1a487165b1
|
Merge branch 'master' into docking
|
2024-02-27 18:44:51 +01:00 |
|
ocornut
|
c3f8f4de25
|
Menus, Popups: Fixed an issue where sibling menu popups re-opening in successive frames would erroneously close the window. (#7325, #7287, #7063)
Amend 014e0ac8
|
2024-02-27 18:36:46 +01:00 |
|
ocornut
|
9877941775
|
Popups, Menus: rename ImGuiPopupData::BackupNavWindow > RestoreNavWindow and minor tweaks. Should be functionally a no-op.
This is expected to clear the noise so next commit can be cleared to read. (#7325)
Last renamed in b3ea01d86
|
2024-02-27 17:56:51 +01:00 |
|
ocornut
|
e46d1e69ac
|
Version 1.90.5 WIP
|
2024-02-26 13:31:10 +01:00 |
|
ocornut
|
c6aa051629
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-02-22 20:01:46 +01:00 |
|
ocornut
|
277ae93c41
|
Version 1.90.4
|
2024-02-22 19:56:39 +01:00 |
|
ocornut
|
f5be90523d
|
Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag.
Amend/fix 13d91ff 3a078466
|
2024-02-22 19:43:03 +01:00 |
|
ocornut
|
13d91ff918
|
Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag.
Amend/fix 3a078466a
|
2024-02-22 19:39:10 +01:00 |
|
ocornut
|
34965cf23a
|
Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340)
+ Misc: Added optional alpha multiplier parameter to GetColorU32(ImU32) variant.
|
2024-02-22 14:53:33 +01:00 |
|
ocornut
|
659fb41d0a
|
Debug Tools: moved DebugStartItemPicker() to public API. Added to Demo->Tools menu. (#2673)
|
2024-02-20 17:33:17 +01:00 |
|
ocornut
|
2b662b1ab9
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
|
2024-02-20 15:33:20 +01:00 |
|
ocornut
|
d3f1a7165c
|
Popups: allow Child Popups to be resizable if not explicitly disabling.
|
2024-02-20 15:03:09 +01:00 |
|
ocornut
|
e78ce72eb6
|
Popups: Fixed resizable popup minimum size being too small. Standardized CalcWindowMinSize() logic a bit more. (#73290
Amend e2035a514 , 623bff23ce , 923535240 , etc.
|
2024-02-20 15:00:01 +01:00 |
|
ocornut
|
014e0ac8c9
|
Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. (#7325, #7287, #7063)
Amend 76e09c4b0 . Initial call to ClosePopupToLevel d31fe97f7 (#2880).
See "widgets_menu_reopen_2" in TestSuite.
|
2024-02-20 14:01:24 +01:00 |
|
Tim-Rex
|
9159cd7b4a
|
Updated invalid documentation link (#7331)
|
2024-02-18 12:51:32 +01:00 |
|
cvionis
|
ccc5347e45
|
Fix typos (#7332)
|
2024-02-18 12:50:51 +01:00 |
|
ocornut
|
8a14b71f22
|
Version 1.90.4 WIP
|
2024-02-15 16:51:57 +01:00 |
|
ocornut
|
d79514c407
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_dx9.cpp
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_vulkan.cpp
# imgui.cpp
|
2024-02-14 14:32:17 +01:00 |
|
ocornut
|
5b6f03213d
|
Version 1.90.3
|
2024-02-14 13:58:19 +01:00 |
|
ocornut
|
9dfa2397de
|
Internals: Fixed ImFileOpen not working before context is created. (#7314, #7315)
Amend daf49e9d8
|
2024-02-14 11:02:24 +01:00 |
|
ocornut
|
3af739a2d1
|
Menus, Popups: fixed menus and popups with child window flag erroneously not displaying a scrollbar when contents is over parent viewport size. (#7287, #7063)
Amend f37f6f6
|
2024-02-12 15:21:48 +01:00 |
|
ocornut
|
915c6393ad
|
Version 1.90.3 WIP
|
2024-02-12 14:54:48 +01:00 |
|
ocornut
|
8490a262c4
|
Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. (amends)
|
2024-02-09 17:28:41 +01:00 |
|
ocornut
|
71bcf350bd
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2024-02-09 17:26:45 +01:00 |
|
ocornut
|
536090303a
|
Version 1.90.2
|
2024-02-09 16:59:31 +01:00 |
|
ocornut
|
7b5357d817
|
Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover.
Added ImGuiViewport ID in Master branch.
|
2024-02-09 16:32:26 +01:00 |
|
ocornut
|
30ba3c347c
|
Viewports: Fixed moving accross monitors when io.ConfigWindowsMoveFromTitleBarOnly is set. (#7299, #3071)
|
2024-02-09 15:43:25 +01:00 |
|
ocornut
|
70aa717a8e
|
Combo: Fixed not reusing windows optimally when used inside a popup stack.
|
2024-02-09 15:23:43 +01:00 |
|
ocornut
|
76e09c4b0f
|
ClosePopupsOverWindow(): amend to remove _ChildWindow test.
Said test seems unnecessary and incorrect as we test hierarchy now. See test "nav_ctrl_tab_popups" in ImGuiTestSuite.
|
2024-02-08 17:08:01 +01:00 |
|