Commit Graph

  • 4c4882ffe4 Tables: Fixed channel merge when resizing columns with headers. Disable unnecessary and broken merge when using _NoClipX. ocornut 2020-06-15 15:24:59 +0200
  • 8530b6af3d Tables: Not flagging whole column as SkipItems based on clipping visibility (breaks layout) omar 2020-06-13 18:02:02 +0200
  • 363eae94e6 Tables: Further fix #3293, #3163 + fixed for row unfreezing border not always showing due to unset clip rect. omar 2020-06-13 17:27:51 +0200
  • b741639468 Tables: Fix rendering of row bg and line separators (#3293, broken by fixes #3163, code was accidently relying on SetCurrentChannel not updating rectangle) omar 2020-06-10 11:15:44 +0200
  • 58411f27cb Tables: Avoid TableGetSortSpecs() having a side-effect on sort specs sanitization. ocornut 2020-06-03 19:42:43 +0200
  • dc915c86ca Tables: Fixed a manual resize path not marking settings as dirty, TableSortSpecsSanitize() doesn't need to test table->IsInitializing ocornut 2020-06-02 16:33:06 +0200
  • 8690d1f9ce Tables: Fix sort specs sometimes incorrectly reporting sort spec count when table loses _MultiSortable flag during runtime. Rokas Kupstys 2020-06-01 12:25:08 +0300
  • af992d1321 Tables: Tweak settings functions to more prominently clarify the two levels of function. ocornut 2020-06-02 16:03:50 +0200
  • 7513842284 Tables: Fix assert/crash when a visible column is clipped in a multi clip group situation. omar 2020-05-29 19:31:47 +0200
  • e41fc7b5b0 Tables: Fix TableDrawMergeChannels() mistakenly merging unfrozen columns cliprect with host cliprect. Comments, debug. omar 2020-05-29 18:32:04 +0200
  • fec9d7d226 Tables: Rescale fixed widths when font size change to support varying dpi scale at runtime and on .ini reload. omar 2020-05-24 20:07:21 +0200
  • 6bc0bbccf3 Tables: Restore width/weight saving/loading code. Non-weighted width currently not font/DPI change friendly. omar 2020-05-22 18:00:23 +0200
  • 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. omar 2020-05-22 16:48:13 +0200
  • bc170e7325 Tables: Renamed ResizeWeight->WidthStretchWeight, WidthRequested->WidthFixedRequest, clarififications, comments. omar 2020-05-22 15:27:53 +0200
  • 23c60b2814 Tables: Renamed internal fields: Active->Visible, Visible->VisibleUnclipped to be less misleading. omar 2020-05-14 17:57:25 +0200
  • dff26191bd Tables: Try to report contents width to outer window, generally better auto-fit. omar 2020-05-13 23:42:22 +0200
  • 466b6e619a Tables: Fixed incorrect application of CursorMaxPos.x (3162) omar 2020-05-13 22:24:20 +0200
  • 95c273618e Tables: Allow hot-reload of settings (merge policy), tidying up settings code omar 2020-05-13 20:24:37 +0200
  • 9b6d0fdb7a Tables: Fixed ignoring DefaultHide or DefaultSort data from flags when loading settings that don't have them. omar 2020-05-13 13:30:41 +0200
  • 9f43aae226 Tables: Calculating ideal total width, some renaming, comments. Clarify that inner_width is unused with ScrollX=0. Clip many comments to 120 columns. omar 2020-05-12 17:23:10 +0200
  • b7ff85d9ad Tables: Browse settings list in Metrics (outside of Table entry). omar 2020-05-07 23:52:17 +0200
  • 8eb1c925f0 Tables: Internals: Added FindTableByID(), removing trailing spaces. omar 2020-04-15 11:05:50 +0200
  • e60b5a3f75 Tables: Internals: Added TableGetColumnResizeID(), renamed InstanceNo > InstanceCurrent. omar 2020-04-06 17:20:17 +0200
  • 104b11051f Tables: Added ImGuiTableColumnFlags_NoReorder. omar 2020-03-20 18:53:44 +0100
  • b7fa96679e Tables: Locking IndentX per-row so multiple columns with IndentEnabled don't get indent shearing. omar 2020-03-19 14:55:42 +0100
  • 5ffc9e0846 Tables: Renaming Table's DisplayOrder[] -> DisplayOrderToIndex[], Columns's IndexDisplayOrder -> DisplayOrder omar 2020-03-18 18:20:17 +0100
  • a956629b40 Tables: Using same allocation for our Columns and DisplayOrder array. Mostly designed to facilitate adding new arrays. omar 2020-03-18 18:17:22 +0100
  • 6dff061309 Internals: added ImSpanAllocator<> helper. omar 2020-03-18 17:49:13 +0100
  • 182115409a Internals: added ImSpan helper structure + 2020/10/01 stricter bound checking omar 2020-03-18 12:20:53 +0100
  • 054c67079a Tables: Fix scrolling with more than 32 columns (3058). Fix limit of 63 columms instead of 64. Added BitArray. ocornut 2020-03-13 18:58:55 +0100
  • d37cef40f2 Tables: Tidying up TableDrawMergeChannels() with a struct. (3058) ocornut 2020-03-13 16:16:20 +0100
  • 7277ab6530 Tables: Comments, renamed merge_set_xxx to merge_group_xxx. Removed unused array and incorrect assert, replaced with earlier correct assert. (3058) ocornut 2020-03-13 11:49:52 +0100
  • 0190b619cf Tables: Fixed demo layout when clipped. Fixed warnings. ocornut 2020-03-09 11:09:54 +0100
  • f130db51ae Tables: Added TableSetColumnWidth() api variant aimed at becoming public facing. ocornut 2020-03-05 14:31:13 +0100
  • ae6fc48f60 Tables: Fix sort direction (issue 3023). Remove SortOrder from ImGuiTableSortSpecsColumn. Made sort arrow smaller. Added debug stuff in metrics. Omar 2020-02-17 15:09:50 +0100
  • 643cf6fc8c Tables: Added ImGuiTableFlags_NoKeepColumnsVisible wip flag useful for layout purpose. (WIP) omar 2020-02-10 15:48:08 +0100
  • 104ec408a8 Tables: Fixed content size calculation creating feedback loops. Fixed handling of _DefaultSort with _PreferSortXXXflags (@parbo). Comments. omar 2020-02-06 18:34:37 +0100
  • 787a309445 Tables: Fixed headers closing popups. omar 2020-01-22 17:04:54 +0100
  • f5eee210a0 Tables: TableHeader() uses provided row min header rather than incremental one to allow multi-item multi-line in header cells. Demo TableHeader() - will caveat, comments. omar 2020-01-20 12:41:23 +0100
  • 5431cbd3f0 Tables: Honor width/weight passed to TableSetupColumn() after .ini load since we don't actually restore that data currently. omar 2020-01-09 22:02:16 +0100
  • 0e7b3f2f2f Tables: Made only first column honor Indent by default (like Columns api) and exposed flags. Added simple Tree demo. omar 2020-01-09 21:10:45 +0100
  • 2958e37310 Tables: Storing per-column SkipItems as a shortcut. Comments, Spacings. omar 2020-01-09 17:31:26 +0100
  • 31de161066 Tables: Fix for hiding first column (fix fcceff5c + reading PrevLineTextBaseOffset in EndCell of inactive column). omar 2020-01-06 12:21:15 +0100
  • 164caa2db7 Tables: Support for multi-line columns name. Renaming of some fields from BackupXXX to HostXXX. Comments. omar 2020-01-06 11:53:04 +0100
  • e85c226da4 Tables: Fix reordering across hidden columns. Fix for frozen columns to never be larger than scrolling visible rect width. omar 2020-01-03 18:27:11 +0100
  • 416e9bb38d Tables: Clarify internal calculations of row height so that TableGetCellRect() include expected paddings. Add demo code. Comments. omar 2020-01-03 00:31:06 +0100
  • 325b4c69ba Tables: Moved border colors to the Style (maybe temporarily?) instead of hardcoding them. omar 2019-12-30 16:31:18 +0100
  • 17578e215a Tables: Separating inner/outer borders flags per axis so it is possible to remove outer vertical borders to mimic old columns. omar 2019-12-30 15:14:15 +0100
  • 1db8d421cf Tables: Fix scroll when releasing resize for multi-instances. Comments. Renaming. omar 2019-12-30 13:01:36 +0100
  • 47b39f6371 Tables: Demo: Moved Columns section into Tables & Columns section under a Legacy section. omar 2019-12-29 19:48:10 +0100
  • 78b12068d9 Tables: Disable initial output prior to NextRow call to avoid misleading users. omar 2019-12-29 17:35:12 +0100
  • 046fad01f1 Tables: Return false when window is Collapsed (consistent + helpful for doc) + Fix empty context menu. omar 2019-12-29 17:12:09 +0100
  • 81453ac42c Tables: Comments, better assert, moved some internal flags out of the way. omar 2019-12-29 17:10:42 +0100
  • 0c3d7bb154 Tables: Double-clicking on fixed column to resize. Extracted code BeginTableEx(). omar 2019-12-28 19:34:19 +0100
  • 883c236eda Tables: Handle columns clipped due to host rect omar 2019-12-28 19:17:59 +0100
  • eee82e0451 Tables: Columns with no policy in a scrolling table will default to WidthFixed instead of WidthAlwaysAutoResize if an explicit value is passed to TableSetupColumn() omar 2019-12-28 17:45:15 +0100
  • e06a36ab12 Tables: Support for multiple Tables using same id where most settings are synced. omar 2019-12-26 11:15:56 +0100
  • a09954bdaf Tables: Initial demo code. omar 2019-12-19 14:52:18 +0100
  • 8da7d3c3e5 Tables: Initial commit. [Squashed 123+5 commits from tables_wip/] omar 2019-12-19 14:50:21 +0100
  • 818e1a4eb4 Tables: Moving legacy Columns code ocornut 2020-11-30 17:59:39 +0100
  • 9c8671e7b0 Tables: Add empty file, skeleton. omar 2020-10-07 12:04:28 +0200
  • df8e071af5 Added premake. Ian Hudson 2020-12-04 11:10:40 +0000
  • f9b873662b Backends: Win32: Fixed setting of io.DisplaySize to invalid/uninitialized data when after hwnd has been closed. ocornut 2020-12-04 11:48:17 +0100
  • 657589ab47 Backends: Vulkan+Viewports: fixed build, removed extraneous pipeline creation (770c9953, e8447dea, 6a0e85c5) (#3459, #3579) ocornut 2020-12-04 11:29:53 +0100
  • 14dc09bd05
    Add orbis support (#20) Dylan Reviczky 2020-12-03 18:32:44 -0800
  • c1ffac2fee Merge branch 'master' into docking ocornut 2020-12-03 20:05:49 +0100
  • 0dbc8cabe5 Update documentation Basil Fierz 2020-12-02 22:32:20 +0100
  • 9e0f9850be Extend CI pipeline with new example Basil Fierz 2020-12-02 21:22:46 +0100
  • 6d320b4ada Refactor example to be similar to the other examples Basil Fierz 2020-12-03 17:42:51 +0100
  • ae84cd6d9d Align example file names Basil Fierz 2020-12-02 21:04:03 +0100
  • 0491e23397 Adds an WebGPU example for emscripten Basil Fierz 2020-12-01 21:09:41 +0100
  • bc598050f5 Cleanup backend documentation and move to backend folder Basil Fierz 2020-12-02 20:37:50 +0100
  • 998d7303b1 Log/Capture: fix capture to work on clipped child windows. ocornut 2020-12-03 15:14:32 +0100
  • 2759e755b5 WebGPU support Basil Fierz 2020-10-03 23:51:11 +0200
  • 2afdfa602f Rebuild ImFontAtlas::GetGlyphRangesJapanese offset table (#3627) vaiorabbit 2020-11-23 17:19:56 +0900
  • d20f2bc90a Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) ocornut 2020-12-02 11:23:56 +0100
  • ae3e2406ec Misc tweaks/fixes (see details). ocornut 2020-11-30 12:40:49 +0100
  • a9cd6b8d03
    Override 3 more functions for stb_truetype BerkanYildiz 2020-11-29 19:14:33 +0100
  • 684f43e3e6 Rebuild ImFontAtlas::GetGlyphRangesJapanese offset table vaiorabbit 2020-11-23 17:19:56 +0900
  • 3d892eb858 Fix unused variable warning in release Sammy Fatnassi 2020-11-28 12:17:28 +0900
  • 11275b5a21
    Merge pull request #3 from ocornut/master Sammyfreg 2020-11-28 11:48:19 +0900
  • 18952c11f4 adding GetWindowContentRegionHeight() as a companion to GetWindowContentRegionWidth() Micon Frink 2020-11-27 18:15:01 +0000
  • 9801c8c1c5 Texture-based thick lines: comment out dead code (amend b5bae978). (#3245) ocornut 2020-11-26 19:35:56 +0100
  • e0cae25c3c Clarify usage of right-aligned items in Layout>Widgets Width. Tweaks FAQ, added missing syntax coloring. ocornut 2020-11-20 17:24:18 +0100
  • 804954e96b Merge remote-tracking branch 'ocornut/docking' into docking TAiGA 2020-11-20 19:27:03 +0800
  • 4da92b89ed Viewports: fix incorrect whitening of popups above a modal if both use their own viewport + fix pvs warning. ocornut 2020-11-19 17:03:56 +0100
  • 3dcbcd8bf0 Internals: added IsWindowAbove() for use for modal/viewport bugfix. ocornut 2020-11-19 16:58:14 +0100
  • d4f08d893e InputText: Fixed swiching from single to multi-line while preserving same ID. ocornut 2020-11-19 18:30:14 +0100
  • 97265602c4 Internals: added IsWindowAbove() for use for modal/viewport bugfix. ocornut 2020-11-19 16:58:14 +0100
  • cecf6b4209 Viewports: made standalone modals appear in taskbar + new window perform z-check before merging in main host viewport. (#3511, #1542) ocornut 2020-11-19 16:07:07 +0100
  • 9712bff0bb Internals: added experimental ErrorCheckEndFrameRecover() to unroll/end/pop. (#1651, #3600) ocornut 2020-11-19 15:04:27 +0100
  • c0ac4fb788 Columns/Internals: (Breaking): Renamed data structures. (#125, #513, #913, #1204, #1444, #2142, #2707) ocornut 2020-11-18 23:42:44 +0100
  • 72de6f3360 Columns/Internals: (Breaking) renamed ImGuiColumnsFlags_* to ImGuiOldColumnFlags_*. (#125, #513, #913, #1204, #1444, #2142, #2707) ocornut 2020-11-18 22:40:27 +0100
  • fcc2b71724 CI: Fix testing for Windows DLL builds + fix broken DLL build. (#3603, #3601) Borislav Stanimirov 2020-11-18 22:05:52 +0200
  • 5707b3c94c Fix vcvars calls. Fix MSVC DLL build step echos Borislav Stanimirov 2020-11-18 22:05:52 +0200
  • 2e64ee050d Removed duplicate typedef for ImGuiButtonFlags ocornut 2020-11-18 19:28:30 +0100
  • 2b545b1fa4 Removed export of methods from exported class (breaks windows DLL builds) Borislav Stanimirov 2020-11-18 16:42:04 +0200
  • 09eacc759f adding slider size and contrast Micon Frink 2020-11-17 10:19:03 +0000
  • 2aff51220a
    Revert "Enable basic loading of ImGui from host on nn_aarch64 - (storing the imgui.ini file on an existing referenced mounted host)" (#18) Dylan Reviczky 2020-11-16 10:11:42 -0800
  • 8b4bc60991 Remove Hooks from public API Sammy Fatnassi 2020-11-15 15:07:32 +0900