Commit Graph

  • 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
  • 433e5868fe
    Merge branch 'ocornut:docking' into docking Liudas Augustinas 2023-10-10 12:25:14 +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
  • 8fd27544b4
    Merge branch 'ocornut:docking' into docking Liudas Augustinas 2023-10-04 13:04:19 +0200
  • 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
  • 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
  • f61c4b6689 disabled asserts kallaballa 2023-09-16 20:33:00 +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
  • 7c70dee4d1 tab_bar->VisibleSeparator Mewiof 2023-09-15 22:03:31 +0300
  • 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
  • 096b00758e Revert ""ImGuiTabItemFlags_NoTrimming" flag" Mewiof 2023-09-15 18:31:34 +0300
  • 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
  • 072308c382 "ImGuiTabItemFlags_NoTrimming" flag Mewiof 2023-09-14 03:22:21 +0300