Commit History

Author SHA1 Message Date
  ocornut 8199457a7d Version 1.91.0 1 year ago
  ocornut 1b44e40444 Demo: re-use tree data. Fix property editor vertical alignment. Tweak recent memory allocation monitor. 1 year ago
  ocornut ce3a8d7c79 Demo: MultiSelect: added tree demo. (#6990, #3823, #1861) 1 year ago
  ocornut b847c41437 MultiSelect: BoxSelect: fixed using in frozen table. (#7821, #5143) + added Demo. 1 year ago
  Rémi Hérilier c7b9256097 Selectable: added ImGuiSelectableFlags_Highlight flag to highlight items independently from the hovered state. (#7820) 1 year ago
  ocornut aad86b8756 Obsoleted GetWindowContentRegionMin() and GetWindowContentRegionMax(). 1 year ago
  ocornut 605c8d7110 Demo: Property Editor: using ImGuiChildFlags_NavFlattened now that a bug is fixed. Fixed static analyzer. 1 year ago
  ocornut c3dca77a19 Demo: rework Property Editor. 1 year ago
  Thomas Stehle da36336321 TabBar, Style: added style option for the size of the Tab-Bar Overline (#7804) 1 year ago
  ocornut 168ef39984 Demo: moved menu bar code to its own function. 1 year ago
  ocornut 57eea6746e Demo: moved some fields inside a struct. 1 year ago
  ocornut 2546d0a0db Demo: moved ExampleTreeNode, ExampleMemberInfo above in the demo file. Tidying up index. 1 year ago
  ocornut 2688562fd2 MultiSelect: Better document how TreeNode() is not trivially usable yet. 1 year ago
  ocornut 7d4de84ee3 MultiSelect: added courtesy ImGuiMultiSelectFlags_NavWrapX flag so we can demo this until a nav api is designed. 1 year ago
  ocornut 3f34c83bc6 MultiSelect: added ImGuiMultiSelectFlags_NoAutoClearOnReselect + tweak flags comments. (#7424) 1 year ago
  ocornut a8a1f29512 MultiSelect: (breaking) renamed ImGuiMultiSelectFlags_BoxSelect -> ImGuiMultiSelectFlags_BoxSelect2d. Which include not assuming one flag imply the other. 1 year ago
  ocornut 3ac367ff41 MultiSelect: ImGuiSelectionBasicStorage: (breaking) rework GetNextSelectedItem() api to avoid ambiguity/failure when user uses a zero id. 1 year ago
  ocornut f472f17054 Demo: Assets Browser: added a way to disable sorting and hide sorting options. 1 year ago
  ocornut e1fd25051e MultiSelect: ImGuiSelectionBasicStorage: added GetNextSelectedItem() to abstract selection storage from user. Amend Assets Browser demo to handle drag and drop correctly. 1 year ago
  ocornut db4898cb91 MultiSelect: added ImGuiSelectionExternalStorage helper. Simplify bool demo. 1 year ago
  ocornut c94cf6f01f MultiSelect: added ImGuiSelectionBasicStorage::GetStorageIdFromIndex() indirection to be easier on the reader. 1 year ago
  ocornut ab995d3d4f MultiSelect: (breaking) Added 'items_count' parameter to BeginMultiSelect(). Will enable extra features, and remove equivalent param from ImGuiSelectionBasicStorage::ApplyRequests(. 1 year ago
  ocornut 443b034895 MultiSelect: mark parent child window as navigable into, with highlight. Assume user will always submit interactive items. 1 year ago
  ocornut f6b5caf82c MultiSelect: (breaking) renamed ImGuiMultiSelectFlags_BoxSelect -> ImGuiMultiSelectFlags_BoxSelect1d, ImGuiMultiSelectFlags_BoxSelect2d -> ImGuiMultiSelectFlags_BoxSelect. 1 year ago
  ocornut 7bbbbea200 MultiSelect: Box-Select: fixes for checkboxes support. Comments. 1 year ago
  ocornut 2f56df4839 MultiSelect: (breaking) renamed ImGuiSelectionBasicStorage::AdapterData to UserData. 1 year ago
  ocornut 9435a3185a RangeSelect/MultiSelect: (Breaking) Added current_selection_size to BeginMultiSelect(). 1 year ago
  ocornut 955210ae5b MultiSelect: Demo: use Shortcut(). 1 year ago
  ocornut e7a734f78d MultiSelect: added ImGuiMultiSelectFlags_NoAutoSelect, ImGuiMultiSelectFlags_NoAutoClear features + added Checkbox Demo 1 year ago
  ocornut a639346fba MultiSelect: Demo: make various child windows resizable, with synched heights for the dual list box demo. 1 year ago