Commit Graph

  • d66f4e5890 Asserting for invalid DpIScale values. (#8156) ocornut 2024-11-18 17:30:29 +0100
  • 142827f7d8 Backends: DX12: rework legacy path for handling ImGui_ImplDX12_Init() being called with space for a single descriptor. ocornut 2024-11-18 15:16:41 +0100
  • 08400f5be7 Backends: DX12: tidying up, added a ImGui_ImplDX12_Texture helper struct. ocornut 2024-11-15 19:14:04 +0100
  • 40b2286d16 (Breaking) Backends: DX12: changed ImGui_ImplDX12_Init() signature. Added ImGui_ImplDX12_InitInfo. Added support for Srv allocators. ocornut 2024-11-15 19:02:26 +0100
  • 3260ea6954 Examples: Win32+DX12: Tweaks. ocornut 2024-11-15 16:03:58 +0100
  • 8082a84903 Examples: Win32+DX12: removed misleading parameters to RenderPlatformWindowsDefault(): the parameter is ignored by ImGui_ImplDX12_RenderWindow(). ocornut 2024-11-15 16:03:58 +0100
  • 8be0723fb7 Amend Changelog to better document how changing button behavior of InputInt/InputFloat step buttons affected some mis-uses (#8149) ocornut 2024-11-13 16:55:06 +0100
  • e97b97467e Error Handling: fixed cases where recoverable error handling would crash. (#1651) ocornut 2024-11-12 19:09:00 +0100
  • 3381ab423b Version 1.91.6 WIP + fixed typo in tooltip. ocornut 2024-11-12 11:44:29 +0100
  • 368123ab06 Merge branch 'master' into docking v1.91.5-docking ocornut 2024-11-07 19:58:23 +0100
  • f401021d5a Version 1.91.5 v1.91.5 ocornut 2024-11-07 19:38:30 +0100
  • 31b967f098 Fix 01d27a4 (sorry I cherry-picked from wrong branch) ocornut 2024-11-07 19:35:00 +0100
  • 01d27a4acd Internals: added IM_LIKELY(), IM_UNLIKELY() helper macros (yet unused). Added ImFontGetCharAdvanceX() macro. ocornut 2024-11-07 16:58:50 +0100
  • 419a9ada16 Ignore clang warning Wnontrivial-memaccess (#8129, #8135) ocornut 2024-11-07 19:08:37 +0100
  • 17bd417a3d AddCustomRectFontGlyph: added storage for Colored bool in ImFontAtlasCustomRect. (#8133) ocornut 2024-11-07 14:57:16 +0100
  • 3b683927ee imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the first font in a merged set has no loaded glyph. (#8081) ocornut 2024-11-07 14:39:54 +0100
  • 3543dfda95 Docs: document removal of ImFont const qualifier as potentially breaking. ocornut 2024-11-06 18:14:44 +0100
  • d97bbf1904 Tabs, Style: made ImGuiCol_TabDimmedSelectedOverline alpha 0 (not visible) in default styles. ocornut 2024-11-06 18:08:15 +0100
  • d9f829dd71 Log/Capture: amend 772ca9e for docking. ocornut 2024-11-06 18:02:01 +0100
  • 83660e37e3 Merge branch 'master' into docking ocornut 2024-11-06 17:58:35 +0100
  • df0776e931 (Breaking) Removed ImGuiKey_COUNT. (#4921) ocornut 2024-11-06 17:49:52 +0100
  • 738d6db3e6 (Breaking) Removed used of ImGuiKey_KeysData_SIZE, ImGuiKey_KeysData_OFFSET. (#4921) ocornut 2024-11-06 17:42:02 +0100
  • 6f287dd16d (Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) ocornut 2024-11-06 16:56:51 +0100
  • fe2fa2d08e Comments (#8127) + Fixed warning (#8130) ocornut 2024-11-04 16:42:16 +0100
  • 57ab2b4226 Fixed unused function warning (#8130) Michael Böhme 2024-11-05 23:26:41 +0100
  • ec2f1d69c8 Docs: word-wrap some the older changelogs. ocornut 2024-11-05 13:18:16 +0100
  • 63234f8dd0 InputText: Internals: rename CurLenA->TextLen, InitialTextA->TextToRevertTo. ocornut 2024-11-05 11:32:02 +0100
  • c347d6944b Backends: GLFW: Linux workaround for spurious mouse up events emitted while dragging and creating new viewport. (#3158, #7733, #7922) ocornut 2024-11-05 11:26:38 +0100
  • be2d006e2e Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h ocornut 2024-11-05 10:50:49 +0100
  • 88e232739b
    Ignore clang warning Wnontrivial-memaccess (#8129) Maya Warrier 2024-11-05 04:44:39 -0500
  • d4791f1bbe
    Fixed a comment typo. (#8128) Brotcrunsher 2024-11-05 10:12:52 +0100
  • 82d0584e7b InputText: using CurLenA instead of TextA.Size for correctness. (#7925) ocornut 2024-11-04 20:24:36 +0100
  • 75f83de52a InputText: fixed a bug (regression in 1.91.2) where modifying text buffer within a callback would sometimes prevents further appending to the buffer. (#7925) ocornut 2024-11-04 19:48:40 +0100
  • f77d22837c Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013) ocornut 2024-11-04 14:24:54 +0100
  • a63220e3e0 Docking: fixed using ImGuiDockNodeFlags_KeepAliveOnly with DockSpaceOverViewport(). (#8125) ocornut 2024-11-04 11:52:56 +0100
  • 71c77c081a Demo: added a "Windows" section. ocornut 2024-10-30 15:41:45 +0100
  • 772ca9e9a9 Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config option. ocornut 2024-10-30 15:14:02 +0100
  • f37a9a27e5 Log/Capture: reworked scope + decorating menus, tabs. ocornut 2024-10-30 15:10:35 +0100
  • a4fcc93f4a Log/Capture: renaming ImGuiLogType to ImGuiLogFlags ocornut 2024-10-30 15:07:26 +0100
  • 9a0dff1bc5 Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use PressedOnClick instead of PressedOnClickRelease when unspecified. ocornut 2024-10-29 14:26:02 +0100
  • 0bde57c25a Font, Misc: remove qualifier from most font functions. ocornut 2024-10-29 11:47:03 +0100
  • ee1deccc08 Backends: Win32 + Viewports: remove current context change from ImGui_ImplWin32_WndProcHandler_PlatformWindow(). ocornut 2024-10-28 17:30:03 +0100
  • 9d6ec825cb Merge branch 'master' into docking ocornut 2024-10-28 17:27:38 +0100
  • 3b8c7d0326 Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586) ocornut 2024-10-28 16:58:07 +0100
  • fedf45c77e Backends: Win32 + Viewports: tweak ImGui_ImplWin32_WndProcHandler_PlatformWindow() to be easier to rework in a parallal friendly way. (#8069) ocornut 2024-10-28 16:56:34 +0100
  • d67e2eea1a Backends: Win32: internal rename. ocornut 2024-10-28 16:43:41 +0100
  • 81b689b969 Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShader() calls. (#8104) ocornut 2024-10-28 15:52:37 +0100
  • 81cfe09657 Selectable, Style: selected Selectable() use _Header color instead of an arbitrary lerp between _Header and _HeaderHovered. (#8106, #1861) ocornut 2024-10-28 15:44:44 +0100
  • 646df39003 Examples: added SDL3+Vulkan example - enable multi-viewports. (#8084, #8085) ocornut 2024-10-24 18:18:42 +0200
  • 942b64abfc Merge branch 'master' into docking ocornut 2024-10-24 18:15:51 +0200
  • ccb6646bae Examples: added SDL3+Vulkan example. (#8084, #8085) ocornut 2024-10-24 18:07:22 +0200
  • 1039b7f543 Examples: added more build_win64.bat helpers. ocornut 2024-10-24 17:49:01 +0200
  • a908d73c16 Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997) ocornut 2024-10-24 17:24:47 +0200
  • 943e26b16b Backends: SDL3: secondary viewports SDL_WindowFlags only inherit SDL_WINDOW_HIGH_PIXEL_DENSITY from the main window. (#8098, #2306) Ronan Cailleau 2024-10-23 23:18:06 +0200
  • b4033b37ad Backends: WGPU: update for Dawn WGPU String usage. (#8082, #8083) Nicolas Chavez 2024-10-21 14:19:31 +0200
  • a855bd8df3 Backends: SDL2: Replace SDL_Vulkan_GetDrawableSize() forward declaration with the actual include. (#8095, #7967, #3190) Eugene Sandulenko 2024-10-24 00:20:13 +0200
  • 06092a9756 Backends: SDL2, SDL3: SDL_EVENT_MOUSE_WHEEL event doesn't require dividing by 100.0f on Emscripten. (#4019, #6096, #1463) ocornut 2024-10-24 14:47:07 +0200
  • 062e580436
    Fixed copy/paste error in DebugModeWindow() (#8094) Eugene Sandulenko 2024-10-24 09:26:57 +0200
  • 4994e75852 Backends: DX12: Unmap() call specify written range. ocornut 2024-10-23 12:40:20 +0200
  • 41f02825fc Version 1.91.5 WIP ocornut 2024-10-23 12:16:00 +0200
  • c71e4e8c7c Merge branch 'master' into docking v1.91.4-docking ocornut 2024-10-18 22:04:08 +0200
  • 99109c0b3b Amend Changelog, oops didn't get it in the previous commit. v1.91.4 ocornut 2024-10-18 22:04:03 +0200
  • 83b64b8be2 Version 1.91.4 ocornut 2024-10-18 21:33:35 +0200
  • 4e2126ee44 Merge branch 'master' into docking ocornut 2024-10-18 18:59:27 +0200
  • ab9ce2a927 Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (#1074, #2048, #7237, #8059, #3200, #787) ocornut 2024-10-18 18:28:27 +0200
  • 3982cb35dc Nav, Docs: consistently use "keyboard/gamepad" instead of sometimes "gamepad/keyboard". ocornut 2024-10-18 17:26:20 +0200
  • 1ff9768aa3 Nav: (Breaking) renamed ImGuiCol_NavHighlight to ImGuiCol_NavCursor. (#1074, #2048, #7237, #8059, #1712, #7370, #787) ocornut 2024-10-18 17:12:00 +0200
  • 634a7ed988 Nav: added SetNavCursorVisible(). (#1074, #2048, #7237, #8059) ocornut 2024-10-18 17:06:30 +0200
  • 0bae2db77f Internals: (Breaking) renamed NavDisableMouseHover to NavHighlightItemUnderNav. ocornut 2024-10-18 18:07:58 +0200
  • 0536ace2b6 Internals: (Breaking) renamed RenderNavHighlight() to RenderNavCursor(), ImGuiNavHighlightFlags to ImGuiNavRenderCursorFlags. (#1074, #2048, #7237, #8059, #1712, #7370, #787) ocornut 2024-10-18 16:46:14 +0200
  • 23b655f8e3 Internals: (Breaking) changed g.NavDisableHighlight to g.NavCursorVisible : same logic but inverted value. (#1074, #2048, #7237, #8059, #1712, #7370, #787) ocornut 2024-10-18 16:42:22 +0200
  • 7a56b41124 Nav: added io.ConfigNavEscapeClearFocusItem. (#8059, #2048, #1074, #3200) ocornut 2024-10-17 19:57:18 +0200
  • db26fe7ca8 Debug Tools: Metrics: Fixed a crash when browsing "InputText" section before using one. (#8071) ocornut 2024-10-18 12:35:19 +0200
  • 604f2fa84a InputScalar: added an assert to clarify that ImGuiInputTextFlags_EnterReturnsTrue is not supported by InputFloat, InputInt etc. (#8065) ocornut 2024-10-17 15:42:11 +0200
  • 38617a5ad3 Internals: remove ImGuiInputTextFlags_NoMarkEdited and g.LockMarkEdited n favor of ImGuiItemFlags_NoMarkEdited. ocornut 2024-10-17 15:38:00 +0200
  • 0f6a463fae Internals: rename ImGuiTreeNodeStackData::InFlags and ImGuiNavItemData::InFlags to ItemFlags too. ocornut 2024-10-17 15:16:05 +0200
  • e6b5cafe65 Internals: rename ImGuiLastItemData::InFlags -> ItemFlags. ImGuiNextItemData::Flags -> HasFlags to avoid mistakes. ocornut 2024-10-17 15:11:35 +0200
  • 706438a43c Disabled: clicking a disabled item focuses parent window. Fix/amend 83ecc84. (#8064) ocornut 2024-10-17 11:37:16 +0200
  • 04d9a04557 imgui_freetype: Added support for plutosvg to render OpenType SVG fonts. (#7927, #7187 + #6591, #6607) Pascal Thomet 2024-08-08 12:21:01 +0200
  • 83ecc846dc Disabled: clicking a disabled item focuses parent window. (#8064) ocornut 2024-10-16 20:23:33 +0200
  • 67e5f3505d InvisibleButton: disable navigation properly + added ImGuiButtonFlags_EnableNav to enable navigation. (#8057) ocornut 2024-10-16 19:55:50 +0200
  • 971d243a87
    Fixed typo (#8063) DOTTEL Gaël 2024-10-15 11:35:34 +0200
  • 49a9eee33f Commented out obsolete internals's SetItemUsingMouseWheel() (#2891), TreeNodeBehaviorIsOpen() (#4814, #5423, #282, #2958, #924) ocornut 2024-10-15 10:41:34 +0200
  • b0185efd24 Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) ocornut 2024-10-14 19:34:23 +0200
  • 50de550ecd Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) ocornut 2024-10-14 19:34:23 +0200
  • 514a97a9b7 Merge branch 'master' into docking ocornut 2024-10-14 19:20:55 +0200
  • 42f47590f9 Fixed ad37b79 breaking IsItemHovered()->IsItemFocused() passthrough for navigation. ocornut 2024-10-14 19:13:04 +0200
  • fcdd58757a Backends: comments. ocornut 2024-10-14 19:13:04 +0200
  • 97da66209c Internals: removing ImGuiButtonFlags_Repeat (in favor of ImGuiItemFlags_ButtonRepeat), ImGuiButtonFlags_DontClosePopups (unused) ocornut 2024-10-14 19:03:33 +0200
  • 462d167456 Nav: rectangle highlight not rendered for items with ImGuiItemFlags_NoNav. (#8057) ocornut 2024-10-14 17:37:36 +0200
  • ad37b79bca Nav: shallow tidying up. ocornut 2024-10-14 17:30:14 +0200
  • 626d358e55 Nav: fixed Ctrl+Tab so when starting with no focused window it starts from the top-most window. (#3200) ocornut 2024-10-14 17:10:36 +0200
  • b001038901 Nav: added io.ConfigNavEscapeClearFocusWindow to clear focused window on Escape. (#3200) ocornut 2024-10-14 16:57:34 +0200
  • ba5161740e Amend d885fe4, fixes default value of ConfigNavCaptureKeyboard. (#2517, #2009) ocornut 2024-10-14 16:52:25 +0200
  • d885fe4dd0 (Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009) ocornut 2024-10-14 15:28:00 +0200
  • 349af8766c InputText: ensure mouse cursor is set regardless of whether keyboard mode is enabled or not. (#6417) ocornut 2024-10-14 13:52:40 +0200
  • 20ae8bd4c3 Error Handling: turned IsItemHovered()/IsWindowHovered() checks into IM_ASSERT_USER_ERROR. (#1651) ocornut 2024-10-14 10:22:24 +0200
  • c4bc674482 IO: WantCaptureKeyboard is never set when ImGuiConfigFlags_NoKeyboard is enabled. (#4921) ocornut 2024-10-11 15:31:01 +0200
  • 98d52b7b26 DrawList: AddCallback() added an optional size parameter allowing to copy and store any amount of user data for usage by callbacks: (#6969, #4770, #7665) ocornut 2024-10-11 13:29:13 +0200
  • f29e505d94 CI: remove --disableLicenseExpirationCheck. ocornut 2024-10-09 17:14:44 +0200