2227 Commits (5717f0a33e53ff4e68a90b1cb06fde3ed7d54da8)

Author SHA1 Message Date
ocornut 6ef4f67fa9 ImDrawList: moved cold fields lower in the structure so hot fields are closer to each others + better packed ImGuiNavItemData ago%!(EXTRA string=1 year)
ocornut 3caa79c8a5 Version 1.90.6 WIP ago%!(EXTRA string=1 year)
ocornut f790d51665 Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! ago%!(EXTRA string=1 year)
ocornut 231cbee0fc Version 1.90.5 ago%!(EXTRA string=1 year)
GamingMinds-DanielC 4f9ba19e52 Drags, Sliders, Inputs: Reactivated decimal point replacement for SliderScalar and DragScalar. (#7389, #6719, #2278) ago%!(EXTRA string=1 year)
ocornut 9638c2839a Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418) ago%!(EXTRA string=1 year)
ocornut adcc3217c3 Revert "Docking: Fix C++26 zealous warnings (#7383, #7089)" + Disable warnings ago%!(EXTRA string=1 year)
ocornut 9d9ca37a84 Docking: Fix C++26 zealous warnings (#7383, #7089) ago%!(EXTRA string=1 year)
ocornut 286cd5bd41 Internals, InputText: removed ImGuiInputSource_Clipboard. (#4005) ago%!(EXTRA string=1 year)
ocornut fbf45ad149 ImDrawList: add PathFillConcave(), AddConcavePolyFilled(): amends (#760) ago%!(EXTRA string=1 year)
ocornut 9877941775 Popups, Menus: rename ImGuiPopupData::BackupNavWindow > RestoreNavWindow and minor tweaks. Should be functionally a no-op. ago%!(EXTRA string=1 year)
ocornut e46d1e69ac Version 1.90.5 WIP ago%!(EXTRA string=1 year)
ocornut 277ae93c41 Version 1.90.4 ago%!(EXTRA string=1 year)
ocornut 34965cf23a Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340) ago%!(EXTRA string=1 year)
ocornut 659fb41d0a Debug Tools: moved DebugStartItemPicker() to public API. Added to Demo->Tools menu. (#2673) ago%!(EXTRA string=1 year)
ocornut 6655ab2e43 Tables: Angled Headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low. Fixed row geometry with non-small values of CellPadding. (#6917) 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 915c6393ad Version 1.90.3 WIP 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 a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. ago%!(EXTRA string=1 year)
ocornut 1e8fc01ddd InputText: Internal: ReloadUserBufXXX functions don't override revert value. (#2890) + rename 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)
Peter0x44 f1960b60c1 Added "nop" to IM_DEBUG_BREAK macro on GCC to work around GDB bug (#7266) ago%!(EXTRA string=1 year)
ocornut 8491cf36ad Inputs: g.ActiveIdUsingManyKeys[] prevent routes from being claimed. 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 5b5e9bd0cb Internals: Tweak shallow compaction as Clang complains about MS ABI signage of enums. ago%!(EXTRA string=1 year)
ocornut 7c3fa7d049 Refactor: moved section in imgui_internal.h ago%!(EXTRA string=1 year)
ocornut 595eb86624 Changelog, comment, minor data compaction ago%!(EXTRA string=1 year)
ocornut c7edb446ca Shortcut(): always test ownership. ago%!(EXTRA string=1 year)
ocornut 33fabdf392 Scrollbar() doesn't forcefully mark itself as hovered when held. ago%!(EXTRA string=1 year)
ocornut d431d85839 Internals: removed obsolete ImPool::GetSize() (last used by implot 0.10, changed in implot 0.11) ago%!(EXTRA string=1 year)
ocornut f0d1f61fa5 Internals: commented out long-time obsoleted FocusableItemRegister()/FocusableItemUnregister() documentaton-only leftovers. + 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 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 8a3dfda8d0 Commented out obsolete ImGuiIO::ImeWindowHandle marked obsolete in 1.87, favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. ago%!(EXTRA string=1 year)
ocornut 29809d7220 Version 1.90.2 WIP ago%!(EXTRA string=1 year)