Commit Graph

  • 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
  • d5a600e9c6 Shortcuts, SetShortcutRouting: added ImGuiInputFlags_RouteFromRootWindow. Made it possible for SetShortcutRouting() to query for another location. ocornut 2024-05-23 17:22:44 +0200
  • 0eb025f484 Internals: move ItemHandleShortcut() next to Shortcut(), it's calling it anyhow. (#456) ocornut 2024-05-23 17:17:54 +0200
  • a689fa262a SetShortcutRouting: require explicit routing. (#456) ocornut 2024-05-23 17:09:48 +0200
  • c06e6340cd Shortcuts: added ImGuiInputFlags_Tooltip. (#456) ocornut 2024-05-23 16:39:39 +0200
  • 77e4171894 Shortcuts: added flags to SetNextItemShortcut(). (#456) ocornut 2024-05-23 16:12:58 +0200
  • 197f8904fe Shortcuts, Nav: make SetNextItemShortcut() work when another item is active. Made NavCalcPreferredRefPos() take account for remote activation. (#456) ocornut 2024-05-23 16:09:32 +0200
  • dc5caa483c Demo: added "Shortcuts" section. (#456, #2637) ocornut 2023-03-07 17:37:15 +0100
  • fc512a2474 Inputs: Added Shortcut(), SetNextItemShortcut(). Added ImGuiInputFlags, ImGuiInputFlags_RouteXXXX. (#456, #2637) ocornut 2024-05-22 18:43:01 +0200
  • 85513de247 Internals, Inputs: *Breaking* Swapped parameter order of owner-aware versions of IsKeyPressed(), IsKeyChordPressed(), IsMouseClicked(). (#456) ocornut 2024-05-22 14:21:53 +0200
  • 900b29055c Internals, Inputs: *Breaking* Swapped parameter order of Shortcut(). (#456) ocornut 2024-05-22 13:59:07 +0200
  • 55748cdbe1 Internals, Inputs: *Breaking* Renamed ImGuiKeyOwner_None to ImGuiKeyOwner_NoOwner: avoid confusion with non zero value, makes IsKeyPressed() calls using ImGuiKeyOwner_NoOwner more explicit. ocornut 2024-05-22 11:56:58 +0200
  • ec1d2be96f Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615) ocornut 2024-05-23 15:15:42 +0200
  • 6d1a6f1c74 Internals, Inputs: Comments, alignment. ocornut 2024-05-21 17:55:56 +0200
  • 4c3eac2c10
    Backends: OpenGL3: Fixed zealous warning by initializing last_pixel_unpack_buffer. (#7614) Michal Šlesár 2024-05-22 12:01:54 +0200
  • 36ffdd69d3 Merge remote-tracking branch 'origin/master' into docking ocornut 2024-05-21 19:01:06 +0200
  • 9ebab255d2 Docking: *BREAKING* changed signature of DockSpaceOverViewport() to allow passing an explicit dockspace id if desired. (#7611) ocornut 2024-05-21 19:00:25 +0200
  • a1566c5e1b Tables: fixed 28a283b breaking PageDown on tables with no interactive items. ocornut 2024-05-21 12:35:22 +0200
  • aa725ca79d Inputs: moving ImGuiInputFlags_RouteAlways into ImGuiInputFlags_RouteTypeMask_ ocornut 2024-05-21 12:28:47 +0200
  • cd48059dc5 Tables: comments about skipping access to table data in coarse clipping path. ocornut 2024-05-21 11:34:58 +0200
  • 28a283b460 Windows: BeginChild(), Tables:fixed visibility of fully clipped child windows and tables to Test Engine. ocornut 2024-05-21 10:54:30 +0200
  • aa5a6098ee
    Fixed typos in comments (#7599) Eugene Sandulenko 2024-05-18 17:10:36 +0200
  • d39ca33b63 Fixed false positive with PVS-Studio. ocornut 2024-05-17 17:13:43 +0200
  • ae8218a3ea Inputs, Shortcut: fixes some edge cases for GetKeyChordName(), clarify that it is aimed at display. (#456) ocornut 2024-05-17 17:03:00 +0200
  • 25e279ee73 Inputs: Treat ctrl-left-click as right click when ConfigMacOSXBehaviors is set. (#2343) ocornut 2024-05-17 15:24:11 +0200
  • b4f564c1ed Internals: Shortcuts: *Breaking* : rename ImGuiInputFlags_RouteGlobalLow -> ImGuiInputFlags_RouteGlobal, ImGuiInputFlags_RouteGlobal -> ImGuiInputFlags_RouteGlobalOverFocused, ImGuiInputFlags_RouteGlobalHigh -> ImGuiInputFlags_RouteGlobalHighest (#456) ocornut 2024-05-17 14:18:22 +0200
  • b39fc84f89 Merge branch 'master' into docking ocornut 2024-05-16 19:57:04 +0200
  • 5107e58b0f Inputs: amend changelog and clarify how the swap might be a breaking change for a minority of users. (#2343) ocornut 2024-05-16 19:56:29 +0200
  • 8bd5d1d42f Inputs: Fixed swapping of keys associated to mods. Fixed warnings. (#2343, #4084, #5923, #456) ocornut 2024-05-16 19:22:09 +0200
  • 7747106647 Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456) ocornut 2024-05-15 18:34:21 +0200
  • 07dbcf1f70 Fixed typos. (#7593) Hubert Maier 2024-05-16 08:58:45 +0200
  • 93daf23223 Examples: SDL3: updates for latest SDL3 API changes. ocornut 2024-05-15 14:18:48 +0200
  • e45efa9951 Backends: SDL3: Rename SDLK_QUOTE and SDLK_BACKQUOTE to SDLK_APOSTROPHE and SDLK_GRAVE. (#7580) kuvaus 2024-05-14 04:44:48 +0300
  • 5d973a87d4 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. ocornut 2024-05-14 19:10:31 +0200
  • af2fbf043d
    Backends/Internals: Don't use IME and clipboard default win32 functions when WINAPI_FAMILY_GAMES (#7585) Erin M 2024-05-15 11:42:56 +0200