1421 Commits (317b33d64732a0c84cc7f8a539dd10d066931ac5)

Author SHA1 Message Date
ocornut 317b33d647 Tables: fixed matching width of synchronized tables when only some (not all) instances have a vertical scrollbar. (#5920) ago%!(EXTRA string=2 years)
ocornut 0949acb6e6 Shortcut: added Shortcut() function and ImGuiInputFlags in public API + Demo. (#456, #2637) ago%!(EXTRA string=2 years)
ocornut 1dae7df26f Misc: added GetItemID() in public API. ago%!(EXTRA string=2 years)
ocornut fd0b3734d3 Tables, Nav, Scrolling: fixed scrolling functions and focus tracking with frozen rows and columns. (#5143, #4868, #3692) ago%!(EXTRA string=2 years)
ocornut 16cee3d009 Internals: tidying up and standardizing outer decoration size storage. (toward #5143, #4868, #3692, #3518) ago%!(EXTRA string=2 years)
ocornut f9ab2a0e9f Refactor: moved UpdateKeyRoutingTable() to INPUTS section. renamed GetKeyVector2d() -> GetKeyMagnitude2d() ago%!(EXTRA string=2 years)
assiduous 66ad2ad539 Properly detect SSE instruction support in 32-bit MSVC build. (#5943) ago%!(EXTRA string=2 years)
Marc Delorme a5e96ff99e Make ImGuiInputTextState not depend on the implicit GImGui context. (#5856) ago%!(EXTRA string=2 years)
ocornut 45736443be Debug Tools: Metrics: added "Inputs" section, moved from Demo for consistency. ago%!(EXTRA string=2 years)
ocornut 87caf27ac4 Inputs, Scrolling: better selection of scrolling window when hovering nested windows and backend/OS is emitting dual-axis wheeling inputs. (#3795, #4559) ago%!(EXTRA string=2 years)
ocornut 1a497c2499 Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456) ago%!(EXTRA string=2 years)
Teselka 969af7c773 Internal: Disable debug logs macro if IMGUI_DISABLE_DEBUG_TOOLS is defined. (#5901) ago%!(EXTRA string=2 years)
ocornut bd96f6eac4 Text: Fixed layouting of wrapped-text block when the last source line is above the clipping region. Regression added in 1.89. (#5720, #5919) ago%!(EXTRA string=2 years)
ocornut a8df192df0 Version 1.89.1 ago%!(EXTRA string=2 years)
ocornut ffe0abbfc2 Internals: added basic localization system (#5895) ago%!(EXTRA string=2 years)
ocornut 3a685749cb ColorEdit: fixed label overlapping when using style.ColorButtonPosition == ImGuiDir_Left. (#5912) ago%!(EXTRA string=2 years)
ocornut 5bb2874940 Version 1.89.1 WIP ago%!(EXTRA string=2 years)
ocornut 83cee9e091 InputText: replaced some uses of SetKeyOwner() + IsKeyPressed() with Shortcut() ago%!(EXTRA string=2 years)
ocornut 81160fee56 Version 1.89 ago%!(EXTRA string=2 years)
ocornut 7380b9816e Scrolling: Exposed SetNextWindowScroll() in public API. (#1526) ago%!(EXTRA string=3 years)
ocornut f0ad810553 Inputs: tweak comments, typos. ago%!(EXTRA string=3 years)
ocornut 637ddfce09 Inputs, Nav: made it possible to remap CTRL+Tab (#4828, #3255, #5641) ago%!(EXTRA string=3 years)
ocornut 6c9c4879d9 Inputs: made Shortcut() routing id defaults to current FocusScope ID. (#456, #2637, #3724) ago%!(EXTRA string=3 years)
ocornut d576724bfd Inputs: made ImGuiInputFlags_RouteFocused the default for Shortcut(). (#456, #2637, #3724) ago%!(EXTRA string=3 years)
ocornut 4d6a9ef93f Inputs: added routing priorities. (#456, #2637, #3724) ago%!(EXTRA string=3 years)
ocornut 7ff2d3353c Inputs: added wip/experiment routing system: Shortcut(), RoutingFocused policy, SetShortcutRouting(). (#456, #2637, #3724) ago%!(EXTRA string=3 years)
ocornut c59ebb2d71 Inputs: added basic Shortcut() function - no routing yet. (#456) ago%!(EXTRA string=3 years)
ocornut 4448d975d1 Inputs: added wip/internal Input Owner system. (#456, #2637, #2620, #2891, #3370, #4828, #5108, #5242, #5641) ago%!(EXTRA string=3 years)
ocornut 529cba19b0 Debug Tools: Added DebugLocateItem()/DebugLocateItemOnHover() to visually locate items when hovering a 0xXXXXXXXX value. (#5855, #2673, #4631) ago%!(EXTRA string=3 years)
ocornut 7109f32f96 Internals: tidying up and stripping more of focus scope code. ago%!(EXTRA string=3 years)
ocornut 9f66a3a9ed Internals: rework FocusScope system, current scope doesn't need to be in window + child doesn't inherit. ago%!(EXTRA string=3 years)
ocornut baea25e657 Drag and Drop: extracted a RenderDragDropTargetRect() function (#1603) ago%!(EXTRA string=3 years)
ocornut 431fc6a7f6 Internals: using ItemAdd() consistently for internal items: windows & tables resize grips/borders, ScrollbarEx(). ago%!(EXTRA string=3 years)
ocornut 178aee4b1c Debug Tools: Debug Log: add and use ImGuiTextLineIndex. ago%!(EXTRA string=3 years)
ocornut bc918404fe Internals: using ImToUpper() since std one does too many things. ago%!(EXTRA string=3 years)
ocornut 9a35bfea39 Internals: added temporary ImGuiItemStatusFlags_Visible (used internally - please do not use). ago%!(EXTRA string=3 years)
ocornut 8a44c31c95 Scrolling: Further reduce unrelease mouse-wheel locked window timer + misc refactor (#2604, #3795, #4559) ago%!(EXTRA string=3 years)
ocornut 85a368b58d Fixed ImGuiWindowFlags_UnsavedDocument clipping label in docked windows with no close button. (#5745) ago%!(EXTRA string=3 years)
ocornut f2a522d70d ImDrawList: Not using alloca() anymore, lift single polygon size limits. (#5704, #1811) ago%!(EXTRA string=3 years)
ocornut fac8295d6e IO: remove ImGuiInputEvent::IgnoredAsSame (revert part of 839c3100), will filter earlier in next commit. (#5599) ago%!(EXTRA string=3 years)
ocornut bd2355a047 Menus, Nav: Fixed using left/right navigation when appending to an existing menu (multiple BeginMenu() call with same names). (#1207) ago%!(EXTRA string=3 years)
ocornut 3532ed1621 Menus, Nav: Fixed keyboard/gamepad navigation occasionally erroneously landing on menu-item in parent when the parent is not a popup. (#5730) ago%!(EXTRA string=3 years)
ocornut d5d705069d Various comments ago%!(EXTRA string=3 years)
ocornut d17627b9c6 InputText: leave state->Flags uncleared for the purpose of backends emitting an on-screen keyboard for passwords. (#5724) ago%!(EXTRA string=3 years)
ocornut e0330c1696 Fonts, Text: Fixed wrapped-text not doing a fast-forward on lines above the clipping region. (#5720) ago%!(EXTRA string=3 years)
ocornut c261dac02f Demo: moved ShowUserGuide() lower in the file, to make main demo entry point more visible + fix using IMGUI_DEBUG_LOG() macros in if/else. ago%!(EXTRA string=3 years)
ocornut fd408c9790 Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) ago%!(EXTRA string=3 years)
ocornut f359dca0dc Misc input related changes to facilitate upcoming merges. ago%!(EXTRA string=3 years)
ocornut 4b522e145c Experiment: ImGuiKey is now a typed enum, allowing ImGuiKey_XXX symbols to be named in debuggers. (#4921, #4537) ago%!(EXTRA string=3 years)
ocornut cb48c81a44 Tabs: Fix initial tab state. Amend 3e6f948( (#5572) ago%!(EXTRA string=3 years)