1752 Commits (21d03edcb0cdad9e870f94f55ebb1d6deb54bc30)

Author SHA1 Message Date
ocornut 7b5357d817 Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. 9 months ago
ocornut 70aa717a8e Combo: Fixed not reusing windows optimally when used inside a popup stack. 9 months ago
ocornut a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. 9 months ago
ocornut 1e8fc01ddd InputText: Internal: ReloadUserBufXXX functions don't override revert value. (#2890) + rename 9 months ago
ocornut 06ce312745 InputText: Internal: added reload from user-buf feature. (#2890) 9 months ago
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. 10 months ago
ocornut 7194756370 Shortcut: fixed single mod-key Shortcut from working e.g. Shortcut(ImGuiKey_LeftCtrl) 10 months ago
Peter0x44 f1960b60c1 Added "nop" to IM_DEBUG_BREAK macro on GCC to work around GDB bug (#7266) 10 months ago
ocornut 8491cf36ad Inputs: g.ActiveIdUsingManyKeys[] prevent routes from being claimed. 10 months ago
ocornut a201af7354 Added SetNextItemShortcut() wip function. (#456) 10 months ago
ocornut 4c2c09450a Nav: keyboard/gamepad activation feedback properly timed instead of frame buffer. (#456) 10 months ago
ocornut 5b5e9bd0cb Internals: Tweak shallow compaction as Clang complains about MS ABI signage of enums. 10 months ago
ocornut 7c3fa7d049 Refactor: moved section in imgui_internal.h 10 months ago
ocornut 595eb86624 Changelog, comment, minor data compaction 10 months ago
ocornut c7edb446ca Shortcut(): always test ownership. 10 months ago
ocornut 33fabdf392 Scrollbar() doesn't forcefully mark itself as hovered when held. 10 months ago
ocornut d431d85839 Internals: removed obsolete ImPool::GetSize() (last used by implot 0.10, changed in implot 0.11) 10 months ago
ocornut f0d1f61fa5 Internals: commented out long-time obsoleted FocusableItemRegister()/FocusableItemUnregister() documentaton-only leftovers. + 10 months ago
ocornut 5fdcdf7080 Shortcut: ImGuiInputFlags_RouteFocused policy can filter Shortcuts conflicting with character input when an item is active. (#456) 10 months ago
ocornut 80d5cb1ab1 Comments around ImGuiInputFlags. 10 months ago
ocornut 1cc0eb4d32 Internals: Rename NavFocusScopePath to NavFocusRoute + fixed a static analyzer warning. 10 months ago
ocornut 46e5f44ec8 Shortcut()/SetShortcutRouting(): use mixed current window focus scope + ParentWindowForFocusRoute. (#6798, #2637, #456) 10 months ago
ocornut e0c8c80ada Shortcut()/SetShortcutRouting(): focus route testing now use ParentWindowForFocusRoute. Automatically set on child-window, manually configurable otherwise. (#6798, #2637, #456) 10 months ago
ocornut 4b20a0217e Internals: add window to FocusScopeStack. (#6798) 10 months ago
ocornut 2156db7a07 Debug Log: added InputRouting logging. Made GetKeyChordName() use its own buffer. Fixed debug break in SetShortcutRouting(). (#6798, #2637, #456) 10 months ago
ocornut 8a3dfda8d0 Commented out obsolete ImGuiIO::ImeWindowHandle marked obsolete in 1.87, favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. 10 months ago
ocornut 29809d7220 Version 1.90.2 WIP 10 months ago
ocornut d6cb3c923d Version 1.90.1 10 months ago
ocornut fdf8d02be1 Debug Tools: Added io.ConfigDebugIsDebuggerPresent and Debug Break buttons. (#2673) 10 months ago
ocornut 788bb58b6b Metrics: Tweak, reorganize tools menu. 10 months ago
ocornut a5dec42866 Debug Tools: Debug Log: Clicking any filter with SHIFT held enables it for 2 frames only. (#5855) 10 months ago
ocornut fc2e532f99 Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637) 10 months ago
ocornut 8323a06e6d Inputs: passing ImGuiInputFlags_RepeatXXX options automatically adds ImGuiInputFlags_Repeat. 10 months ago
ocornut 58261dbe9a Internals: alter ImGuiInputFlags values to leave room + indent. 10 months ago
ocornut 0000739c08 Internals: Fixed function name typo. 11 months ago
ocornut 6cfe3ddf52 InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) 11 months ago
ocornut 54c1bdeceb Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) 11 months ago
ocornut aaf157cfdd Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80. 11 months ago
ocornut 7965494ff3 Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. 11 months ago
ocornut bce4db00bc Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect. (#7049, #4281, #3272) 12 months ago
ocornut 61b8197942 Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds. 12 months ago
ocornut 3d083dbe1a Version 1.90.1 WIP 12 months ago
ocornut b81bd7ed98 Version 1.90.0 12 months ago
ocornut 5170a9d6dc Tables: Internals: renamed TableDrawContextMenu() to TableDrawDefaultContextMenu() for clarify. 1 year ago
ocornut fea52e29aa Tables: added flags to TableDrawContextMenu() in order to display selected sections + added internal table->DisableDefaultContextMenu = true way to submit your own contents. 1 year ago
ocornut 561af15d67 Internal: Added owner aware variant of IsMouseDoubleClicked() for consistency. 1 year ago
ocornut 1ab63d925f Undid some of the changes done by c95fbb4 because they are not compatible with docking code. 1 year ago
ocornut f1d1a8d32b Windows: use relative mouse movement for border resize when the border geometry has moved. (#1710) 1 year ago
ocornut 9235352400 BeginChild: Added ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY. (#1710) 1 year ago
ocornut 34a0bc456e BeginChild: Added ImGuiChildFlags_AlwaysUseWindowPadding, obsoleted ImGuiWindowFlags_AlwaysUseWindowPadding. (#462, (toward #1666, #1496, #1395, #1710) 1 year ago