Commit Graph

  • 03e2a7f584 Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ocornut 2023-09-27 20:07:58 +0200
  • c21278eeae Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ocornut 2023-09-27 19:49:12 +0200
  • b7c250925f Merge branch 'master' into docking ocornut 2023-09-27 18:21:39 +0200
  • 2f431a948c IO: removed io.MetricsActiveAllocations introduced in 1.63. Same as 'g.DebugMemAllocCount - g.DebugMemFreeCount' (still displayed in Metrics. ocornut 2023-09-27 17:34:23 +0200
  • f1519efb16 BeginGroup(): fix/amend 9ece0bd. ocornut 2023-09-27 17:25:55 +0200
  • 456aa3bc0a Menus: Fixed a bug where activating an item in a child-menu and dragging mouse over the parent-menu would erroneously close the child-menu. (#6869) ocornut 2023-09-27 16:34:31 +0200
  • 9ece0bdc02 BeginGroup(): Fixed a bug pushing line lower extent too far down when called after a call to SameLine() followed by manual cursor manipulation. ocornut 2023-09-26 21:07:25 +0200
  • 8175a47881 Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631) ocornut 2023-09-26 15:21:55 +0200
  • 204ae8a407 Internals: added ImRect::ContainsWithPad() ocornut 2023-09-26 14:16:41 +0200
  • bb2fb74645 Merge branch 'master' into docking ocornut 2023-09-26 11:37:38 +0200
  • 94da5842ef Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861) ocornut 2023-09-26 11:04:45 +0200
  • c418685315 Fixed window inner clipping rectangle off by one when window is located on a monitor with negative coordinates. (#6861, #2884) ocornut 2023-09-25 20:45:34 +0200
  • e5ca5351d5 TabBar: Fixed position of unsaved document marker (ImGuiTabItemFlags_UnsavedDocument) which was accidentally offset in 1.89.9. (#6862) ocornut 2023-09-25 20:40:01 +0200
  • 72ae6f5200 Fixed MousePosPrev with has never been valid outside of NewFrame(). ocornut 2023-09-25 14:41:48 +0200
  • 12ee2dd789 Backends: Win32: Synthesize key-down event on key-up for VK_SNAPSHOT / ImGuiKey_PrintScreen as Windows doesn't emit it. (#6859) ocornut 2023-09-25 10:58:29 +0200
  • d4869207e3 Misc: Most text functions also treat "%.*s" (along with "%s") specially to avoid formatting. (#3466, #6846) ocornut 2023-09-25 10:47:28 +0200
  • f4790f6f66
    BeginItemTooltip: Rename flag in comment (#6853) Glordim 2023-09-22 17:52:50 +0200
  • daf49e9d82 Made ImFileOpen reuse a memory buffer so .ini saving doesn't allocate once every time. Added commented out MemAlloc/MemFree debug log. ocornut 2023-09-22 14:41:30 +0200
  • 2c0007731f Docking: fixed calling DockContextCalcDropPosForDocking() with window in node without passing its node. ocornut 2023-09-20 17:27:55 +0200
  • 61acb34e32 Docking: Fixed an issue leading to incorrect restoration of selected tab in dock nodes that don't carry the currently focused window. (#2304) ocornut 2023-09-20 14:43:01 +0200
  • 3ce6b06feb Merge branch 'master' into docking ocornut 2023-09-20 12:53:35 +0200
  • d6360c1ba9 Fonts, imgui_freetype: Fixed a warning and leak in IMGUI_ENABLE_FREETYPE_LUNASVG support. (#6842, #6591) ocornut 2023-09-20 11:31:28 +0200
  • 6c022f9bf1 IO, Inputs: rename SetMousePos() to TeleportMousePos(). (#6837, #228) ocornut 2023-09-18 17:11:10 +0200
  • ff36fe365e IO, Inputs: setting io.WantSetMousePos ignores incoming MousePos events. (#6837, #228) ocornut 2023-09-18 17:07:35 +0200
  • ef8ff1b5d8 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ocornut 2023-09-18 15:22:10 +0200
  • 64b1e448d2 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ocornut 2023-09-18 15:22:10 +0200
  • ac3bc73c13 Docking: Fixed node tab-bar not having a filled value for tab-bar which is required for claiming moue wheel ownership in (unenabled) ImGuiTabBarFlags_FittingPolicyScroll mode. ocornut 2023-09-18 14:32:23 +0200
  • afd0d3fca1 Docking: made ImGuiDockNodeFlags_NoUndocking public. (#2999, #6823, #6780, #3492) ocornut 2023-09-18 12:41:18 +0200
  • 72d760ba00 Docking: (Breaking) renamed ImGuiDockNodeFlags_NoDockingInCentralNode -> ImGuiDockNodeFlags_NoDockingOverCentralNode, ImGuiDockNodeFlags_NoSplit -> ImGuiDockNodeFlags_NoDockingSplit. ocornut 2023-09-18 12:09:00 +0200
  • f693c3d806 Docking: made "ImGuiDockNodeFlags_NoDocking" a combination of all others ImGuiDockNodeFlags_NoDockingXXX flags. (#2999, #6823, #6780, #3492) ocornut 2023-09-15 20:29:27 +0200
  • 7e246a7bb9 Merge branch 'master' into docking ocornut 2023-09-16 13:51:51 +0200
  • 6addf28c4b Fonts: Ensure calling AddFontXXX function doesn't invalidates ImFont's ConfigData pointers prior to building again. (#6825) ocornut 2023-09-16 13:40:35 +0200
  • 1612813114 Docking: Internals: added ImGuiDockNodeFlags_NoUndocking. (#2999, #6823, #6780) ocornut 2023-09-15 20:15:13 +0200
  • 14f8b76c1a Docking: Comments. Removed misleading shared/local identicators. (#6823, #2999) ocornut 2023-09-15 19:49:53 +0200
  • b101cf46b6 ListBox, Combo: Changed signature of "name getter" callback in old one-liner ListBox()/Combo() apis. ocornut 2023-09-15 18:43:04 +0200
  • 8a2cd81091 TypingSelect: always enable nav highlight. ocornut 2023-09-15 16:58:06 +0200
  • 223b19f116 Fixed warning when builidng with IMGUI_DISABLE_DEBUG_TOOLS. ocornut 2023-09-14 18:37:30 +0200
  • 779568bb38 TypingSelect: tidy up some more + split ino functions to make reuse simpler. ocornut 2023-09-14 18:26:43 +0200
  • 661a70fc79 TypingSelect: fast switch between characters in + debug, internal renames. ocornut 2023-09-14 17:13:13 +0200
  • 32171a8b0c Fonts: Better assert during load when passing truncated font data or wrong data size. (#6822) ocornut 2023-09-14 14:40:19 +0200
  • c32db3c72b Tables: Fixed an edge-case when no columns are visible + table scrollbar is visible + user code is always testing return value of TableSetColumnIndex() to coarse clip. ocornut 2023-09-12 20:40:06 +0200
  • c86ce70968 Internal: Nav,MultiSelect: import ImGuiSelectionUserData, SetNextItemSelectionUserData() from MultiSelect. Track NavLastValidSelectionUserData as a convenience. ocornut 2023-09-12 16:48:00 +0200
  • f336e639e9 TypingSelect: rework GetTypingSelectRequest(), provide TypingSelectFindResult(). ocornut 2023-09-12 12:40:09 +0200
  • 9714594c35 Tooltips: made using SetItemTooltip()/IsItemHovered(ImGuiHoveredFlags_ForTooltip) defaults to activate tooltips on disabled items.. (#1485) ocornut 2023-09-12 11:55:34 +0200
  • 6eb2681c09 Internals: InitOrLoadWindowSettings() clear Size again for better data nuking in tests. Debug Log: added ImGuiDebugLogFlags_OutputToTestEngine flag. ocornut 2023-09-11 20:40:39 +0200
  • bed492da70 Tables: amend support for auto-resize. (#6807) ocornut 2023-09-11 20:38:40 +0200
  • 556a1397a9
    Tables: Remove comment referencing removed field SortSign (#6807) Dexter Castor Döpping 2023-09-11 17:26:53 +0200
  • 3aceb61059 Tables: Request user to submit contents when outer host-window is requesting auto-resize. (#6510) ocornut 2023-09-11 17:16:01 +0200
  • da21b74313 Tables: Fixed subtle drawing overlap between borders in some situations. (#2957, #6765) ocornut 2023-09-11 15:32:25 +0200
  • 5a483c2ffb Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong in some situations, causing the earlier to be visible underneath when alpha is not 1.0f. ocornut 2023-09-11 15:02:49 +0200
  • a34071876f Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) ocornut 2023-09-11 14:44:52 +0200
  • 357f752bed Docs: add more links to the top of every examples and backends files. ocornut 2023-09-11 13:47:08 +0200
  • b9ab6e2019 Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. (#6802, #3092, #5759, #787) ocornut 2023-09-11 12:10:37 +0200
  • 0e1ce76ea8 InputTextMultiline: Fixed Tabbing cycle leading to a situation where Enter key wouldn't be accepted by the widget when navigation highlight is visible. (#6802, #3092, #5759, #787) ocornut 2023-09-11 11:41:56 +0200
  • bd63a9f056 Fonts: 'float size_pixels' passed to AddFontXXX() functions is now rounded to lowest integer. (#3164, #3309, #6800) ocornut 2023-09-11 10:04:18 +0200
  • 72dbe45adc Merge branch 'master' into docking ocornut 2023-09-08 18:02:06 +0200
  • 0962c9fb72 TypingSelect: Added first version of GetTypingSelectRequest() API. ocornut 2023-09-08 17:16:19 +0200
  • 7812039402 ImVector: Added find_index() helper. ocornut 2023-09-08 15:30:46 +0200
  • 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() ocornut 2023-09-08 12:14:11 +0200
  • becd75676f Commented out obsolete redirecting function: GetWindowContentRegionWidth(). ocornut 2023-09-08 11:27:59 +0200
  • 727c462069 Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments. ocornut 2023-09-08 11:08:14 +0200
  • c9d3c29aa3 Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725) sneakyevil 2023-09-05 13:20:48 +0200
  • e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) Leonardo Serrano 2019-08-22 21:50:02 -0700
  • fa2e5710ac MenuBar: Fixed an issue where layouting an item in the menu-bar would erroneously egister contents size. (#6789) ocornut 2023-09-06 12:39:39 +0200
  • 56a7b8b724 Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019) Deal 2023-09-06 17:41:19 +0800
  • d8ef864b02 InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer. (#6783, #6000) ocornut 2023-09-06 11:28:14 +0200
  • cf1c4a0cb1 BeginListBox(): fixed not consuming SetNextWindowXXX data when returning false. ocornut 2023-09-05 16:47:00 +0200
  • fb9b006865 Version 1.90 WIP ocornut 2023-09-05 16:45:17 +0200
  • f24387fa2b Version 1.89.9 (fixed changelog header) ocornut 2023-09-04 17:21:09 +0200
  • c4dc8fd101
    Docs: Update FONTS.md (#6781, #6632, #6339, #5763, #5330, #2234, #2042, #1259, #951, #220) omar 2023-09-05 10:54:04 +0200
  • c6e0284ac5 Fixed minor warning. v1.89.9 ocornut 2023-09-04 15:16:55 +0200
  • 1d8e48c161 Using range-based for where it makes sense. (#4537) v1.89.9-docking ocornut 2023-09-04 15:13:12 +0200
  • a1b60fc1f5 Merge branch 'master' into docking ocornut 2023-09-04 14:59:59 +0200
  • fef3389157 Version 1.89.9 ocornut 2023-09-04 14:22:39 +0200
  • 7b5fb33296 Tables: Internals: renamed CellPaddingY to RowCellPaddingY. ocornut 2023-09-04 12:13:37 +0200
  • bdc4dfebf5 Tables: Amend support for cross-cell SameLine() for first column. Amend 9a93fb5 + 8f5ce73. ocornut 2023-09-04 12:10:31 +0200
  • 9a93fb5716 Tables: Fixed support for cross-cell SameLine() by preserving Line Y1 position. Amend 8f5ce73. ocornut 2023-09-04 11:55:32 +0200
  • e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. ocornut 2023-09-04 11:20:20 +0200
  • 3816d478df ImDrawList: small debug-mode optimization when calling AddRect() without rounding + Selectable: small debug-mode optimization. ocornut 2023-09-01 15:18:28 +0200
  • 8c497793f9 Demo: Tweak table sorting demo code. ocornut 2023-09-01 14:35:57 +0200
  • 303dc091b4 Revert "IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456)" ocornut 2023-09-01 12:24:03 +0200
  • b8f93a8fe0 IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456) ocornut 2023-09-01 12:15:08 +0200
  • a066074054 Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841) ocornut 2023-08-31 21:39:27 +0200
  • bdd9b96fa3 Demo: Reorganized "Examples" menu. Tweak Property Editor. ocornut 2023-08-31 19:49:39 +0200
  • 300464a487 Docking: when io.ConfigDockingWithShift is enabled, staying stationary while moving a window displays an help tooltip to increase affordance. (#6709, #4643) ocornut 2023-08-30 17:36:09 +0200
  • 7d6e83efca Docking: Fixed non-root dockspace not having their background rendered properly. ocornut 2023-08-30 15:26:46 +0200
  • 08b3a1a34a ImDrawList: Automatically calling ChannelsMerge() if not done after a split. ocornut 2023-08-30 15:22:36 +0200
  • f93d0befaf Slider: fixed support for ImGuiItemFlags_ReadOnly/ImGuiSliderFlags_ReadOnly although it is technically unused/undocumented. (#6758) ocornut 2023-08-29 12:11:07 +0200
  • d6e9fad60e
    Tables: Fix typo in TableGetSortSpecs comment + amend comment. (#6755) Diego Mateos 2023-08-28 14:08:04 +0200
  • 82d177ccbd Using range-based for where it makes sense. (#4537) ocornut 2023-08-28 12:21:16 +0200
  • 762ec445e6 Docking: Fixed bad bug, dock node host wouldn't merge background. (#6753, #6716) ocornut 2023-08-28 11:24:29 +0200
  • 33ea1e8b78 ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722) ocornut 2023-08-25 22:48:16 +0200
  • 475453668d Backends: SDL2/SDL3: Fixed bad merge in docking branch (#6735) ocornut 2023-08-26 11:45:21 +0200
  • f617fe7890 Clipper: Renamed IncludeRangeByIndices()/ForceDisplayRangeByIndices() to IncludeItemsByIndex(). (#6424, #3841) ocornut 2023-08-25 18:20:57 +0200
  • 200053771a Clipper: Added IncludeIndex() helper to include a single item. (#6424, #3841) ocornut 2023-08-25 17:52:44 +0200
  • 4a7810e992
    Update README.md omar 2023-08-25 15:48:32 +0200
  • 981abb4612 Examples: Emscripten+webgpu: Fixed WGPUInstance creation process + use preferred framebuffer format. (#6640, #6748) wushiyang 2023-08-24 16:04:50 +0800
  • 61d35972e2 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. Amend for Docking. (#6749) ocornut 2023-08-25 14:29:42 +0200
  • 676497fe05 Merge branch 'master' into docking ocornut 2023-08-25 14:20:51 +0200
  • 4a81424492 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. (#6749) ocornut 2023-08-25 14:02:31 +0200