Commit Graph

  • bb9c49397c Docs: Fix some typos fdsa 2025-03-08 01:28:48 -0800
  • 65819a851f
    Update imgui.cpp MegaMech 2025-03-07 15:22:21 -0700
  • c67c2026fd Merge feature/simd-strlen into master as a single commit Kraionix 2025-03-01 14:47:26 +0700
  • 707ba8c472 Merged feature/simd-memchr as a single commit. Kraionix 2025-02-21 21:34:27 +0700
  • 1ec99f4fd3 Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421) ocornut 2025-03-07 11:09:02 +0100
  • b502bde319 Use math builtins instead of `<math.h>` if available vittorioromeo 2025-03-07 00:56:31 +0100
  • 19d060cc26 Merge branch 'master' into docking ocornut 2025-03-05 20:33:16 +0100
  • 377a387a42 Add proper ImGuiTextBuffer::resize() support other than 0. ocornut 2025-03-05 16:23:31 +0100
  • 9f49292b35 Internals: Menus: reworked mangling of menu windows to use "###Menu_00" etc. instead of "##Menu_00". ocornut 2025-03-05 15:23:49 +0100
  • 119dfbc627 Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631) ocornut 2025-03-05 15:04:26 +0100
  • 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 +0100
  • 324172fb1f Demo: (Refactor) Moved DemoWindowWidgets() below the functions it calls, reducing amount of forward declarations. ocornut 2025-03-05 13:35:14 +0100
  • 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 +0100
  • 8b08198c15 sdl2wgpu tool to acquire surfaceDescriptor via SDL_syswm and to pass to wgpuInstanceCreateSurface to create WGPU Surface BrutPitt 2025-03-04 03:07:49 +0100
  • 979e640b26 example_sdl2_wgpu: same style and functionality as GLFW example BrutPitt 2025-03-04 03:05:33 +0100
  • 674c794d10 example_glfw_wgpu: removed all workarounds BrutPitt 2025-03-04 03:04:08 +0100
  • ac734764e9 If the O.S. is Linux/Unix check if Wayland is the current active session and set DAWN_USE_WAYLAND=ON option (otherwise is always OFF) BrutPitt 2025-03-04 03:02:20 +0100
  • c91bf8b848
    Merge branch 'master' into master Michele Morrone 2025-03-04 02:07:27 +0100
  • e91de6a688 Create examples_sdl3_sdlrenderer3_cb for example using new SDL3 main callbacks. Russ Gibson 2025-03-03 13:20:36 -0800
  • 4e9cc88271 Create examples_sdl3_sdlrenderer3_cb for example using new SDL3 main callbacks. Russ Gibson 2025-03-03 13:12:15 -0800
  • 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 +0100
  • 935938bbd9 Merge branch 'master' into docking ocornut 2025-03-03 18:57:42 +0100
  • 71b160cdbb Demo: (Refactor) Moved code into DemoWindowWidgetsDisableBlocks() section. ocornut 2025-03-03 18:53:45 +0100
  • 7a919e80c9 Demo: (Refactor) Moved code into DemoWindowWidgetsQueryingStatuses() section. ocornut 2025-03-03 18:49:02 +0100
  • 0758594bd2 Demo: (Refactor) Moved code into DemoWindowWidgetsDragAndDrop() section. ocornut 2025-03-03 18:45:59 +0100
  • 9b486e47fe Demo: (Refactor) Moved code into DemoWindowWidgetsDragsAndSliders(), DemoWindowWidgetsMultiComponents(), DemoWindowWidgetsVerticalSliders() sections. ocornut 2025-03-03 18:40:14 +0100
  • caf3faa054 Demo: (Refactor) Moved code into DemoWindowWidgetsColorAndPickers() section. ocornut 2025-03-03 18:14:23 +0100
  • 510a9a77d6 Demo: (Refactor) Moved code into DemoWindowWidgetsDataTypes() section. ocornut 2025-03-03 18:11:16 +0100
  • 4d0c776a80 Demo: (Refactor) Moved code into DemoWindowWidgetsPlotting(), DemoWindowWidgetsProgressBars(), DemoWindowWidgetsTabs() sections. ocornut 2025-03-03 18:08:22 +0100
  • 4450d61ac2 Demo: (Refactor) Moved code into DemoWindowWidgetsSelectables(), DemoWindowWidgetsTextFilter(), DemoWindowWidgetsTextInputs() sections. ocornut 2025-03-03 18:01:41 +0100
  • 22baec494b Demo: (Refactor) Moved code into DemoWindowWidgetsComboBoxes(), DemoWindowWidgetsImages(), DemoWindowWidgetsListBoxes() sections. ocornut 2025-03-03 17:57:43 +0100
  • 94877a137d Demo: (Refactor) Moved code into DemoWindowWidgetsBullets(), DemoWindowWidgetsCollapsingHeaders(), DemoWindowWidgetsCollapsingText() sections. ocornut 2025-03-03 17:56:15 +0100
  • de3f68a233 Demo: (Refactor) Moved code into DemoWindowWidgetsTooltips(), DemoWindowWidgetsTreeNodes() sections. ocornut 2025-03-03 17:51:34 +0100
  • b2c55c9db5 Demo: (Refactor) Moved code into DemoWindowWidgetsBasic() section. ocornut 2025-03-03 17:50:48 +0100
  • eefd2da0f6 Demo: (Refactor) Added new empty sections.. Renamed existing helper functions. ocornut 2025-03-03 17:38:09 +0100
  • 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 +0100
  • 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 +0100
  • c5ade6591e TextLink(), TextLinkOpenURL(): fixed honoring text baseline alignment. (#8451, #7660) ocornut 2025-03-02 13:39:29 +0100
  • 9c2876b9f8 ShowFontAtlas() uses ImageWithBg(). (#8131, #8238) ocornut 2025-02-27 22:04:56 +0100
  • 15b96fd051 Merge branch 'master' into docking ocornut 2025-02-27 22:01:51 +0100
  • 1aab00da85 Misc shallow tweaks/tidying up. (#8446) ocornut 2025-02-27 21:55:17 +0100
  • 482a1f50b6 Internals: rename ImGuiDataVarInfo to ImGuiStyleVarInfo. Move ImGuiStyleMod, ImGuiColorMod to own section. ocornut 2025-02-27 16:08:51 +0100
  • 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 +0100
  • e896d0be0b Join declarations and assignments Dr. Dystopia 2025-02-23 17:08:34 +0100
  • 5f6330e73e Remove unused include Dr. Dystopia 2025-02-22 22:51:15 +0100
  • 7615343b98 Replace zero constant with nullptr Dr. Dystopia 2025-02-22 22:48:57 +0100
  • 56e815d88a Replace memset with zero initialization Dr. Dystopia 2025-02-22 22:47:09 +0100
  • 79443ecb00 Convert variable to constexpr Dr. Dystopia 2025-02-22 20:49:21 +0100
  • 15844abbc6 Move variables to inner scope Dr. Dystopia 2025-02-22 20:47:37 +0100
  • e96001f669 Remove elaborated type specifiers Dr. Dystopia 2025-02-22 20:38:00 +0100
  • c552fdfbfa Replace deprecated headers Dr. Dystopia 2025-02-22 20:36:23 +0100
  • 7c8a5e388c Remove redundant parentheses Dr. Dystopia 2025-02-22 20:28:28 +0100
  • 315fa1046d Remove redundant qualifiers Dr. Dystopia 2025-02-22 20:19:45 +0100
  • 6c8f63f675 Add missing include guards Dr. Dystopia 2025-02-22 19:53:19 +0100
  • 6253d8e557
    Merge branch 'ocornut:master' into master Russ Gibson 2025-02-27 11:16:52 -0800
  • cdafefd4be
    Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438) Alan 2025-02-27 07:47:33 -0500
  • b7d8140b75 Wrapping last punctuation if there are continuous punctuation symbols (#8139) runzh-crypto 2025-02-27 16:46:34 +0800
  • 81116767ae Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn Alan Hu 2025-02-26 21:47:22 -0500
  • 8bd3e20c86
    Backends: WebGPU: include imgui.h before backend check (#8437) Alan 2025-02-26 18:06:31 -0500
  • 2dc4bbd0b6 Backends: WebGPU: include imgui.h before backend check Alan Hu 2025-02-26 17:48:56 -0500
  • 3fb14b50f8 Merge branch 'master' into docking ocornut 2025-02-26 21:08:45 +0100
  • aa83d5d455 Backends: SDL2, SDL3: Only start SDL_CaptureMouse() when mouse is being dragged. (#6410, #3650) ocornut 2025-02-26 15:34:31 +0100
  • aaacb01b8d Backends: WebGPU: Recreate image bind groups during render. (#8426, #8046, #7765, #8027) Jose L. Hidalgo (PpluX) 2025-02-26 15:19:56 +0100
  • 9996a2d51b Backends: WebGPU: update code for latest webgpu-native changes. Fix for Emscripten. (#8426) ocornut 2025-02-26 15:16:38 +0100
  • 6aa0810de5 Backends: WebGPU: update code for latest webgpu-native changes. Amend. (#8426) ocornut 2025-02-26 15:10:28 +0100
  • 4f4fb1d220 Backends: WebGPU: update code for latest webgpu-native changes. (#8426) Jose L. Hidalgo (PpluX) 2025-02-22 12:47:30 +0100
  • 242d856ede Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434) ocornut 2025-02-26 14:40:41 +0100
  • a86fcbd947
    Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434) Russ Gibson 2025-02-26 05:38:08 -0800
  • faef1e3722
    fix: Resolve the issue of font texture loss when resizing the window in opengl2 & sdl2 environment Song 2025-02-26 15:12:32 +0800
  • 14f28b7c72 Removed opengl to remove confusion. Russ Gibson 2025-02-25 16:29:34 -0800
  • 4c0604ec2e Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount. ocornut 2025-01-18 16:03:46 +0100
  • 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 +0100
  • 6e29450f76 Internals: added IsItemActiveAsInputText() helper. ocornut 2025-02-25 16:02:10 +0100
  • 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 +0100
  • 030746faff Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker. (#7961, #7669) ocornut 2025-02-24 17:45:16 +0100
  • 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 +0100
  • ef969a53f5 Tabs: fixed Unsaved Marker not being visible when Close Button is. (#8430, #8387) ocornut 2025-02-24 11:44:48 +0100
  • 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 +0100
  • 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 +0100
  • bceed006f5
    Merge 816e13e50f into 74afea04d6 Cyao 2025-02-24 10:22:31 +0500
  • 74afea04d6
    Fix typos in docs (#8427) Tygyh 2025-02-22 23:36:40 +0100
  • 494ccb9967 Fix typos in docs Dr. Dystopia 2025-02-22 19:38:32 +0100
  • 631f9f55c2 Fix wgpu image binddgroups Jose L. Hidalgo (PpluX) 2025-02-22 12:47:30 +0100
  • 73a5519d11
    SDL2 TheMode 2025-02-22 11:44:13 +0100
  • 8927f00af1
    Fix mouse position in relative mode TheMode 2025-02-22 11:36:41 +0100
  • edc66d79c7 Nav: extract code into a NavUpdateWindowingApplyFocus() so it may be reused elsewhere. ocornut 2025-02-21 23:09:54 +0100
  • 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 +0100
  • 6acdce78d1 Backends: Win32: use UnregisterClassW() for matching consistency. (#8423, #7979) ocornut 2025-02-21 22:12:53 +0100
  • 773060155f Merge branch 'master' into docking ocornut 2025-02-21 19:56:20 +0100
  • 434b7710f3 Internals: packing ImGuiDataVarInfo + misc renaming + value of ImGuiDataType_Pointer doesn't need to be Count+1 ocornut 2025-02-19 16:49:35 +0100
  • 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 +0100
  • 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 +0100
  • 1e18a6cf60 Examples: GLFW+Vulkan: make GLFW_DIR overridable in cmake bit. (#8419) ocornut 2025-02-21 16:55:35 +0100
  • a6bcbb173b
    Examples: Android: Update kotlin version (#8409) Tygyh 2025-02-20 18:07:25 +0100
  • 6dc376f676 ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals. ocornut 2025-02-20 11:54:32 +0100
  • 85c488ee12 Hot-fix for broken MouseDrawCursor support for ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress/ImGuiMouseCursor_NotAllowed. ocornut 2025-02-20 11:46:56 +0100
  • 7431ef51cb
    Backends: D3D12: Use FramebufferScale WSSDude 2025-02-19 14:00:06 +0100
  • 05742f9b6f Tables: share code between TableSetupColumn() and TableLoadSettings(). (#7934) ocornut 2025-02-19 10:55:44 +0100
  • 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 +0100
  • eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. ocornut 2025-02-18 18:52:08 +0100