Commit History

Author SHA1 Message Date
  omar fcdfde2bc6 Tables: Extracted border size into a named variable. 5 years ago
  omar 03c8bfaf23 Tables: Removed extra +1.0f pixels initially allocated to make right-most column visible, fix visible padding asymmetry. Tweaked debug code in demo. 5 years ago
  omar 745d8cdb49 Tables: Made TableHeader() responsible for opening per-column context menu to move responsibility away from TableAutoHeaders(). 5 years ago
  ocornut 27e779b3ef Tables: Removed dubious window->SkipItem assignment in TableAutoHeaders(). 5 years ago
  ocornut 7ca70dcb81 Tables: Using same seed ID regardless of when using a child window or not. 5 years ago
  ocornut 798aed729a Tables: Added TableGetHoveredColumn(), extracted some context menu code out, simplifying TableAutoHeaders() toward aim of it being a user-land function. 5 years ago
  ocornut 4c4882ffe4 Tables: Fixed channel merge when resizing columns with headers. Disable unnecessary and broken merge when using _NoClipX. 5 years ago
  omar 8530b6af3d Tables: Not flagging whole column as SkipItems based on clipping visibility (breaks layout) 5 years ago
  omar 363eae94e6 Tables: Further fix #3293, #3163 + fixed for row unfreezing border not always showing due to unset clip rect. 5 years ago
  omar b741639468 Tables: Fix rendering of row bg and line separators (#3293, broken by fixes #3163, code was accidently relying on SetCurrentChannel not updating rectangle) 5 years ago
  ocornut 58411f27cb Tables: Avoid TableGetSortSpecs() having a side-effect on sort specs sanitization. 5 years ago
  ocornut dc915c86ca Tables: Fixed a manual resize path not marking settings as dirty, TableSortSpecsSanitize() doesn't need to test table->IsInitializing 5 years ago
  Rokas Kupstys 8690d1f9ce Tables: Fix sort specs sometimes incorrectly reporting sort spec count when table loses _MultiSortable flag during runtime. 5 years ago
  ocornut af992d1321 Tables: Tweak settings functions to more prominently clarify the two levels of function. 5 years ago
  omar 7513842284 Tables: Fix assert/crash when a visible column is clipped in a multi clip group situation. 5 years ago
  omar e41fc7b5b0 Tables: Fix TableDrawMergeChannels() mistakenly merging unfrozen columns cliprect with host cliprect. Comments, debug. 5 years ago
  omar fec9d7d226 Tables: Rescale fixed widths when font size change to support varying dpi scale at runtime and on .ini reload. 5 years ago
  omar 6bc0bbccf3 Tables: Restore width/weight saving/loading code. Non-weighted width currently not font/DPI change friendly. 5 years ago
  omar af52a0cea2 Tables: Resizing weighted column preserve sum of weights. Fix ResizedColumn init leading to undesirable TableSetColumnWidth() on first run. Rework TableSettingsHandler_ReadLine() structure to allow other types of line. 5 years ago
  omar bc170e7325 Tables: Renamed ResizeWeight->WidthStretchWeight, WidthRequested->WidthFixedRequest, clarififications, comments. 5 years ago
  omar 23c60b2814 Tables: Renamed internal fields: Active->Visible, Visible->VisibleUnclipped to be less misleading. 5 years ago
  omar dff26191bd Tables: Try to report contents width to outer window, generally better auto-fit. 5 years ago
  omar 466b6e619a Tables: Fixed incorrect application of CursorMaxPos.x (3162) 5 years ago
  omar 95c273618e Tables: Allow hot-reload of settings (merge policy), tidying up settings code 5 years ago
  omar 9b6d0fdb7a Tables: Fixed ignoring DefaultHide or DefaultSort data from flags when loading settings that don't have them. 5 years ago
  omar 9f43aae226 Tables: Calculating ideal total width, some renaming, comments. Clarify that inner_width is unused with ScrollX=0. Clip many comments to 120 columns. 5 years ago
  omar b7ff85d9ad Tables: Browse settings list in Metrics (outside of Table entry). 5 years ago
  omar 8eb1c925f0 Tables: Internals: Added FindTableByID(), removing trailing spaces. 5 years ago
  omar e60b5a3f75 Tables: Internals: Added TableGetColumnResizeID(), renamed InstanceNo > InstanceCurrent. 5 years ago
  omar 104b11051f Tables: Added ImGuiTableColumnFlags_NoReorder. 5 years ago