Commit Graph

  • add915bdc4 Backends: SDL3: Updates for recent API changes. (#7000) ocornut 2023-11-13 16:20:38 +0100
  • 4ad5817aac
    Update backends/language lists omar 2023-11-13 15:47:25 +0100
  • 75c46a3930 Demo: Partly fix resizing constraint demo. (#6210, #5627) ocornut 2023-11-13 14:53:14 +0100
  • fe6544622b SetNextWindowSizeConstraints() clarified parameters, fixed comments. (#1139, #3186, #3270) ocornut 2023-11-13 14:13:17 +0100
  • 454f36d2af Removed 'bool border' legacy versions of BeginChild() as they seemingly have no value other than confusing user and IDE. ocornut 2023-11-10 16:03:19 +0100
  • 44dbad64d7 Backends: Vulkan: Fixes for VK_NO_PROTOTYPES. ocornut 2023-11-10 15:10:27 +0100
  • 79a9e2fdfb Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (#6943, #6715, #6327, #3743, #4618) ocornut 2023-11-10 14:35:33 +0100
  • 6e7b43b6c7 Backends: Vulkan: Added ImGui_ImplVulkan_DestroyFontsTexture(), made ImGui_ImplVulkan_CreateFontsTexture() destroy previous one. (#6943, #6715, #6327, #3743, #4618) ocornut 2023-11-10 14:17:11 +0100
  • d0da79c572 Defining IMGUI_DISABLE_OBSOLETE_FUNCTIONS now automaticaly define IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) ocornut 2023-11-09 16:51:31 +0100
  • ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) ocornut 2023-11-09 16:44:39 +0100
  • 0f50b52da4 Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" instead of "libGL.so.1". (#6983) ocornut 2023-11-09 12:38:56 +0100
  • 5170a9d6dc Tables: Internals: renamed TableDrawContextMenu() to TableDrawDefaultContextMenu() for clarify. ocornut 2023-11-09 12:22:35 +0100
  • fea52e29aa Tables: added flags to TableDrawContextMenu() in order to display selected sections + added internal table->DisableDefaultContextMenu = true way to submit your own contents. ocornut 2023-11-09 11:40:16 +0100
  • 0d3b468cb3 BeginChild(): added ImGuiChildFlags_AutoResizeX, ImGuiChildFlags_AutoResizeY, ImGuiChildFlags_AlwaysAutoResize + support for SetNextWindowSizeConstraints(). (#1666, #1395, #1496, #1710) + Demo ocornut 2023-10-17 17:39:56 +0200
  • 44345c2108 Better documented the difference between BeginListBox() and BeginChild() w/ ImGuiChildFlags_FrameStyle. ocornut 2023-11-07 20:14:54 +0100
  • fa4c49b4a7 BeginChild(): resizing is only clamped on axis where there's no scrollbar. Added an extra ResizeX in Demo->Simple Layout. ocornut 2023-11-07 17:15:57 +0100
  • cdbc21a191 BeginChild(): Added ImGuiChildFlags_FrameStyle as a replacement for BeginChildFrame(). (#1666, #1496, #1395, #1710, #462, #503, #263) ocornut 2023-11-07 18:28:03 +0100
  • ab47efd9a0 Bits / comments ocornut 2023-11-06 15:35:31 +0100
  • 561af15d67 Internal: Added owner aware variant of IsMouseDoubleClicked() for consistency. ocornut 2023-11-06 14:09:35 +0100
  • 376035fd01 Nav: fixed programmatic nav calls (e.g. SetKeyboardFocusHere() from storing io.KeyMods) ocornut 2023-11-06 14:03:40 +0100
  • cfc71ab7c5 Made ImDrawCallback_ResetRenderState special value -8 instead of -1 so it is pointer aligned (#6969) ocornut 2023-11-06 14:00:39 +0100
  • 1ab63d925f Undid some of the changes done by c95fbb4 because they are not compatible with docking code. ocornut 2023-11-02 18:06:38 +0100
  • c0bc43ccff Offset values for ImGuiWindowFlags_NoNavInputs, ImGuiWindowFlags_NoNavFocus, ImGuiWindowFlags_UnsavedDocument. ocornut 2023-11-02 17:39:32 +0100
  • f1d1a8d32b Windows: use relative mouse movement for border resize when the border geometry has moved. (#1710) ocornut 2023-10-31 18:37:49 +0100
  • 9235352400 BeginChild: Added ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY. (#1710) ocornut 2023-10-19 18:36:57 +0200
  • 34a0bc456e BeginChild: Added ImGuiChildFlags_AlwaysUseWindowPadding, obsoleted ImGuiWindowFlags_AlwaysUseWindowPadding. (#462, (toward #1666, #1496, #1395, #1710) ocornut 2023-10-18 19:15:31 +0200
  • 7713c29258 BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710) ocornut 2023-10-18 18:50:19 +0200
  • 88fec09715 ColorPicker4(): Fixed ImGuiColorEditFlags_NoTooltip when ImGuiColorEditFlags_NoSidePreview is also set. (#6957) ocornut 2023-10-26 15:45:45 +0200
  • 313676d200 Settings: omit outputing Collapsed=0 in .ini file. Changelog + docs tweaks ocornut 2023-10-20 17:04:51 +0200
  • 8ee85137d8 BeginChild(): Internal name used by child windows now omits the hash/id if the child window is submitted in root of id stack of parent window. ocornut 2023-10-20 15:27:25 +0200
  • 4e4042bc33 Windows: tidying up skipitems logic at end of Begin(), normally should be no meaningful side-effect. ocornut 2023-10-20 15:12:29 +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
  • 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
  • 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
  • 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
  • 947255c3da Tooltips: made it possible to use ImGuiHoveredFlags_ForTooltip + a ImGuiHoveredFlags_DelayXXXX override. (#1485) ocornut 2023-10-16 11:56:03 +0200
  • 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
  • f96c5443b1 Tables: fixed angled headers with frozen columns. ocornut 2023-10-12 19:47:37 +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
  • 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
  • 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
  • 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
  • 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
  • a61438740d Debug Tools: Metrics: Added "Show groups rectangles" in tools. ocornut 2023-10-02 15:01:42 +0200
  • 701a047ac0
    Fonts: Fix clang compiling warning & error with freetype + lunasvg (#6873, #6842, #6591) DKing 2023-09-29 01:33:27 +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
  • 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
  • 94da5842ef Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861) ocornut 2023-09-26 11:04:45 +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
  • 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
  • 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
  • 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