Commit Graph

  • 4bb7567141 Tables: Angled headers: fixed multi-line label display when angle is flipped. (#6917) ocornut 2024-05-02 13:49:26 +0200
  • b30df8890d Table: Angled Headers: internal refactor to facilitate changing angled header bg and text colors per column. (#6917) ocornut 2024-04-30 17:39:52 +0200
  • ebb8d78102 Backends: Vulkan: Create a custom pipeline for secondary viewports. (#6325, #6305, #7398, #3459, #3253, #3522) Sandro Cavazzoni 2023-04-12 21:56:35 +0200
  • 49e70e60a2 Backends: Vulkan: Stripped misleading leftover of ImGui_ImplVulkanH_Window::Pipeline (#6325, #6305, #7398, #3459, #3253, #3522) ocornut 2024-04-30 14:53:28 +0200
  • 9d6818d0ce Docking: comments, clairfy why we store style override on dragged windows. Clarify why we don't need to store alpha. (#7535, #2771) ocornut 2024-04-30 14:10:11 +0200
  • 558c57a086 Fixed static analyzer warning "Pointer to local array 'overlay_buf' is stored outside the scope". Technically not used outside that scope, but best to play nice. ocornut 2024-04-30 11:00:57 +0200
  • 5717f0a33e Merge branch 'master' into docking ocornut 2024-04-30 10:42:46 +0200
  • 50b2ff0bf0 ImGuiIO: moved IMGUI_DISABLE_OBSOLETE_KEYIO block lower in the structure so other fields layout are not affected by it (#7534) ocornut 2024-04-30 10:23:03 +0200
  • 6ef4f67fa9 ImDrawList: moved cold fields lower in the structure so hot fields are closer to each others + better packed ImGuiNavItemData ocornut 2024-04-30 10:00:46 +0200
  • a60387a3c2
    Backends: GLFW: Add define guards for glfw native defines. (#7536) Lukas Lipp 2024-04-29 19:24:17 +0200
  • 913151caa8 Demo: move progress bars to their own section. ocornut 2024-04-24 19:39:03 +0200
  • c895e987ad ProgressBar: added indeterminate mode by passing an animated negative value. (#5316, #5370, #1901) gan74 2024-04-24 19:32:36 +0200
  • b8a44b198c TreeNode: added ImGuiTreeNodeFlags_SpanTextWidth. (#6937) diego.mateos 2023-10-17 12:21:21 +0200
  • baaaaea9e9 Demo: tweak TreeNode demo. ocornut 2024-04-24 18:20:02 +0200
  • da18fcb7ae Internals: ensure ButtonBehavior() is called with non 0 id. ocornut 2024-04-23 18:39:40 +0200
  • b720c0f541 Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854) ocornut 2024-04-19 15:16:54 +0200
  • 07e8ff9a8d Backends: Win32: Fixed a warning + moved header cruft below Changelog. ocornut 2024-04-18 21:26:49 +0200
  • b555984a94 Merge branch 'master' into docking ocornut 2024-04-18 21:18:18 +0200
  • fa0120ea5e Windows: Fixed subsequent Begin() append calls from setting last item information for title-bar. (#7506, #823) ocornut 2024-04-18 21:10:05 +0200
  • 361432a0bb TreeNode: fixed layout so that TreeNode("") or TreeNode("##HiddenLabel") may properly be used with SameLine(0,0). (#7505, #282) ocornut 2024-04-18 19:08:58 +0200
  • eba46cb0d2 Drag and Drop: assert when nesting BeginDragDropSource() and BeginDragDropTarget() (#7504) + update Gallery links ocornut 2024-04-17 18:00:55 +0200
  • 9ec299ebe3 Backends: OpenGL: Detect ES3 contexts on desktop based on version string, (#7447) ocornut 2024-04-16 16:17:48 +0200
  • 4cb0fe3c7d Merge branch 'master' into docking ocornut 2024-04-16 14:24:13 +0200
  • 7b8107e7c8 Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ (#7435, #7132) ocornut 2024-04-16 13:51:03 +0200
  • 648278cd62 Examples: GLFW+WebGPU: Amends. (#7435, #7132) ocornut 2024-04-16 12:08:45 +0200
  • 80a5fdb108 Examples: GLFW+WebGPU: Fixed condition for when to recreate swapchain. (#7435, #7132) Jules Fouchy 2024-04-05 19:07:39 +0200
  • f9df6bf662 Examples: GLFW+WebGPU: added support for WebGPU-native/Dawn (#7435, #7132) Elias Daler 2024-03-24 14:18:10 +0100
  • b475309fa1 Fonts: Fixed font ascent and descent calculation when a font hits exact integer values. (#7399, #7404) GamingMinds-DanielC 2024-03-14 14:58:32 +0100
  • daecfffefb Text, DrawList: Improved handling of long single-line wrapped text. (#7496, #5720) ocornut 2024-04-15 12:52:45 +0200
  • fab96a6e59 Backends: SDL3: Re-enable calling SDL_StartTextInput()/SDL_StopTextInput(). (#7452, #6306, #6071, #1953) Green Sky 2024-03-28 21:05:44 +0100
  • dad1689bf7 Examples: SDL3: amend for removal of SDL_RENDERER_ACCELERATED. ocornut 2024-04-15 12:08:07 +0200
  • c1743eef48 Docking: when io.ConfigDockingWithShift is enabled, fixed help tooltip erroneously reading SetNextWindowXXX() data. (#6709, #4643, #7491) ocornut 2024-04-15 11:42:51 +0200
  • 3caa79c8a5 Version 1.90.6 WIP ocornut 2024-04-15 11:27:07 +0200
  • 76bc1b825e Extracted part of NewFrame() into SetupDrawListSharedData() for documentation purpose. (#7495, #6406) ocornut 2024-04-15 11:24:43 +0200
  • f790d51665 Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! ocornut 2024-04-12 16:55:32 +0200
  • 1db579d458 Merge branch 'master' into docking v1.90.5-docking ocornut 2024-04-11 16:21:56 +0200
  • 231cbee0fc Version 1.90.5 v1.90.5 ocornut 2024-04-11 15:45:27 +0200
  • 4f9ba19e52 Drags, Sliders, Inputs: Reactivated decimal point replacement for SliderScalar and DragScalar. (#7389, #6719, #2278) GamingMinds-DanielC 2024-03-11 16:35:27 +0100
  • e7712ff103 Out of courtesy/consistency move all the DebugHookIdInfo compares into ifndef block. ocornut 2024-04-03 10:50:32 +0900
  • f959c417fe Refactor moving ID stack functions to their own section (part 2) ocornut 2024-04-03 10:47:15 +0900
  • 0bf134a8e2 Refactor moving ID stack functions to their own section. ocornut 2024-04-03 10:42:57 +0900
  • 9a2b598ec1 ListBox: Fixed text-baseline offset when using SameLine()+Text() after a labeled ListBox(). ocornut 2024-04-03 10:18:49 +0900
  • d3c3514a59 Tables: Fixed auto-width columns when using synced-instances of same table. (#7218) ocornut 2024-03-29 19:39:05 +0900
  • 25a492f330 ProgressBar: Fixed passing fraction==NaN from leading to a crash. (#7451) ocornut 2024-03-29 19:09:55 +0900
  • 9638c2839a Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418) ocornut 2024-03-27 12:00:50 +0900
  • 742e53434f Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (#7440) ocornut 2024-03-27 11:36:57 +0900
  • 515b437c08 Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710) cfillion 2024-03-25 13:31:46 -0400
  • 976dc23965 Windows: extend outer resize borders to the edges when there are no corner grips. (#7440, #1710) cfillion 2024-03-25 10:02:40 -0400
  • 37b37fc2a3 DrawList: Allow AddText() to accept null ranges. (#3615, 7391) ocornut 2024-03-27 10:50:55 +0900
  • 5c5ae806aa Comments ocornut 2024-03-26 14:15:35 +0900
  • cf4c10bef7 Style: added ImGuiStyleVar_TabBorderSize, ImGuiStyleVar_TableAngledHeadersAngle. (#7411) cfillion 2024-03-17 08:48:52 -0400
  • f0802287db Tables: Angled headers: fixed table contents overflowing when a list clipper is used. (#7416) cfillion 2024-03-18 02:45:38 -0400
  • 29ff159f94 Tables: Angled headers: fixed borders not moving back up after TableAngleHeadersRow stops being called. (#7416) cfillion 2024-03-18 02:10:46 -0400
  • 38ddfb24f0 Tables: Angled headers: fixed border hit box extending beyond non-scrollable tables. (#7416) cfillion 2024-03-18 01:39:36 -0400
  • 8be48a44f7
    Backends: WebGPU: Avoid using -1u literal (#7436) Elie Michel 2024-03-25 03:10:38 +0100
  • 085781f5ca Merge branch 'master' into docking ocornut 2024-03-18 22:52:40 -0700
  • 868facff9d ImDrawList: (Breaking) merge float radius_x/radius_y parameters into ImVec2 radius in PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743, #7417) cfillion 2024-03-18 04:55:33 -0400
  • 0a1f5b94e3
    Demo: Two minor fixes (unchecked BeginTooltip + incorrect height constraint) (#7410)l Christian Fillion 2024-03-18 02:29:10 -0400
  • 40df3db1a2 Tweaking terminology ocornut 2024-03-17 19:46:12 +0900
  • adcc3217c3 Revert "Docking: Fix C++26 zealous warnings (#7383, #7089)" + Disable warnings ocornut 2024-03-11 15:05:36 +0100
  • 9d9ca37a84 Docking: Fix C++26 zealous warnings (#7383, #7089) ocornut 2024-03-11 14:41:02 +0100
  • da29b776ee
    Backends: SDL3: Fix leak of SDL_GetGamepads() return value (#7381) Robert Edmonds 2024-03-11 10:04:56 +0000
  • 3c435c0297 Inputs: (Breaking) More formally obsoleted GetKeyIndex() when IMGUI_DISABLE_OBSOLETE_FUNCTIONS is set. (#4921) ocornut 2024-03-08 12:12:21 +0100
  • 286cd5bd41 Internals, InputText: removed ImGuiInputSource_Clipboard. (#4005) ocornut 2024-03-07 15:00:07 +0100
  • fc570ac922
    Examples: WGPU: fixed initialization of WGPURenderPassColorAttachment (#7371) Kevin Leonardic 2024-03-06 13:44:37 +0100
  • fd75685fb0 Merge branch 'master' into docking ocornut 2024-03-05 18:12:11 +0100
  • 65dc67f63c Windows: Double-click to collapse may be disabled via key-ownership mechanism. (#7369) ocornut 2024-03-05 17:34:34 +0100
  • 6b7358e9f3 InputText: adding clarifying note about ImGuiInputTextCallbackData::Buf. (#7363) ocornut 2024-03-04 11:30:22 +0100
  • fbf45ad149 ImDrawList: add PathFillConcave(), AddConcavePolyFilled(): amends (#760) ocornut 2024-01-09 23:36:26 +0100
  • 1ff90c52d5 ImDrawList: add PathFillConcave(), AddConcavePolyFilled() (#760) thedmd 2024-01-03 14:31:45 +0100
  • 04f40014a6 Docs: added a mini wiki index in main source files. ocornut 2024-02-29 15:17:08 +0100
  • c623669967
    Added link to crawlable wiki omar 2024-02-28 19:21:13 +0100
  • 0573513d6d Windows: Scrollbar visibility decision uses current size when both size and contents size are submitted by API. (#7252) ocornut 2024-02-28 17:09:20 +0100
  • 77dff5a735 Backends: comments. ocornut 2024-02-28 11:03:44 +0100
  • 4e8c43f6b7 Backends: Win32: made it so that an appearing viewport showing up doesn't bring its parent viewport to front. (#7354) ocornut 2024-02-27 20:02:26 +0100
  • 44c7dfca03 Menus, Popup: Amend c3f8f4d for static analyzer warning ("condition always true"). (#7325) ocornut 2024-02-27 19:42:20 +0100
  • 1a487165b1 Merge branch 'master' into docking ocornut 2024-02-27 18:44:51 +0100
  • c3f8f4de25 Menus, Popups: Fixed an issue where sibling menu popups re-opening in successive frames would erroneously close the window. (#7325, #7287, #7063) ocornut 2024-02-27 18:36:20 +0100
  • 9877941775 Popups, Menus: rename ImGuiPopupData::BackupNavWindow > RestoreNavWindow and minor tweaks. Should be functionally a no-op. ocornut 2024-02-27 17:47:52 +0100
  • 725f91922d Tables: fixed TableGetHoveredRow() with overlapping frozen rows (#7350, #6588, #6347, #6250) GamingMinds-DanielC 2024-02-26 13:33:32 +0100
  • e46d1e69ac Version 1.90.5 WIP ocornut 2024-02-26 13:31:10 +0100
  • c6aa051629 Merge branch 'master' into docking v1.90.4-docking ocornut 2024-02-22 20:01:46 +0100
  • 277ae93c41 Version 1.90.4 v1.90.4 ocornut 2024-02-22 19:55:40 +0100
  • f5be90523d Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag. ocornut 2024-02-22 19:43:03 +0100
  • 13d91ff918 Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag. ocornut 2024-02-22 19:39:10 +0100
  • 34965cf23a Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340) ocornut 2024-02-22 14:53:33 +0100
  • 659fb41d0a Debug Tools: moved DebugStartItemPicker() to public API. Added to Demo->Tools menu. (#2673) ocornut 2024-02-20 17:31:25 +0100
  • 198c38f0b1 Demo: Custom Rendering: better demonstrate PathArcTo(), PathBezierQuadraticCurveTo(), PathBezierCubicCurveTo(), PathStroke(), PathFillConvex() functions. ocornut 2024-02-20 16:33:54 +0100
  • 3b6d924acd ProgressBar: Fixed a minor tesselation issue when rendering rounded progress bars. ocornut 2024-02-20 16:02:04 +0100
  • 2b662b1ab9 Merge branch 'master' into docking ocornut 2024-02-20 15:33:20 +0100
  • d3f1a7165c Popups: allow Child Popups to be resizable if not explicitly disabling. ocornut 2024-02-20 15:03:09 +0100
  • e78ce72eb6 Popups: Fixed resizable popup minimum size being too small. Standardized CalcWindowMinSize() logic a bit more. (#73290 ocornut 2024-02-20 15:00:01 +0100
  • 014e0ac8c9 Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. (#7325, #7287, #7063) ocornut 2024-02-20 14:01:24 +0100
  • c16043c1d5 Tables: Angled headers: improve clipping of text since multi-line labels makes clipping issues visible. (#6917) ocornut 2024-02-19 20:49:52 +0100
  • 405e54ebd5 Tables: Angled Headers: fixed support for multi-line labels. various padding/layout fixes. (#6917) ocornut 2024-02-19 20:24:07 +0100
  • 6655ab2e43 Tables: Angled Headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low. Fixed row geometry with non-small values of CellPadding. (#6917) ocornut 2024-02-19 13:48:09 +0100
  • 9159cd7b4a
    Updated invalid documentation link (#7331) Tim-Rex 2024-02-18 22:51:32 +1100
  • ccc5347e45
    Fix typos (#7332) cvionis 2024-02-18 06:50:51 -0500
  • 8a14b71f22 Version 1.90.4 WIP ocornut 2024-02-15 16:51:57 +0100
  • b19a4c5f2b
    Backends: OSX: remove legacy clearing of io.NavInputs in ImGui_ImplOSX_UpdateGamepads(). (#7320) John Melas 2024-02-15 15:57:37 +0200