Commit Graph

  • 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
  • 15d8d41f86 Examples: add missing ImGuiConfigFlags_DockingEnable flag in some examples. ocornut 2024-05-14 19:01:18 +0200
  • eabe98f6d5 Merge branch 'master' into docking (incl merge moved CurrentDpiScale field) ocornut 2024-05-14 16:25:02 +0200
  • e4576914cb Internals: amend f806c76 to better match docking + fixed unused static forward declaration warning. ocornut 2024-05-14 16:17:13 +0200
  • d0524df887 Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication. ocornut 2024-05-14 15:47:38 +0200
  • f806c76e97 Tables, Dpi: added dummy g.DpiScale storage (to be altered in docking), using to scale tables border hit thickness. ocornut 2024-05-14 14:34:52 +0200
  • f0912833ba
    Update FAQ.md (#7581) omar 2024-05-14 14:09:46 +0200
  • ac90e1bd5b Backends: Win32: replace bd != nullptr assert with early out. (#6275) ocornut 2024-05-14 12:10:06 +0200
  • 0a5d40a016
    Update FAQ.md omar 2024-05-14 11:40:23 +0200
  • d06b8b58d8 Nav: fixed holding Ctrl or gamepad L1 from not slowing down keyboard/gamepad tweak speed. ocornut 2024-05-13 15:25:11 +0200
  • 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) ocornut 2024-05-13 15:07:13 +0200
  • 510eb8f480 Tables: fixed cell background of fully clipped row overlapping with header. (#7575, #7041) prabu 2024-05-11 18:26:45 +0530
  • f48aae600a Version 1.90.7 WIP ocornut 2024-05-13 14:47:37 +0200
  • e391fe2e66 Merge branch 'master' into docking v1.90.6-docking ocornut 2024-05-08 16:17:32 +0200
  • 6ccc561a2a Version 1.90.6 v1.90.6 ocornut 2024-05-08 15:38:33 +0200
  • 0d483a1c89 Backends: OpenGL3: Update loader for Linux to support EGL/GLVND. (#7562) ocornut 2024-05-07 18:23:29 +0200
  • 92df32d339 Backends: OpenGL3: minor update of generated loader to match latest downloaded glcorearb.h/khrplatform.h files. ocornut 2024-05-07 17:46:36 +0200
  • 1ab1af80c7 Backends: Win32: Facepalm revert part of d15574c + additional commentary (#6275) ocornut 2024-05-07 17:03:05 +0200
  • d15574ce2a Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275) ocornut 2024-05-07 16:53:03 +0200
  • 8b2c6dd42f Backends: Vulkan: reworked swap-chain resize handling for secondary viewports to work with typical Linux setups. (#2626, #3390, #3758, #7508, #7513) Rory O'Connell 2024-05-07 16:11:54 +0200
  • d4495446d5 Windows, Internal: added experimental SkipRefresh mode. (#3515, #4763, #7556, #5116 , #4076, #2749, #2268) ocornut 2024-05-03 18:04:07 +0200
  • f5d185238c Viewports: fixed outer-right edge of MenuBar clipping rectangle off by one when window is located on a monitor with negative coordinates. (#6861, #2884) cfillion 2024-05-03 17:44:18 +0200
  • 2f2d5070f5 Merge branch 'master' into docking ocornut 2024-05-03 16:30:09 +0200
  • 0b309471f2 Windows: Changed default ClipRect to extend to windows' left and right borders. (#3312, #7540, #3756, #6170, #6365) ocornut 2024-05-03 16:00:20 +0200
  • 0c9c12c1bb InnerClipRect use ImFloor() matching docking branch (fix c41868531 for #6861, #2884, followed by rename 94da5842) ocornut 2024-05-03 15:51:49 +0200
  • 6ebbecc6a0 Realign assignments. ocornut 2024-05-03 12:57:07 +0200
  • fc4d818e17 Tables: Angled headers: added TableAngledHeadersTextAlign, ImGuiStyleVar_TableAngledHeadersTextAlign. (#6917) thedmd 2024-04-30 16:08:48 +0200