Commit Graph

  • 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
  • 37ea320b96 Merge branch 'master' into docking ocornut 2023-11-07 20:20:41 +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
  • a75c7e1526 local changes Nomio 2023-11-07 03:30:11 +0900
  • 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
  • c6b26f6d62 Add custom accent color; Fix gitignore; Kirill 2023-11-06 09:16:49 +0600
  • 208b8242bc Docking: Settings: Fix for loss of settings caused by 9298e31 yesterday. (#6982) ocornut 2023-11-03 21:13:59 +0100
  • 97b73ae73f Fix bug with custom tab highlighting Kirill 2023-11-03 13:47:28 +0600
  • 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
  • 4cde40dbe1 Undid some of the changes done by c95fbb4 because they are not compatible with docking code. ocornut 2023-11-02 18:06:38 +0100
  • 9298e310b2 Merge branch 'master' into docking (note: won't build as-is, see next commit) ocornut 2023-11-02 17:56:54 +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
  • 04e9a2fac1
    Backends: SDL3: rename SDL_EVENT_DISPLAY (#6974) Luca Lolli 2023-11-01 13:53:30 +0100
  • 16a6b4394a
    Update SDL3 backend SDL_EVENT_DISPLAY Luca Lolli 2023-11-01 13:19:19 +0100
  • 767a59d6da chore: remove 'examples/example_glfw_opengl3/web/index.html' from .gitignore Pello Rao 2023-10-29 19:17:47 +0800
  • a84bc6dab0 chore: add examples/example_glfw_opengl3/web/index.html Pello Rao 2023-10-29 19:16:52 +0800
  • 288f4160dc examples/example_emscripten_wgpu, examples/example_glfw_opengl3: initialize and change the size of the viewport and framebuffer according to the size of the canvas Pello Rao 2023-10-29 19:10:15 +0800
  • 5d3fa96996
    Merge pull request #1 from ocornut/master Traveller 2023-10-29 13:30:11 +0800
  • 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
  • 1e05936057 Fonts: Add support for RasterizationDensity to FreeType based atlas generator thedmd 2023-10-14 18:04:50 +0200
  • 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
  • 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