1660 Commits (9aec6d7217cf782b156fdf392f42ed8329ed62d4)

Author SHA1 Message Date
ocornut 9aec6d7217 Internals: Added ItemUnclipByLog for use by ItemAdd(), as we expected to add more. ago%!(EXTRA string=11 months)
ocornut 854e21d4b4 Disabled: move field to ImGuiWindowStackData. (#7640) ago%!(EXTRA string=11 months)
ocornut f953ebf9ca Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640) ago%!(EXTRA string=11 months)
ocornut 868f444620 Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855) ago%!(EXTRA string=11 months)
ocornut 51823d117d Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch() ago%!(EXTRA string=11 months)
ocornut 5cbc34a10c Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150) ago%!(EXTRA string=11 months)
ocornut ed9eb880b5 Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899) ago%!(EXTRA string=11 months)
ocornut 1f9fc382c3 Version 1.90.8 WIP ago%!(EXTRA string=11 months)
ocornut 00ad3c65bc Version 1.90.7 ago%!(EXTRA string=11 months)
ocornut f814ef816f Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments ago%!(EXTRA string=11 months)
ocornut 86931393a3 Shortcuts: Revert "SetShortcutRouting: require explicit routing. (#456) ago%!(EXTRA string=11 months)
ocornut ce4e210dcb Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456) ago%!(EXTRA string=11 months)
ocornut 5ce3d29955 Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456) ago%!(EXTRA string=11 months)
ocornut 650cb51bf1 Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618) ago%!(EXTRA string=11 months)
ocornut ef9d525f02 Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog ago%!(EXTRA string=11 months)
ocornut 7c71e66370 Shortcuts, SetShortcutRouting: move ImGuiInputFlags_RouteFromRootWindow evaluation to SetShortcutRouting() for now. (#456) ago%!(EXTRA string=11 months)
ocornut d5a600e9c6 Shortcuts, SetShortcutRouting: added ImGuiInputFlags_RouteFromRootWindow. Made it possible for SetShortcutRouting() to query for another location. ago%!(EXTRA string=11 months)
ocornut a689fa262a SetShortcutRouting: require explicit routing. (#456) ago%!(EXTRA string=11 months)
ocornut c06e6340cd Shortcuts: added ImGuiInputFlags_Tooltip. (#456) ago%!(EXTRA string=11 months)
ocornut 77e4171894 Shortcuts: added flags to SetNextItemShortcut(). (#456) ago%!(EXTRA string=11 months)
ocornut fc512a2474 Inputs: Added Shortcut(), SetNextItemShortcut(). Added ImGuiInputFlags, ImGuiInputFlags_RouteXXXX. (#456, #2637) ago%!(EXTRA string=11 months)
ocornut 85513de247 Internals, Inputs: *Breaking* Swapped parameter order of owner-aware versions of IsKeyPressed(), IsKeyChordPressed(), IsMouseClicked(). (#456) ago%!(EXTRA string=11 months)
ocornut 900b29055c Internals, Inputs: *Breaking* Swapped parameter order of Shortcut(). (#456) ago%!(EXTRA string=11 months)
ocornut 55748cdbe1 Internals, Inputs: *Breaking* Renamed ImGuiKeyOwner_None to ImGuiKeyOwner_NoOwner: avoid confusion with non zero value, makes IsKeyPressed() calls using ImGuiKeyOwner_NoOwner more explicit. ago%!(EXTRA string=11 months)
ocornut 6d1a6f1c74 Internals, Inputs: Comments, alignment. ago%!(EXTRA string=11 months)
ocornut aa725ca79d Inputs: moving ImGuiInputFlags_RouteAlways into ImGuiInputFlags_RouteTypeMask_ ago%!(EXTRA string=11 months)
ocornut cd48059dc5 Tables: comments about skipping access to table data in coarse clipping path. ago%!(EXTRA string=11 months)
ocornut ae8218a3ea Inputs, Shortcut: fixes some edge cases for GetKeyChordName(), clarify that it is aimed at display. (#456) ago%!(EXTRA string=12 months)
ocornut b4f564c1ed Internals: Shortcuts: *Breaking* : rename ImGuiInputFlags_RouteGlobalLow -> ImGuiInputFlags_RouteGlobal, ImGuiInputFlags_RouteGlobal -> ImGuiInputFlags_RouteGlobalOverFocused, ImGuiInputFlags_RouteGlobalHigh -> ImGuiInputFlags_RouteGlobalHighest (#456) ago%!(EXTRA string=12 months)
ocornut 8bd5d1d42f Inputs: Fixed swapping of keys associated to mods. Fixed warnings. (#2343, #4084, #5923, #456) ago%!(EXTRA string=12 months)
ocornut 7747106647 Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456) ago%!(EXTRA string=12 months)
Hubert Maier 07dbcf1f70 Fixed typos. (#7593) ago%!(EXTRA string=12 months)
ocornut e4576914cb Internals: amend f806c76 to better match docking + fixed unused static forward declaration warning. ago%!(EXTRA string=12 months)
ocornut d0524df887 Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication. ago%!(EXTRA string=12 months)
ocornut f806c76e97 Tables, Dpi: added dummy g.DpiScale storage (to be altered in docking), using to scale tables border hit thickness. ago%!(EXTRA string=12 months)
ocornut f48aae600a Version 1.90.7 WIP ago%!(EXTRA string=12 months)
ocornut 6ccc561a2a Version 1.90.6 ago%!(EXTRA string=12 months)
ocornut d4495446d5 Windows, Internal: added experimental SkipRefresh mode. (#3515, #4763, #7556, #5116 , #4076, #2749, #2268) ago%!(EXTRA string=12 months)
ocornut 4bb7567141 Tables: Angled headers: fixed multi-line label display when angle is flipped. (#6917) ago%!(EXTRA string=1 year)
ocornut b30df8890d Table: Angled Headers: internal refactor to facilitate changing angled header bg and text colors per column. (#6917) ago%!(EXTRA string=1 year)
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 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)