Commit Graph

  • 4d4f1fd364 Docs: retroactively document ConfigData->Sources renaming. (#8495) ocornut 2025-03-17 11:50:32 +01:00
  • d6493aab02 Fix typo in comment (#8494) Wizard 2025-03-16 18:56:59 -04:00
  • 126d004f9e Merge branch 'master' into docking v1.91.9-docking ocornut 2025-03-14 17:15:03 +01:00
  • 97428e8ac9 Version 1.91.9 v1.91.9 ocornut 2025-03-14 16:30:39 +01:00
  • ea2a12112d Misc: Various zealous warning fixes for newer version of Clang. ocornut 2025-03-14 17:13:04 +01:00
  • aa97252f60 Merge branch 'master' into docking ocornut 2025-03-13 21:01:21 +01:00
  • b758b8223f InputText: Pasting a multi-line buffer into a single-line edit replaces carriage return by spaces. (#8459) ocornut 2025-03-13 19:30:42 +01:00
  • 79bba34c5f Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)" ocornut 2025-03-13 16:32:50 +01:00
  • d9dad2f4a1 Scrollbar: stabilize visibility of ScrollbarX when detecting a feedback loop. (#8488, #3285, #4539) ocornut 2025-03-12 14:15:51 +01:00
  • 6e30c42101 Tables: fixed an issue with TableSetupColumn() overriding ini data. (#7934) ocornut 2025-03-12 19:29:41 +01:00
  • de4f77b0ac Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. ocornut 2025-03-12 15:47:37 +01:00
  • 09654f4e8c Revert "Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10." ocornut 2025-03-11 18:42:12 +01:00
  • 557c77e455 Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468) ocornut 2025-03-11 18:38:45 +01:00
  • 2d403a1614 Viewports: fixed an issue where window repositioning leading to a monitor change could have the window incorrectly get clamped within the boundaries of its previous monitor. (#8484) ocornut 2025-03-11 13:16:40 +01:00
  • 6da230636b Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10. ocornut 2025-03-11 12:20:33 +01:00
  • 51e4cba909 Backends: Fixed zealous warnings. ocornut 2025-03-11 12:05:23 +01:00
  • 6972b6c380 Merge branch 'master' into docking ocornut 2025-03-10 20:02:36 +01:00
  • 39585aa90d Amend Changelog to talk about OEM keys. (#7136, #7201, #7206, #7306, #7670, #7672, #8468) ocornut 2025-03-10 18:13:45 +01:00
  • a9e53829d2 Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468) ocornut 2025-03-10 16:29:59 +01:00
  • bb8d2957ee Docking: removed legacy assert preventing to call DockBuilderSplitNode() on an existing split node. (#8472) MegaMech 2025-03-07 15:22:21 -07:00
  • 88d4827b64 Update FAQ.md for SDL3 (#8480) Zijie Wu 2025-03-09 13:44:26 -07:00
  • 3c3d943fb1 Docs: Fix some typos (#8473) fdsa 2025-03-08 01:28:48 -08:00
  • 806731e37a Set IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS on 3DS sdk (#8477, #8476) TheMode 2025-03-09 06:28:36 +01:00
  • 1ec99f4fd3 Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421) ocornut 2025-03-07 11:09:02 +01:00
  • 19d060cc26 Merge branch 'master' into docking ocornut 2025-03-05 20:33:16 +01:00
  • 377a387a42 Add proper ImGuiTextBuffer::resize() support other than 0. ocornut 2025-03-05 16:23:31 +01:00
  • 9f49292b35 Internals: Menus: reworked mangling of menu windows to use "###Menu_00" etc. instead of "##Menu_00". ocornut 2025-03-05 15:23:49 +01:00
  • 119dfbc627 Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631) ocornut 2025-03-05 15:04:26 +01:00
  • fcec08f7ae Demo: (Refactor) Moved ExampleTreeNode contents below ShowDemoWindow() so main entry point is more visible to casual reader. ocornut 2025-03-05 13:39:48 +01:00
  • 324172fb1f Demo: (Refactor) Moved DemoWindowWidgets() below the functions it calls, reducing amount of forward declarations. ocornut 2025-03-05 13:35:14 +01:00
  • a7657f2ed4 Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455) ocornut 2025-03-04 14:36:00 +01:00
  • df31774327 Disabled: Fixed an issue restoring Alpha in EndDisabled() when using nested BeginDisabled() calls with PushStyleVar(ImGuiStyleVar_DisabledAlpha) within. (#8454, #7640) ocornut 2025-03-03 19:20:10 +01:00
  • 935938bbd9 Merge branch 'master' into docking ocornut 2025-03-03 18:57:42 +01:00
  • 71b160cdbb Demo: (Refactor) Moved code into DemoWindowWidgetsDisableBlocks() section. ocornut 2025-03-03 18:53:45 +01:00
  • 7a919e80c9 Demo: (Refactor) Moved code into DemoWindowWidgetsQueryingStatuses() section. ocornut 2025-03-03 18:49:02 +01:00
  • 0758594bd2 Demo: (Refactor) Moved code into DemoWindowWidgetsDragAndDrop() section. ocornut 2025-03-03 18:45:59 +01:00
  • 9b486e47fe Demo: (Refactor) Moved code into DemoWindowWidgetsDragsAndSliders(), DemoWindowWidgetsMultiComponents(), DemoWindowWidgetsVerticalSliders() sections. ocornut 2025-03-03 18:40:14 +01:00
  • caf3faa054 Demo: (Refactor) Moved code into DemoWindowWidgetsColorAndPickers() section. ocornut 2025-03-03 18:14:23 +01:00
  • 510a9a77d6 Demo: (Refactor) Moved code into DemoWindowWidgetsDataTypes() section. ocornut 2025-03-03 18:11:16 +01:00
  • 4d0c776a80 Demo: (Refactor) Moved code into DemoWindowWidgetsPlotting(), DemoWindowWidgetsProgressBars(), DemoWindowWidgetsTabs() sections. ocornut 2025-03-03 18:08:22 +01:00
  • 4450d61ac2 Demo: (Refactor) Moved code into DemoWindowWidgetsSelectables(), DemoWindowWidgetsTextFilter(), DemoWindowWidgetsTextInputs() sections. ocornut 2025-03-03 18:01:41 +01:00
  • 22baec494b Demo: (Refactor) Moved code into DemoWindowWidgetsComboBoxes(), DemoWindowWidgetsImages(), DemoWindowWidgetsListBoxes() sections. ocornut 2025-03-03 17:57:43 +01:00
  • 94877a137d Demo: (Refactor) Moved code into DemoWindowWidgetsBullets(), DemoWindowWidgetsCollapsingHeaders(), DemoWindowWidgetsCollapsingText() sections. ocornut 2025-03-03 17:56:15 +01:00
  • de3f68a233 Demo: (Refactor) Moved code into DemoWindowWidgetsTooltips(), DemoWindowWidgetsTreeNodes() sections. ocornut 2025-03-03 17:51:34 +01:00
  • b2c55c9db5 Demo: (Refactor) Moved code into DemoWindowWidgetsBasic() section. ocornut 2025-03-03 17:50:48 +01:00
  • eefd2da0f6 Demo: (Refactor) Added new empty sections.. Renamed existing helper functions. ocornut 2025-03-03 17:38:09 +01:00
  • ce13f6b73e Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452) ocornut 2025-03-03 13:10:58 +01:00
  • 4819eae867 Clipper: Fixed an issue where passing an out of bound index to IncludeItemByIndex() could incorrectly offset the final cursor. ocornut 2025-03-02 14:15:11 +01:00
  • c5ade6591e TextLink(), TextLinkOpenURL(): fixed honoring text baseline alignment. (#8451, #7660) ocornut 2025-03-02 13:39:29 +01:00
  • 9c2876b9f8 ShowFontAtlas() uses ImageWithBg(). (#8131, #8238) ocornut 2025-02-27 22:04:56 +01:00
  • 15b96fd051 Merge branch 'master' into docking ocornut 2025-02-27 22:01:51 +01:00
  • 1aab00da85 Misc shallow tweaks/tidying up. (#8446) ocornut 2025-02-27 21:55:17 +01:00
  • 482a1f50b6 Internals: rename ImGuiDataVarInfo to ImGuiStyleVarInfo. Move ImGuiStyleMod, ImGuiColorMod to own section. ocornut 2025-02-27 16:08:51 +01:00
  • 494ea57b65 Image: removed 'tint_col', 'border_col' parameters from Image(). Added ImageWithBg(). Added style.ImageBorderSize, ImGuiStyleVar_ImageBorderSize. (#8131, #8238) ocornut 2025-02-27 19:28:01 +01:00
  • cdafefd4be Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438) Alan 2025-02-27 07:47:33 -05:00
  • 8bd3e20c86 Backends: WebGPU: include imgui.h before backend check (#8437) Alan 2025-02-26 18:06:31 -05:00
  • 3fb14b50f8 Merge branch 'master' into docking ocornut 2025-02-26 21:08:45 +01:00
  • aa83d5d455 Backends: SDL2, SDL3: Only start SDL_CaptureMouse() when mouse is being dragged. (#6410, #3650) ocornut 2025-02-26 15:34:31 +01:00
  • aaacb01b8d Backends: WebGPU: Recreate image bind groups during render. (#8426, #8046, #7765, #8027) Jose L. Hidalgo (PpluX) 2025-02-26 15:19:56 +01:00
  • 9996a2d51b Backends: WebGPU: update code for latest webgpu-native changes. Fix for Emscripten. (#8426) ocornut 2025-02-26 15:16:38 +01:00
  • 6aa0810de5 Backends: WebGPU: update code for latest webgpu-native changes. Amend. (#8426) ocornut 2025-02-26 15:10:28 +01:00
  • 4f4fb1d220 Backends: WebGPU: update code for latest webgpu-native changes. (#8426) Jose L. Hidalgo (PpluX) 2025-02-22 12:47:30 +01:00
  • 242d856ede Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434) ocornut 2025-02-26 14:40:41 +01:00
  • a86fcbd947 Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434) Russ Gibson 2025-02-26 05:38:08 -08:00
  • 4c0604ec2e Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount. ocornut 2025-01-18 16:03:46 +01:00
  • 2db3e9d439 Backends: SDL2, SDL3: Use display bounds when SDL_GetDisplayUsableBounds() fails or return a zero size. (#8415, #3457) ocornut 2025-02-25 17:11:56 +01:00
  • 6e29450f76 Internals: added IsItemActiveAsInputText() helper. ocornut 2025-02-25 16:02:10 +01:00
  • 9ab0b66f50 Backends: fixed comment to state that ImGuiViewport::PlaformHandle is used to store SDL's WindowID, not SDL_Window*. (#7853) ocornut 2025-02-25 15:55:54 +01:00
  • 030746faff Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker. (#7961, #7669) ocornut 2025-02-24 17:45:16 +01:00
  • dac40d0487 Backends: SDL2, SDL3: don't call SDL_GetGlobalMouseState() when mouse position is in relative mode. (#8425, #8407) TheMode 2025-02-22 11:36:41 +01:00
  • ef969a53f5 Tabs: fixed Unsaved Marker not being visible when Close Button is. (#8430, #8387) ocornut 2025-02-24 11:44:48 +01:00
  • 5dce79e941 Backends: DirectX12: Fixed an issue where pre-1.91.5 legacy ImGui_ImplDX12_Init() signature started breaking in 1.91.8 due to missing command queue. (#8429) ocornut 2025-02-24 10:52:15 +01:00
  • dd89bb1469 Backends: DirectX11: configure swap chain creation for secondary viewports via undocumented ImGui_ImplDX11_SetSwapChainDescs(). (#5437, #7607, #7286, #2970) ocornut 2025-02-21 23:51:30 +01:00
  • 74afea04d6 Fix typos in docs (#8427) Tygyh 2025-02-22 23:36:40 +01:00
  • edc66d79c7 Nav: extract code into a NavUpdateWindowingApplyFocus() so it may be reused elsewhere. ocornut 2025-02-21 23:09:54 +01:00
  • 3064e6d10c Viewports + Backends: Win32: Fixed setting title bar text when application is compiled without UNICODE. (#7979, #5725) Marius PvW 2025-02-21 22:37:51 +01:00
  • 6acdce78d1 Backends: Win32: use UnregisterClassW() for matching consistency. (#8423, #7979) ocornut 2025-02-21 22:12:53 +01:00
  • 773060155f Merge branch 'master' into docking ocornut 2025-02-21 19:56:20 +01:00
  • 434b7710f3 Internals: packing ImGuiDataVarInfo + misc renaming + value of ImGuiDataType_Pointer doesn't need to be Count+1 ocornut 2025-02-19 16:49:35 +01:00
  • 1a7b5945c7 Backends: GLFW/SDL2/SDL3: Update monitors and work areas information every frame, as the later may change regardless of monitor changes. (#8415) ocornut 2025-02-21 19:18:31 +01:00
  • ea59440662 Backends: Win32: WM_SETTINGCHANGE's SPI_SETWORKAREA message also triggers a refresh of monitor list. (#8415) David Maas 2025-02-21 17:08:16 +01:00
  • 1e18a6cf60 Examples: GLFW+Vulkan: make GLFW_DIR overridable in cmake bit. (#8419) ocornut 2025-02-21 16:55:35 +01:00
  • a6bcbb173b Examples: Android: Update kotlin version (#8409) Tygyh 2025-02-20 18:07:25 +01:00
  • 6dc376f676 ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals. ocornut 2025-02-20 11:54:32 +01:00
  • 85c488ee12 Hot-fix for broken MouseDrawCursor support for ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress/ImGuiMouseCursor_NotAllowed. ocornut 2025-02-20 11:46:56 +01:00
  • 05742f9b6f Tables: share code between TableSetupColumn() and TableLoadSettings(). (#7934) ocornut 2025-02-19 10:55:44 +01:00
  • 8b7b3ce03e Tables: fixed an issue where Columns Width state wouldn't be correctly restored when hot-reloading .ini state. (#7934) ocornut 2025-02-19 10:14:38 +01:00
  • eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. ocornut 2025-02-18 18:52:08 +01:00
  • 8a35386ba7 Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends. ocornut 2025-02-18 18:40:47 +01:00
  • 8f0411ff03 Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend from e.g. other DLL boundaries. (#8406) ocornut 2025-02-18 18:19:10 +01:00
  • afd659bb92 Merge branch 'master' into docking ocornut 2025-02-17 11:46:16 +01:00
  • c4a32a129d Tabs: fixed middle-button to close not checking hovering, only close button visibility. (#8399, #8387) Nico van Bentum 2025-02-13 21:50:12 +01:00
  • 78ec1272e9 ImDrawList: added InitialFringeScale in ImDrawListSharedData. Default to 1.0f. ocornut 2025-02-14 21:39:45 +01:00
  • 2860d7ba05 Selectable: Fixed horizontal label alignment with SelectableTextAlign.x > 0 and specifying a selectable size. (#8338) ocornut 2025-02-14 19:44:35 +01:00
  • 474305c476 ImFont: simpler constructor. ocornut 2025-02-14 16:15:09 +01:00
  • ec4cd2cb8c Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400) ocornut 2025-02-14 12:19:24 +01:00
  • a4ebe3d576 Viewports: Fixed assertion when multi-viewports disabled and no monitor submitted. Reworked 95c4111. (#8401, #8393, #8385) ocornut 2025-02-14 12:04:05 +01:00
  • 98c2f6b0c4 Tables, Error Handling: Recovery from invalid index in TableSetColumnIndex(). (#1651) ocornut 2025-02-13 16:19:41 +01:00
  • e1ae7db4cc Backends: Vulkan: Fixed building with older headers not supporting VK_HEADER_VERSION_COMPLETE. (#8326, #8365) ocornut 2025-02-13 16:03:40 +01:00
  • 12963f5231 Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365) ocornut 2025-02-13 15:49:47 +01:00