Commit History

Author SHA1 Message Date
  ocornut cb16568fca Version 1.91.3 9 months ago
  ocornut 30c29d291f Error Handling: enabled experimental recovery systems. (#1651, #5654) 10 months ago
  ocornut faca859043 Version 1.91.3 WIP 10 months ago
  ocornut a9f72ab681 Version 1.91.2 10 months ago
  ocornut e648dbb59d Tables: fixed auto-width columns when using synced-instances of same table. (#7218) 10 months ago
  ocornut 71714eab53 Tables: fixed assertion related to inconsistent outer clipping when sizes are not rounded. (#7957) 10 months ago
  ocornut 11fba027e5 Tables: using table->InnerClipRect more consistently. Fixes an assertion with tables with borders when clipped by parent. (#6765, #3752, #7428) 10 months ago
  ocornut dab63231d8 Misc: Made it accepted to call SetMouseCursor() with any out-of-bound value, as a way to allow hacking in custom cursors if desirable. 10 months ago
  ocornut 193c1e2366 Version 1.91.2 WIP 10 months ago
  ocornut 1dfbb100d6 Version 1.91.1 10 months ago
  ocornut f75cf62d2f Tables: fixed resizing columns when using multiple synched instances that are layed out at different X positions. (#7933) 10 months ago
  ocornut 8dd33839f0 Tables: fixed an issue detecting hovering column/row when using multiple synched instances layed out at different X positions. (#7933) 10 months ago
  ocornut 722a2a12fb Tables: comments. (#7937) 10 months ago
  ocornut 864a2bf6b8 Tables: another attempt at making contents not overlap the bottom and right border in a scrolling table. (#6765, #3752, #7428) 11 months ago
  ocornut a131c3e611 Tables: revert a34071876 extending outer bottom/right border by 1, this is not the right solution. (#6765, #3752) 11 months ago
  ocornut 0b9adc2c79 BeginChild: (BREAKING) renamed ImGuiChildFlags_Border to ImGuiChildFlags_Borders. 11 months ago
  ocornut dcf54782d4 Version 1.91.WIP 1 year ago
  ocornut 8199457a7d Version 1.91.0 1 year ago
  ocornut 249d5caedb Tables: storing LastFrozenHeight for frozen requests that don't have actual freezing due to zero scrolling. (#7821, #5143) 1 year ago
  ocornut 4247f190c2 Demo: Property Editor: rearrange code + replace use of bool to proper ImGuiChildFlags. 1 year ago
  ocornut 0de88a928d Added ImGuiItemFlags_AutoClosePopups as a replacement for internal's ImGuiItemFlags_SelectableDontClosePopup. (#1379, #1468, #2200, #4936, #5216, #7302, #7573) 1 year ago
  ocornut 0f63d3e916 Internals: added FontScale storage. 1 year ago
  ocornut 84cc72f372 Version 1.91.0 WIP 1 year ago
  ocornut cb16be3a3f Version 1.90.9 1 year ago
  ocornut 7260bb51cf Version 1.90.9 WIP 1 year ago
  ocornut 6f7b5d0ee2 Version 1.90.8 1 year ago
  ocornut a31aa683ff Tables: fixed an issue where ideal size reported to parent container wouldn't correctly take account of inner scrollbar. (#7651) 1 year ago
  ocornut 68a05e3f04 Tables: fixed a bug where after disabling the ScrollY flag for a table, previous scrollbar width would be accounted for. (#5920) 1 year ago
  ocornut 51823d117d Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch() 1 year ago
  ocornut 1f9fc382c3 Version 1.90.8 WIP 1 year ago