Commit Graph

  • 77d582fa37 Windows: BeginChild(): fixed a glitch when during a resize of a child window which is tightly close to the boundaries of its parent. (#7706) ocornut 2024-06-27 18:04:24 +0200
  • 953d40c929 Tables: moved TableGetHoveredColumn() to public API. (#7715, #3740) ocornut 2024-06-27 17:17:54 +0200
  • fbb903e158 Inputs: fixed using Shortcut() or SetNextItemShortcut() within a disabled block bypassing the disabled state. (#7726) ocornut 2024-06-27 16:37:33 +0200
  • a028c2df2a Windows, Menus: Fixed an issue where the size of sub-menu in their own viewport would be erroneously clamped to the size of main viewport. (#7730) ocornut 2024-06-27 16:05:25 +0200
  • dbffb702f8 ImGuiStorage: tweak impl for BuildSortByKey(). ocornut 2024-06-26 18:57:14 +0200
  • 0c2650e833 Backends: OSX: build fix. Amend 32f9dfc ocornut 2024-06-26 16:23:27 +0200
  • 22b36bef9e Examples: undo adding SDL3 example to Visual Studio sln. ocornut 2024-06-26 14:59:00 +0200
  • 10a5a857f5 Merge branch 'master' into docking ocornut 2024-06-26 14:54:01 +0200
  • 7c2476986b Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735) ocornut 2024-06-26 14:41:21 +0200
  • 32f9dfc126 Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends. ocornut 2024-06-26 14:32:48 +0200
  • eb1cc4b8b4 Metrics/Debugger: Browsing a Storage perform hover lookup on identifier. ocornut 2024-06-26 12:17:22 +0200
  • a18fb406ac Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854) Martin Ejdestig 2024-06-22 13:54:21 +0200
  • aab27130a6 Demo: Style Editor: clarify how _CalcCircleAutoSegmentCount() doesn't always get exact final segment count. (#7731) ocornut 2024-06-24 12:57:39 -0700
  • 48e7e7bfe8
    Backends: SDL3: Follow SDL3 removal of keysym field in SDL_KeyboardEvent (#7729) Gary Geng 2024-06-23 17:26:52 -0500
  • 7237d3e5c3 Merge branch 'master' into docking ocornut 2024-06-21 16:07:15 -0700
  • 755bf2b8c2 (Breaking) Move ImGuiWindowFlags_NavFlattened to ImGuiChildFlags_NavFlattened. (#7687) cfillion 2024-06-12 18:28:24 -0400
  • 2c8cc58fd1 Internals: storing HoveredWindowBeforeClear for use by multi-context compositor drag and drop propagation. ocornut 2024-06-21 14:45:30 -0700
  • 7f20a4b041 Nav: CTRL+Tab overlay display context name if any. ocornut 2024-06-21 10:16:15 -0700
  • e3971079cf IO: added ImGuiConfigFlags_NoKeyboard for consistency and convenience. (#4921) ocornut 2024-06-21 10:08:07 -0700
  • 8067d05f74 IO: added ClearInputMouse(). made ClearInputKeys() not clear mouse data. (#4921) ocornut 2024-06-21 10:01:53 -0700
  • 66ed89b0ca Docking: mark window payload as not cross-context. ocornut 2024-06-20 17:48:54 -0700
  • e863f89d39 Merge branch 'master' into docking ocornut 2024-06-20 17:45:47 -0700
  • 21581cf70c Fixed build warning. ocornut 2024-06-20 17:45:09 -0700
  • 416cfdb99d Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from the HWND. ocornut 2024-06-20 17:44:19 -0700
  • 3acb869a95 Backends: Win32: avoid skipping DefWindowProc() on WM_CLOSE. ocornut 2024-06-20 17:39:19 -0700
  • 7e7c97ac5f Ignore .ini file with other suffixes. ocornut 2024-06-20 14:34:42 -0700
  • 77d9f80754 Drag and Drop: Added ImGuiDragDropFlags_PayloadNoCrossContext and ImGuiDragDropFlags_PayloadNoCrossProcess flags. ocornut 2024-06-20 11:26:45 -0700
  • 8c318dc770 Drag and Drop: (Breaking) renamed ImGuiDragDropFlags_SourceAutoExpirePayload to ImGuiDragDropFlags_PayloadAutoExpire. (#1725, #143) ocornut 2024-06-20 11:24:54 -0700
  • 50709454b3 Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern assume a mouse button being pressed. (#143) ocornut 2024-06-19 19:02:51 -0700
  • 413c056359 Drag and Drop: comments, debug log entries. ocornut 2024-06-19 17:55:54 -0700
  • 37c243bb35 Internals: added ImGuiContext::ContextName optionally used by debug log and to facilitate debugging. ocornut 2024-06-19 17:53:34 -0700
  • 8c517fee35 Drag and Drop: Fixes an issue when elapsing payload would be based on last payload frame instead of last drag source frame. ocornut 2024-06-19 14:19:55 -0700
  • 32a037c030 Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern. (#143) ocornut 2024-06-19 13:36:58 -0700
  • 2ebb4e931d TabBar, Style, Docking: amend 21bda2e for docking branch. ocornut 2024-06-18 17:47:22 -0700
  • 3e7f1d42db Merge branch 'master' into docking ocornut 2024-06-18 17:45:17 -0700
  • 21bda2ed99 TabBar, Style: added ImGuiTabBarFlags_DrawSelectedOverline and ImGuiCol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline. ocornut 2024-06-18 16:52:56 -0700
  • 1b9593e889 Style: (Breaking) renamed ImGuiCol_TabActive -> ImGuiCol_TabSelected, ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected. ocornut 2024-06-18 16:51:48 -0700
  • 64a82d73c9 Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702) bcsanches 2024-06-17 22:09:07 -0300
  • b902fa4c44 IO: do not disable io.ConfigWindowsResizeFromEdges when ImGuiBackendFlags_HasMouseCursors is not set by backend. ocornut 2024-06-11 14:15:13 +0200
  • 8caf7afbad Internals: made ImLowerBound() accessible in internals + take a span. + rearrange child/popup/tooltips section. ocornut 2024-06-10 19:20:12 +0200
  • 22d65c7949 Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to ImGuiStoragePair (simpler for many languages). ocornut 2024-06-10 17:42:08 +0200
  • 7538ca6f40 Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) ocornut 2024-06-10 15:04:40 +0200
  • a47bfb1b5b Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) ocornut 2024-06-10 15:02:43 +0200
  • d46a0aa069 Internals: renamed HoveredIdDisabled to HoveredIdIsDisabled for consistency. ocornut 2024-06-10 13:59:46 +0200
  • 7260bb51cf Version 1.90.9 WIP ocornut 2024-06-07 16:57:01 +0200
  • 6d948ab47e Merge branch 'master' into docking v1.90.8-docking ocornut 2024-06-06 17:52:55 +0200
  • 6f7b5d0ee2 Version 1.90.8 v1.90.8 ocornut 2024-06-06 17:29:19 +0200
  • 67d886fd63 Removed ImGuiButtonFlags_MouseButtonDefault_. ocornut 2024-06-06 17:20:32 +0200
  • 2a418f054d InputText: reordered all flags. (ABI breaking) ocornut 2024-06-06 17:13:37 +0200
  • f1eaf8d7c0 Internals: added SetNextItemRefVal(). (#7305) ocornut 2024-06-06 17:00:50 +0200
  • 47db0698d2 InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305) ocornut 2024-06-06 16:39:25 +0200
  • 3460014e05 Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets. ocornut 2024-06-06 15:53:05 +0200
  • 0561d708ba Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654) ocornut 2024-06-05 15:47:21 +0200
  • 219c6adc58
    Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658) Kenneth Rapp 2024-06-05 07:50:24 -0500
  • b95b2b4574 Fixed (harmless) incorrect order of arguments in IsKeyChordPressed (#7657) jungnitz 2024-06-05 11:18:23 +0200
  • 209edcc247 Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456) korenkonder 2024-06-04 17:35:18 +0300
  • fdc084f532 Merge branch 'master' into docking ocornut 2024-06-03 19:08:37 +0200
  • a31aa683ff Tables: fixed an issue where ideal size reported to parent container wouldn't correctly take account of inner scrollbar. (#7651) ocornut 2024-06-03 19:02:28 +0200
  • f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) ocornut 2024-06-03 18:25:58 +0200
  • 68a05e3f04 Tables: fixed a bug where after disabling the ScrollY flag for a table, previous scrollbar width would be accounted for. (#5920) ocornut 2024-06-03 17:16:28 +0200
  • 6cefd4fd88 Scrollbar: fixed miscalculation of vertical scrollbar visibility when required solely by the presence of an horizontal scrollbar. (#1574) ocornut 2024-06-03 16:41:19 +0200
  • 8ab8965713
    Improved clarity in comment. (#7642) SleekZ 2024-06-01 17:54:20 +1000
  • 9aec6d7217 Internals: Added ItemUnclipByLog for use by ItemAdd(), as we expected to add more. ocornut 2024-05-31 20:35:22 +0200
  • 0fce21e890 Internals: Disable 0xCC stack fill for ItemAdd()/ItemSize(). ocornut 2024-05-31 20:57:43 +0200
  • 854e21d4b4 Disabled: move field to ImGuiWindowStackData. (#7640) ocornut 2024-05-31 18:23:47 +0200
  • 538960bf17
    Examples: Fixed SDL3 Makefile (#7641) Cyao 2024-05-31 18:16:45 +0200
  • f953ebf9ca Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640) ocornut 2024-05-31 18:13:25 +0200
  • e47015aef4 Demo: remove incompatible ImGuiInputFlags for Shortcut(). (#7637) Rodrigo Rivas Costa 2024-05-30 19:53:12 +0200
  • 97a1111b94 Drag and Drop: tweaked BeginDragDropSource() to remove indent. Added debug log. ocornut 2024-05-29 18:27:04 +0200
  • 661c388515 Debug Log, Test Engine: avoid duplicate carriage return when using ImGuiDebugLogFlags_OutputToTestEngine. (#5855) ocornut 2024-05-29 18:11:07 +0200
  • 868f444620 Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855) ocornut 2024-05-29 16:07:59 +0200
  • 109a8632d7 Combo: simplified Combo() API uses a list clipper. ocornut 2024-05-28 18:18:35 +0200
  • 51823d117d Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch() ocornut 2024-05-28 17:46:00 +0200
  • 222dd775fc Merge branch 'master' into docking ocornut 2024-05-28 17:11:57 +0200
  • 5cbc34a10c Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150) ocornut 2024-05-28 16:27:53 +0200
  • 479c5f62fc Style: make DisplayWindowPadding visible in style editor. ocornut 2024-05-28 15:44:27 +0200
  • ed9eb880b5 Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899) ocornut 2024-05-28 15:35:36 +0200
  • 5a1a9a804a Docs: fixed link. ocornut 2024-05-28 15:07:07 +0200
  • 7f5d5c80b2 Internals, Tabbar: fixed TabBarGetCurrentTab() with tab_idx == 0. (#7629) ocornut 2024-05-28 10:10:39 +0200
  • 1f9fc382c3 Version 1.90.8 WIP ocornut 2024-05-27 16:31:36 +0200
  • 2db79d0868 Merge branch 'master' into docking v1.90.7-docking ocornut 2024-05-27 15:47:30 +0200
  • 00ad3c65bc Version 1.90.7 v1.90.7 ocornut 2024-05-27 15:07:14 +0200
  • f814ef816f Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments ocornut 2024-05-27 14:25:22 +0200
  • b9084949bd
    Fixed typo in IsMouseDragging and GetMouseDragDelta's documentation. (#7620) Christian Fillion 2024-05-25 08:36:48 -0400
  • 86931393a3 Shortcuts: Revert "SetShortcutRouting: require explicit routing. (#456) ocornut 2024-05-24 17:48:37 +0200
  • 975beafafd Merge branch 'master' into docking ocornut 2024-05-24 17:23:58 +0200
  • 7832e6a70e Shortcuts: Routing: fixed mixed keys<>chars filtering not applying on global routes. (#456, #7618) ocornut 2024-05-24 17:10:11 +0200
  • 85d982011e Shortcuts: fixed priority of route calculation (higher first). (#456, #7618) ocornut 2024-05-24 17:02:10 +0200
  • fee0210592 Merge branch 'master' into docking ocornut 2024-05-24 16:08:37 +0200
  • ce4e210dcb Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456) ocornut 2024-05-24 16:07:58 +0200
  • 5ce3d29955 Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456) ocornut 2024-05-24 15:44:59 +0200
  • 650cb51bf1 Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618) ocornut 2024-05-24 15:27:43 +0200
  • ef9d525f02 Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog ocornut 2024-05-24 15:03:53 +0200
  • 16b72f2d21 Comments ocornut 2024-05-24 14:21:50 +0200
  • 29439bdd27 Windows: BeginChild(): fixed auto-fit calculation when using either (not both) ResizeX/ResizeY and double-clicking on a border. (#1710) ocornut 2024-05-24 12:31:40 +0200
  • 374b9a7fb4 Demo: Documents: refactor + add Renaming option. (#7233) ocornut 2024-05-23 21:15:01 +0200
  • c150ad50c4 Shortcuts: claim mods ownership once pressed. (#456, #2637, #2620, #2891, #3370, #3724, #4828, #5108, #5242, #5641) ocornut 2024-05-23 18:14:16 +0200
  • 1002cfa6d2 Demo, Shortcut(): amend Shortcuts demo. (#456) ocornut 2024-05-23 18:07:43 +0200
  • 7c71e66370 Shortcuts, SetShortcutRouting: move ImGuiInputFlags_RouteFromRootWindow evaluation to SetShortcutRouting() for now. (#456) ocornut 2024-05-23 17:33:16 +0200
  • 5ecef2f321 Merge branch 'master' into docking ocornut 2024-05-23 17:25:02 +0200