Commit History

作者 SHA1 備註 提交日期
  ocornut 7c44d067e8 Tables: Fix invalid data in TableGetSortSpecs() when SpecsDirty flag is unset. (#4233) 4 年之前
  ocornut 6ee398ac2b Tables: Added ImGuiTableColumnFlags_Disabled acting a master disable over (hidden from user/context menu). (#3935, #3740) 4 年之前
  ocornut b918751ff4 Tables: Clarified that TableSetColumnEnabled() requires the table to use the ImGuiTableFlags_Hideable flag. (#3935) 4 年之前
  ocornut 642426c15b Tables: Fix columns order on TableSetupScrollFreeze() if previous data got frozen columns out of their section. 4 年之前
  ocornut 2887a6e07d Tables: made TableUpdateBorders() use IsVisibleX flag. comments. 4 年之前
  ocornut 1b4323a1b4 Tables: Added ImGuiTableColumnFlags_NoHeaderLabel to request TableHeadersRow() to not submit label for a column. (#4206) 4 年之前
  ocornut 94b680e830 Internals: fixed ImPool:: iteration, rename GetBufSize to GetMapSize. Amend c6c82b9f 4 年之前
  ocornut c6c82b9f1d Internals: fixed iterating ImPool, fix after use of TableRemove() (was only used by TestEngine) 4 年之前
  ocornut e31d13fa76 Version 1.84 WIP 4 年之前
  ocornut ad5d1a8429 Version 1.83 4 年之前
  ocornut 4ce6bd8cff Tables: sharing splitter and sort buffers between tables, reducing memory footprints. (#3740) 4 年之前
  ocornut 32c453ae53 Tables: sharing transient buffers between tables, reducing memory footprints. (#3740) 4 年之前
  ocornut 89162a04f4 Fixes for PVS Studio and MSVC static analyzers. Using a macro to suppress single-use MSVC false positives. (#3938, #4073) 4 年之前
  ocornut d28535f351 Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified. 4 年之前
  ocornut 770f9daab3 Tables: Better preserve column data (mainly widths) when columns count changes. (#4046) + .ini skips columns with no data. 4 年之前
  ocornut aa5431fde2 Tables: Expose TableSetColumnEnabled() in public api. (#3935) 4 年之前
  ocornut 61a0908713 Tables comments + Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to workaround/fix state restoring issues. . (#3857) 4 年之前
  ocornut 412d6f7efe Fixes zealous MSVC static analyzers warnings (#3938) 4 年之前
  ocornut a1a39c632a Version 1.83 WIP 4 年之前
  ANF-Studios ebe6ac5fb5 Improvements to minor mistakes in documentation comments (#3923) 4 年之前
  ocornut 35b1148efb Version 1.82 4 年之前
  Rokas Kupstys c2d6d26139 ImDrawList: upgraded AddRect(), AddRectFilled(), PathRect() to use general ImDrawFlags instead of ImDrawCornersFlags 4 年之前
  ocornut d8c88bd943 Tables: Fixed unaligned accesses when using TableSetBgColor(ImGuiTableBgTarget_CellBg). (#3872) 4 年之前
  ocornut b47aa46d81 Tables: TableSetupColumn() user id uses ImGuiID as intended (typedef ImU32). internals: added GetCurrentTable(), LeftMostEnabledColumn. Demo/docs tweaks. 4 年之前
  ocornut 30b7545841 Version 1.82 WIP 4 年之前
  ocornut 4df57136e9 Version 1.81 4 年之前
  freddii 90a518c501 Fixed typos (#3782) 4 年之前
  ocornut 929563c3a7 Log/Capture: Fixes for handling \n in strings. Improve the look of various widgets. Added LogSetNextTextDecoration helper. Fixup/amend dbaf74d75. 4 年之前
  ocornut 9d576a96a5 Tables: added internal TableSetColumnEnabled() helper. Comments. 4 年之前
  ocornut 2ed47e5822 Version 1.81 WIP 4 年之前