Commit Graph

  • 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
  • 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
  • c1ffac2fee Merge branch 'master' into docking ocornut 2020-12-03 20:05:49 +0100
  • 998d7303b1 Log/Capture: fix capture to work on clipped child windows. ocornut 2020-12-03 15:14:32 +0100
  • 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
  • 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
  • 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
  • 2e64ee050d Removed duplicate typedef for ImGuiButtonFlags ocornut 2020-11-18 19:28:30 +0100
  • b2a91dc390 Merge branch 'master' into docking ocornut 2020-11-13 22:04:28 +0100
  • 71cc636696 Metrics: Rebranded as "Dear ImGui Metrics/Debugger". Fix Show Window Rectangle. Fix Clang OSX warnings. Amend #3592 for Mingw only. ocornut 2020-11-13 21:17:46 +0100
  • e736039538 Nav: Fixed IsItemFocused() from returning false when Nav highlight is hidden because mouse has moved. (#787) ocornut 2020-11-13 20:59:59 +0100
  • 8119759329 Internals: extracted stack checking code into a ImGuiStackSizes helper struct + added test for FocusScope ocornut 2020-11-13 16:26:43 +0100
  • 6e94013a3d Made ItemFlagsStack and GroupStack shared stacks. ocornut 2020-11-13 14:36:32 +0100
  • 12ba6f4606 Fix PushFocusScopeID() + using shared stack. Renamed GetFocusScopeID() to GetFocusedFocusScope() - the two existing functions name are very error prone. ocornut 2020-11-13 14:09:09 +0100
  • a3e8dc3f34 CI: Fix deployment of PVS-Studio license + fix reported error. Rokas Kupstys 2020-11-13 12:07:32 +0200
  • a138855d56 Hotfix for PushFocusScope() being utterly wrong (until we split the stacks), Added asserts on PopID to help catch bugs, Added GC trigger. ocornut 2020-11-12 21:12:05 +0100
  • 78f1d2d319 ImDrawListSplitter: create first draw cmd on demand + Internals: fix incorrect ImBitArraySetBitRange() (only used by tables) ocornut 2020-11-12 17:34:30 +0100
  • 13258f5957 Internals: zero-clearing ImGuiWindow / ImGuiWindowTempData for simplicity. (amend) ocornut 2020-11-12 12:01:49 +0100
  • 7a135a763c Fix format warnings when using gnu printf extensions in a setup that supports them (gcc/mingw). (#3592) ocornut 2020-11-12 11:56:04 +0100
  • dcfb986fa8 Made EndFrame() assertion for key modifiers being unchanged during the frame more lenient. (#3575) ocornut 2020-11-11 18:07:29 +0100
  • a3f79104df Examples: Apple+Metal: Forward events to OS key combinations like CMD+Q can work. (#3554) Rokas Kupstys 2020-10-28 12:20:10 +0200
  • 6a0e85c561 Backends: Vulkan: Add override for the subpass to reference during VkPipeline creation. (#3579) Brandon DeRosier 2020-11-07 07:32:48 -0800
  • 61825c7735 Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows + InputText: minor optimization. ocornut 2020-11-11 12:04:35 +0100
  • 2785ac0ee3 InputText: Fixed updating cursor/selection position when a callback alters the buffer in a way where the byte count is unchanged but the decoded character count changes. (#3587) 顾起威 2020-11-11 11:35:47 +0100
  • ac08593b96 Merge branch 'master' into docking + tweak dock node padding + use CheckboxFlags with int ocornut 2020-11-05 21:34:26 +0100
  • 5789e69a62 Checkbox: Added CheckboxFlags() helper with int* type. Demo: removed extraneous casts. ocornut 2020-11-05 21:23:02 +0100
  • 5f97809cab Misc tidying up (zero-clear structures, more unused default in ClipRetFullscreen, NavApplyItemToResult() coding style fix) ocornut 2020-11-05 13:15:02 +0100
  • 046057cebb Selectable: Avoid pushing span-column background if clipped. ocornut 2020-11-04 20:11:34 +0100
  • 7a27b2a282 Update Readme, links to Useful Widgets, updated a gif. ocornut 2020-11-04 20:11:05 +0100
  • 2bf5ca7ef2 ImDrawListClipper: avoid over reserving memory. ocornut 2020-11-04 17:50:30 +0100
  • d6a2f7e95e Reduced padding + unused storage in ImDrawList (224->192 bytes) + zero-init ImDrawListSplitter and ImDrawList ocornut 2020-11-04 13:49:16 +0100
  • 2fa00656a4 Fix for IMGUI_DISABLE_METRICS_WINDOW ocornut 2020-11-03 15:46:29 +0100
  • b934b9bb86 Backends: OSX, Metal: Fix -Wshadow, -Wimplicit-float-conversion, and -Wsign-conversion warnings. (#3555) Albin Odervall 2020-10-23 18:57:35 +0200
  • 9cca1b2e97 Replace UTF-8 decoder with one based on branchless version by Christopher Wellons. (not branchless anymore tho) Rokas Kupstys 2020-11-03 14:32:44 +0100
  • 3777fbbd81 Renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature will apply to other data structures. ocornut 2020-11-03 14:28:41 +0100
  • e3ac52630a Merge branch 'master' into docking ocornut 2020-10-31 00:47:17 +0100
  • 047d4c4500 Metrics: Extracted most functions. ocornut 2020-10-30 23:02:54 +0100
  • 044ed22379 Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value. ocornut 2020-10-30 22:40:44 +0100
  • a129621292
    Doc: mention IMGUI_USE_WCHAR32 in fonts documentation (#3562) M. Frink ~ Lemur 2020-10-29 12:21:06 -0500
  • 6f57d58e82 Backends: OSX: Fix KeyPadEnter on MacOS. (#3554) Rokas Kupstys 2020-10-28 11:35:27 +0200
  • df35157397 Drag and Drop: Fix losing drop source ActiveID (and often source tooltip) when opening a TreeNode() or CollapsingHeader() while dragging. (#1738) ocornut 2020-10-26 14:40:44 +0100
  • b7530e5d04 Revert "Replace UTF-8 decoder with branchless version by Christopher Wellons." (#3558) ocornut 2020-10-25 16:27:32 +0100
  • b3576dd354 Replace UTF-8 decoder with branchless version by Christopher Wellons. Rokas Kupstys 2020-09-23 14:35:46 +0300
  • bca4749346 Examples: Apple: Consolidated example_apple_metal to reduce class and file count (#1873, #3543) Warren Moore 2020-10-18 13:24:35 -0700
  • 5292320110 Amend ffe8f0177f (#3544) + readme fixes ocornut 2020-10-23 11:25:26 +0200
  • ffe8f0177f Backends: OpenGL3: Backup/restore GL_PRIMITIVE_RESTART state (#3544) Louis Schnellbach 2020-10-20 10:00:26 +0200
  • acb8ef2006
    Examples: Vulkan: Fixed CMake include path. (#3550) Bill Six 2020-10-21 03:13:54 -0400
  • 455c21df71 Merge branch 'master' into docking + dockspace demo comments ocornut 2020-10-19 15:06:58 +0200
  • e6b99a420b Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521) ocornut 2020-10-19 15:01:24 +0200
  • fbe74ed50c Tab Bar: zero clear more structures. ocornut 2020-10-19 12:10:31 +0200
  • 8c9b3c9013 Tab Bar: Fixed using more than 128 tabs in a tab bar. ocornut 2020-10-19 11:51:38 +0200
  • 748bd1ba9c Tab Bar: Restore cursor position in EndTabBar() when amending (amend f2f32602) + made LastTabItemIdx consistent ImS8 as other tab storage relies on same type ocornut 2020-10-19 11:32:53 +0200
  • c9fafd5ea4 Drag and Drop: Fix drag and drop to tie same-size drop targets by choosen the later one. Fixes dragging into a full-window-sized dockspace inside a zero-padded window. (#3519, #2717) Black Cat! 2020-10-10 17:39:06 +0400
  • d015004f45 Rename colored>color in comments where possible (#3528) ocornut 2020-10-15 20:05:35 +0200
  • 127f132447 Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x (#3530) xndcn 2020-10-15 11:39:08 +0800
  • 31a144b60c Fix comments (#3534) ocornut 2020-10-15 19:37:18 +0200
  • d3a80d9f1b Internals: Docking: More fixes to make DockNodeBeginAmendTabBar() viable (probably some issues left) ocornut 2020-10-15 14:54:41 +0200