ocornut
|
d2f208a30c
|
MultiSelect: made SetNextItemSelectionData() optional to allow disjoint selection (e.g. with a CollapsingHeader between items). Amend demo.
|
2024-07-18 18:19:13 +02:00 |
|
ocornut
|
815c61b82e
|
MultiSelect: Fixed needing to set RangeSrcPassedBy when not using clipper.
|
2024-07-18 18:19:13 +02:00 |
|
ocornut
|
78cb1661cb
|
MultiSelect: Shallow tweaks/refactors.
Including moving IsFocused back internally for now.
|
2024-07-18 18:19:13 +02:00 |
|
ocornut
|
35bbadcf0c
|
MultiSelect: Added ImGuiMultiSelectFlags_ClearOnClickWindowVoid. + Demo: showcase multiple selection scopes in same window.
|
2024-07-18 18:19:13 +02:00 |
|
ocornut
|
b91ae122e1
|
MultiSelect: Demo: Added pointer indirection and indent level.
This is to reduce noise for upcoming commits, ahead of adding a loop here.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
19086c1c48
|
MultiSelect: Added ImGuiMultiSelectFlags_ClearOnEscape (unsure of best design), expose IsFocused for custom shortcuts.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
919cac1482
|
MultiSelect: Demo: Add a simpler version.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
ad5d3c9bff
|
MultiSelect: Fixed issue with Ctrl+click on TreeNode + amend demo to test drag and drop.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
b9721c1ed7
|
MultiSelect: Temporary fix/work-around for child/popup to not inherit MultiSelectEnabled flag, until we make mulit-select data stackable.
|
2024-07-18 18:19:12 +02:00 |
|
omar
|
3ba3f0d905
|
MultiSelect: Fix Selectable() ambiguous return value, clarify need to use IsItemToggledSelection().
|
2024-07-18 18:19:12 +02:00 |
|
omar
|
0479b188d0
|
MultiSelect: Comments. Tweak demo.
|
2024-07-18 18:19:12 +02:00 |
|
omar
|
9aeebd24f7
|
MultiSelect: Fixed CTRL+A not testing focus scope id. Fixed CTRL+A not testing active id. Added demo code.
Comments.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
7abda179af
|
MultiSelect: Fix for TreeNode following merge of 011d4755 . Demo: basic test for tree nodes.
|
2024-07-18 18:19:12 +02:00 |
|
omar
|
4afbfd5e71
|
MultiSelect: Renamed SetNextItemMultiSelectData() to SetNextItemSelectionUserData()
|
2024-07-18 18:19:12 +02:00 |
|
omar
|
17c4c2154a
|
MultiSelect: Demo sharing selection helper code. Fixed static analyzer warnings.
|
2024-07-18 18:19:12 +02:00 |
|
ocornut
|
8947c35fa1
|
MultiSelect: Removed SelectableSpacing as I'm not sure it is of use for now (history insert)
|
2024-07-18 18:19:11 +02:00 |
|
omar
|
554db6bc0f
|
MultiSelect: WIP range-select (#1861) (rebased six millions times)
|
2024-07-18 18:19:11 +02:00 |
|
ocornut
|
74a1854db9
|
Nav, Demo: comments.
|
2024-07-17 17:03:22 +02:00 |
|
ocornut
|
67e9aa4d3d
|
Demo: Property Editor: add basic filter.
|
2024-07-17 14:01:02 +02:00 |
|
ocornut
|
4247f190c2
|
Demo: Property Editor: rearrange code + replace use of bool to proper ImGuiChildFlags.
Amend 46691d1
|
2024-07-17 13:52:30 +02:00 |
|
ocornut
|
0e4dcfa552
|
Obsoleted PushTabStop()/PopTabStop() in favor of using new PushItemFlag()/PopItemFlag() with ImGuiItemFlags_NoTabStop.
|
2024-07-15 18:57:46 +02:00 |
|
ocornut
|
b4ca869c40
|
(Breaking) Obsoleted PushButtonRepeat()/PopButtonRepeat() in favor of using new PushItemFlag()/PopItemFlag() with ImGuiItemFlags_ButtonRepeat.
|
2024-07-15 18:38:18 +02:00 |
|
ocornut
|
7e0800e718
|
Added PushItemFlag(), PopItemFlag(), ImGuiItemFlags.
|
2024-07-15 18:38:18 +02:00 |
|
ocornut
|
46691d172e
|
Demo: Reworked "Property Editor" demo in a manner that more ressemble the tree data and struct description data that a real application would want to use.
|
2024-07-15 17:14:01 +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
|
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
|
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
|
0403096a9d
|
Drags: added ImGuisliderFlags_WrapAround flag for DragInt(), DragFloat() etc. (#7749)
|
2024-06-28 15:59:36 +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 |
|
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
|
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
|
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 |
|
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
|
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
|
00ad3c65bc
|
Version 1.90.7
|
2024-05-27 15:47:04 +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 |
|