5642 Commits (docking)

Author SHA1 Message Date
ocornut e78ce72eb6 Popups: Fixed resizable popup minimum size being too small. Standardized CalcWindowMinSize() logic a bit more. (#73290 ago%!(EXTRA string=1 year)
ocornut 014e0ac8c9 Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. (#7325, #7287, #7063) ago%!(EXTRA string=1 year)
Tim-Rex 9159cd7b4a
Updated invalid documentation link (#7331) ago%!(EXTRA string=1 year)
cvionis ccc5347e45
Fix typos (#7332) ago%!(EXTRA string=1 year)
ocornut 8a14b71f22 Version 1.90.4 WIP ago%!(EXTRA string=1 year)
ocornut 5b6f03213d Version 1.90.3 ago%!(EXTRA string=1 year)
ocornut 9dfa2397de Internals: Fixed ImFileOpen not working before context is created. (#7314, #7315) ago%!(EXTRA string=1 year)
ocornut 3af739a2d1 Menus, Popups: fixed menus and popups with child window flag erroneously not displaying a scrollbar when contents is over parent viewport size. (#7287, #7063) ago%!(EXTRA string=1 year)
ocornut 915c6393ad Version 1.90.3 WIP ago%!(EXTRA string=1 year)
ocornut 8490a262c4 Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. (amends) ago%!(EXTRA string=1 year)
ocornut 536090303a Version 1.90.2 ago%!(EXTRA string=1 year)
ocornut 7b5357d817 Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. ago%!(EXTRA string=1 year)
ocornut 30ba3c347c Viewports: Fixed moving accross monitors when io.ConfigWindowsMoveFromTitleBarOnly is set. (#7299, #3071) ago%!(EXTRA string=1 year)
ocornut 70aa717a8e Combo: Fixed not reusing windows optimally when used inside a popup stack. ago%!(EXTRA string=1 year)
ocornut 76e09c4b0f ClosePopupsOverWindow(): amend to remove _ChildWindow test. ago%!(EXTRA string=1 year)
ocornut 3a078466a7 Nav: ImGuiWindowFlags_NoNavInputs is tested during scoring so NavFlattened windows can use it. ago%!(EXTRA string=1 year)
ocornut a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. ago%!(EXTRA string=1 year)
ocornut a06dd7a27b OpenPopup(): Added ImGuiPopupFlags_NoReopen. Nav, Menus: Fixed click on a BeginMenu() followed by right-arrow. (#1497, #1533) ago%!(EXTRA string=1 year)
ocornut f104967c68 Comments ago%!(EXTRA string=1 year)
ocornut 06ce312745 InputText: Internal: added reload from user-buf feature. (#2890) ago%!(EXTRA string=1 year)
ocornut 96839b445e Nav: Improve handling of Alt key to toggle menu so that key ownership may be claimed on indiviudal left/right alt key without intefering with the other. ago%!(EXTRA string=1 year)
ocornut 7194756370 Shortcut: fixed single mod-key Shortcut from working e.g. Shortcut(ImGuiKey_LeftCtrl) ago%!(EXTRA string=1 year)
ocornut 8491cf36ad Inputs: g.ActiveIdUsingManyKeys[] prevent routes from being claimed. ago%!(EXTRA string=1 year)
ocornut 9176eedf24 Internals: SetShortcutRouting() move code so next commit is easier to read. Should be no-op. ago%!(EXTRA string=1 year)
ocornut 81e0be856a Fixed strict-aliasing violation in FormatTextureIDForDebugDisplay(). (#7090, #7256) ago%!(EXTRA string=1 year)
ocornut a201af7354 Added SetNextItemShortcut() wip function. (#456) ago%!(EXTRA string=1 year)
ocornut 4c2c09450a Nav: keyboard/gamepad activation feedback properly timed instead of frame buffer. (#456) ago%!(EXTRA string=1 year)
ocornut 763100b385 Nav: Fixed pressing Escape while in a child window with _NavFlattened flag. (#7237) ago%!(EXTRA string=1 year)
ocornut c7edb446ca Shortcut(): always test ownership. ago%!(EXTRA string=1 year)
ocornut 1844f903d5 Nav: space/enter poll check ownership. InputText: declare ownership of Enter key as it doesn't go through Shortcut ago%!(EXTRA string=1 year)
ocornut d7c2a0e38f Shortcut(): fixed 8323a06 adding _Repeat to all Shortcut() calls. ago%!(EXTRA string=1 year)
ocornut 3b828d3701 Refactor: moving ItemAdd() into a section abote ItemSize(). No logic change (part 2) ago%!(EXTRA string=1 year)
ocornut ff5f3aa38b Refactor: moving ItemAdd() into a section abote ItemSize(). No logic change (part 1) ago%!(EXTRA string=1 year)
ocornut 1a48a63446 Enclosed a few more remaining sections in ifndef IMGUI_DISABLE_DEBUG_TOOLS for completeness. ago%!(EXTRA string=1 year)
ocornut 5fdcdf7080 Shortcut: ImGuiInputFlags_RouteFocused policy can filter Shortcuts conflicting with character input when an item is active. (#456) ago%!(EXTRA string=1 year)
ocornut 80d5cb1ab1 Comments around ImGuiInputFlags. ago%!(EXTRA string=1 year)
ocornut 80c83a4277 Docking: added ImGuiDockNodeFlags_DockedWindowsInFocusRoute to configure a dock node to automatically set ParentWindowForFocusRoute on its docked windows. (#6798, #2637, #456) ago%!(EXTRA string=1 year)
ocornut cceff4684a Docking: added ImGuiWindowClass::FocusRouteParentWindowId as a public facing version of SetWindowParentWindowForFocusRoute() (#6798, #2637, #456) ago%!(EXTRA string=1 year)
ocornut 1cc0eb4d32 Internals: Rename NavFocusScopePath to NavFocusRoute + fixed a static analyzer warning. ago%!(EXTRA string=1 year)
ocornut 69b64e2b73 Internals: Docking: revert 32a3c61 in favor of user explicitely calling SetWindowParentWindowForFocusRoute(). (#6798) ago%!(EXTRA string=1 year)
ocornut 46e5f44ec8 Shortcut()/SetShortcutRouting(): use mixed current window focus scope + ParentWindowForFocusRoute. (#6798, #2637, #456) ago%!(EXTRA string=1 year)
ocornut e0c8c80ada Shortcut()/SetShortcutRouting(): focus route testing now use ParentWindowForFocusRoute. Automatically set on child-window, manually configurable otherwise. (#6798, #2637, #456) ago%!(EXTRA string=1 year)
ocornut 4b20a0217e Internals: add window to FocusScopeStack. (#6798) ago%!(EXTRA string=1 year)
ocornut 2156db7a07 Debug Log: added InputRouting logging. Made GetKeyChordName() use its own buffer. Fixed debug break in SetShortcutRouting(). (#6798, #2637, #456) ago%!(EXTRA string=1 year)
ocornut dd0efdc637 Fixed SetKeyboardFocusHere() not working when current nav focus is in different scope. (#7226) ago%!(EXTRA string=1 year)
ocornut 8a3dfda8d0 Commented out obsolete ImGuiIO::ImeWindowHandle marked obsolete in 1.87, favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. ago%!(EXTRA string=1 year)
ocornut 32a3c61d00 Internals: Shortcut() follow docking chain (until we formalize a more general focus scope stack). (#456) ago%!(EXTRA string=1 year)
ocornut 29809d7220 Version 1.90.2 WIP ago%!(EXTRA string=1 year)
ocornut d6cb3c923d Version 1.90.1 ago%!(EXTRA string=1 year)
ocornut 6470e2279e Debug Tools: DebugRenderKeyboardPreview() scales better. ago%!(EXTRA string=1 year)