commit | f36a03c317a97da95fba9287afff64c8548f3620 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Mar 06 14:22:38 2024 +0100 |
committer | ocornut <omarcornut@gmail.com> | Thu Jul 18 18:19:19 2024 +0200 |
tree | 5ab02b41cf93f26d2f8437b0c06bbf585efdd409 | |
parent | b13a78e6b2d19773d5cf6f1006de7bc0f4bed42c [diff] |
MultiSelect: (Breaking) merge ImGuiSelectionRequestType_Clear and ImGuiSelectionRequestType_SelectAll into ImGuiSelectionRequestType_SetAll., rename ImGuiSelectionRequest::RangeSelected to Selected. The reasoning is that it makes it easier/faster to write an adhoc ImGuiMultiSelectIO handler (e.g. trying to apply multi-select to checkboxes)