Commit Graph

  • bd78568683 Fonts: Add support for RasterizationDensity in built-in atlas generator thedmd 2023-10-14 18:04:32 +0200
  • a741ed2e4b Fonts: Add RasterizationDensity to ImFontConfig thedmd 2023-10-14 18:03:56 +0200
  • 027cfbc80f Adding leak prevention if the fonts need to be recreated Ben Batya 2023-10-19 15:51:19 -0700
  • 7f61660405
    [Win32] Fix ImGui crashing while creating the window harry.cpp 2023-10-19 21:50:10 +0200
  • bc3c6e74e6 Windows: fixed double-clicked border from showing highlighted at the new position. ocornut 2023-10-19 17:40:32 +0200
  • e2035a514c Windows: shared code for CalcWindowMinSize(). ocornut 2023-10-19 17:28:16 +0200
  • c95fbb4464 Windows: Double-clicking bottom or right window border auto-resize on a singles axis. ocornut 2023-10-19 16:06:07 +0200
  • ade2acfd1d Inputs: Added IsKeyChordPressed() public helper function. ocornut 2023-10-19 14:44:24 +0200
  • 2a6d7b1eaa Merge branch 'master' into docking ocornut 2023-10-18 19:45:19 +0200
  • 1b9cb52d7b BeginChild(): rename parameters to reduce diff of upcoming patches. ocornut 2023-10-18 18:39:20 +0200
  • f8dc03d702 Windows: Can also auto-resize by double-clicking lower-left resize grip (not only lower-right one). ocornut 2023-10-18 16:36:35 +0200
  • 56f7e853be Demo: expose more Combo flags + misc tidying up. ocornut 2023-10-17 17:39:50 +0200
  • 1129c82adf TreeNode: added toggle for framed flag to demo diego.mateos 2023-10-18 09:20:49 +0200
  • 3bbc18de9a TreeNode: added inline buttons to demo to showcase flag diego.mateos 2023-10-18 09:07:17 +0200
  • b169da25e7 10.18 Merge from upstream XDzZyq 2023-10-18 10:42:50 +0800
  • 13ad12bb57 10.18 ChechBox() with no label XDzZyq 2023-10-18 10:16:06 +0800
  • 9a5da23553 Changelog formatting ocornut 2023-10-17 14:18:48 +0200
  • d6d00b4fcf Moved BeginChild() above BeginChildEx() as it is more readable. ocornut 2023-10-17 13:44:23 +0200
  • 9121af7385 TreeNode: span only text flag diego.mateos 2023-10-17 12:21:21 +0200
  • 99913b5051 Internals: added IsKeyChordPressed() for consistency. ocornut 2023-10-16 22:21:29 +0200
  • a8bdbfddf9 Tables: Fixed top-most and left-most outer border overlapping inner clip-rect when scrolling. (#6765) ocornut 2023-10-16 21:41:36 +0200
  • 8db02ef8df Tables: Fixed an issue with ScrollX enabled where an extraneous draw command would be created. ocornut 2023-10-16 21:33:51 +0200
  • 51d1a72e9b Docking: Revised undocking logic to reduce accidental whole-node undocking: ocornut 2023-10-16 15:41:14 +0200
  • 4521dec85d Docking: Fixed DockNodeBeginAmendTabBar() asserting on first call since ef8ff1b ocornut 2023-10-16 11:41:18 +0200
  • 947255c3da Tooltips: made it possible to use ImGuiHoveredFlags_ForTooltip + a ImGuiHoveredFlags_DelayXXXX override. (#1485) ocornut 2023-10-16 11:56:03 +0200
  • a5c7e1b51c configure imgui to use CV_EXPORTS kallaballa 2023-10-16 09:59:58 +0200
  • 9a3940c925 Initial commit Chrislaher72 2023-10-16 04:21:06 +0000
  • 770430ad9e
    Menus: slack triangle for submenu opening has better fit Zeh Fernando 2023-10-14 20:47:12 -0400
  • 0b8c6b9bce Internals: removed seemingly unused AutoFitChildAxises. ocornut 2023-10-13 14:52:08 +0200
  • 12a3c77c2f Demo: Minor tweak to angled headers demo. ocornut 2023-10-12 20:00:34 +0200
  • 83c4336828 Tables: fixed angled headers with frozen columns. ocornut 2023-10-12 19:47:37 +0200
  • f96c5443b1 Tables: fixed angled headers with frozen columns. ocornut 2023-10-12 19:47:37 +0200
  • f7fc186408 Merge branch 'master' into docking ocornut 2023-10-12 19:22:08 +0200
  • 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) ocornut 2023-10-12 17:01:42 +0200
  • 9f851ebfe4 Tables: added ImGuiTableFlags_HighlightHoveredColumn. ocornut 2023-10-12 14:43:34 +0200
  • be1311cfc1 Tables: fixed double-clicking on a column from clearing HoveredColumnBorder for a frame. ocornut 2023-10-11 21:40:21 +0200
  • 08606714a3 Fixed incorrect assert in FocusTopMostWindowUnderOne() preventing child+popup from being used. (#6915, #718) ocornut 2023-10-12 12:21:30 +0200
  • 5053d79a24 Tables: Internal: rework so stacked headers height may be used. ocornut 2023-10-09 20:35:57 +0200
  • b9ebb8e06f Tables: fixed right-clicking right-most section (past right-most column) from highlighting right-most column. ocornut 2023-10-10 16:13:29 +0200
  • cec834ff31
    Merge b756615d20 into 72ebd91567 yogi 2023-10-09 21:10:05 -0500
  • feddcf3030 Combo: amends for ImGuiComboFlags_WidthFitPreview. (#6881) ocornut 2023-10-09 11:34:05 +0200
  • 112d8fc41d Combo: added ImGuiComboFlags_WidthFitPreview. (#6881) mpv-enjoyer 2023-10-09 11:24:52 +0200
  • 63a32d75bb
    Merge branch 'docking' into master Vladyslav Potapenko 2023-10-08 18:08:55 +0200
  • a4de6bb379
    Create premake5.lua Vladyslav Potapenko 2023-10-08 16:35:15 +0200
  • 001f102f38 IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921) ocornut 2023-10-05 21:26:07 +0200
  • 7bbd758681 Backends: Win32: revert oops chunk. ocornut 2023-10-05 20:58:25 +0200
  • b0758c86d8 Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921) ocornut 2023-10-05 20:39:49 +0200
  • 73346e4341 IO: Add extra keys to ImGuiKey enumerator: ImGuiKey_F13 to ImGuiKey_F24. (#6891, #4921) Andon M. Coleman 2023-10-03 19:00:25 -0400
  • 0312a29e4c ImageButton(): clarify purpose of size. (#6901, #5533, #4471, #2464, #1390). ocornut 2023-10-05 18:51:45 +0200
  • 1107bffe84 Popups: clarified meaning of 'p_open != NULL' in BeginPopupModal() + set back user value to false when popup is closed in ways other than clicking the close button. (#6900) ocornut 2023-10-05 17:45:31 +0200
  • 946a982dac
    Merge dfc6bd2687 into 2c07d581de marzent 2023-10-05 23:22:33 +0800
  • 72ebd91567 Merge branch 'master' into docking ocornut 2023-10-05 15:10:45 +0200
  • 2c07d581de TreeNode: Added ImGuiTreeNodeFlags_SpanAllColumns for use in tables. (#3151, #3565, #2451, #2438) ocornut 2023-10-05 14:53:33 +0200
  • 085ed7bfbe Drag and Drop: Rework drop target highlight. (#4281, #3272) ocornut 2023-10-05 14:13:27 +0200
  • 0dd756bceb Moved GetCursorScreenPos/SetCursorScreenPos on top of its section. ocornut 2023-10-05 13:52:28 +0200
  • a63e2f0a33 Drag and Drop: Fixed submitting a tooltip from drop target location. Added demo. ocornut 2023-10-05 12:06:40 +0200
  • 64b1aeebf5 Backends: OpenGL3: rename gl3w's loader symbols to allow LTO compilation with another copy of gl3w. (#6875, #6668, #4445) Nicolas "Pixel" Noble 2023-09-28 20:09:01 -0700
  • 763ca9b262
    Merge pull request #1 from Kaldaien/Kaldaien-patch-2 Andon M. Coleman 2023-10-03 19:02:20 -0400
  • e98c905996
    Update imgui.h Andon M. Coleman 2023-10-03 19:01:45 -0400
  • 0067c2293d
    Add F13-F24 keynames Andon M. Coleman 2023-10-03 19:00:25 -0400
  • 28b237f94d Separator(): Altered end-points to use more standard boundaries. (#205, #4787, #1643, #759) ocornut 2023-10-03 15:26:35 +0200
  • 330d763477 Separator: clarified setting the ImGuiSeparatorFlags_SpanAllColumns flag. (#759) ocornut 2023-10-02 15:31:55 +0200
  • 9064dbd404 Backends: DX9: Fixed incorrect assert triggering on reopening session with minimized windows. (#3424) ocornut 2023-10-02 15:24:39 +0200
  • a61438740d Debug Tools: Metrics: Added "Show groups rectangles" in tools. ocornut 2023-10-02 15:01:42 +0200
  • d27b4ad366 Backends: GLFW: support for case where secondary viewport WndProc is not the same as main viewport one. (#6889) ocornut 2023-10-02 12:09:13 +0200
  • 17bfafda55 Backends: GLFW: moved WndProc hook to bottom of file + rename a field. (#6889) ocornut 2023-10-02 12:07:55 +0200
  • ff534b0d0a Docking: Fixed a bug where ClassId compare tests (when using SetNextWindowClass) on success would prevent further filter from running. (#6882) ocornut 2023-10-02 10:56:50 +0200
  • 0afbc0830a
    Explicit floats mpv-enjoyer 2023-09-30 21:38:38 +0300
  • 7ffb7e123f ComboBox flag for dynamic resize DilsThik 2023-09-30 18:51:48 +0300
  • 81a1e1c99f
    Merge branch 'ocornut:docking' into docking XDzZyq 2023-09-30 23:26:22 +0800
  • ca112e8d51 Updating backends/imgui_impl_opengl3_loader.h with latest gl3w_stripped. Nicolas "Pixel" Noble 2023-09-28 20:09:01 -0700
  • f8aed6499f Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ocornut 2023-09-27 19:49:12 +0200
  • 701a047ac0
    Fonts: Fix clang compiling warning & error with freetype + lunasvg (#6873, #6842, #6591) DKing 2023-09-29 01:33:27 +0800
  • 215d228554 Fonts: Fix clang compiling warning&error with freetype&lunasvg DKing 2023-09-29 01:20:57 +0800
  • 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
  • 7d7b78ccab 9.24 Node Pins hovering XDzZyq 2023-09-24 19:06:43 +0800
  • 6fad564da1 9.24 ImGui widgets updated XDzZyq 2023-09-24 18:31:36 +0800
  • df58e3a839 Vulkan: Modifiable depth and stencil formats realweezerfan93 2023-09-22 21:03:34 -0700
  • f4790f6f66
    BeginItemTooltip: Rename flag in comment (#6853) Glordim 2023-09-22 17:52:50 +0200
  • d308ea0e43 Rename flag in comment Glordim 2023-09-22 17:38:25 +0200
  • 1cd6fa6ed9 BeginItemTooltip: Rename flag in comment Glordim 2023-09-22 16:17:00 +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