Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 22, 2024
Commits on Oct 18, 2024
- committed
- committed
- committed
- committed
Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (ocornut#1074, ocornut#2048, ocornut#7237, ocornut#8059, ocornut#3200, ocornut#787)
committed- committed
Nav: (Breaking) renamed ImGuiCol_NavHighlight to ImGuiCol_NavCursor. (ocornut#1074, ocornut#2048, ocornut#7237, ocornut#8059, ocornut#1712, ocornut#7370, ocornut#787)
committed- committed
- committed
Internals: (Breaking) renamed RenderNavHighlight() to RenderNavCursor(), ImGuiNavHighlightFlags to ImGuiNavRenderCursorFlags. (ocornut#1074, ocornut#2048, ocornut#7237, ocornut#8059, ocornut#1712, o…
committedInternals: (Breaking) changed g.NavDisableHighlight to g.NavCursorVisible : same logic but inverted value. (ocornut#1074, ocornut#2048, ocornut#7237, ocornut#8059, ocornut#1712, ocornut#7370, ocorn…
committedNav: added io.ConfigNavEscapeClearFocusItem. (ocornut#8059, ocornut#2048, ocornut#1074, ocornut#3200)
committedDebug Tools: Metrics: Fixed a crash when browsing "InputText" section before using one. (ocornut#8071)
committed
Commits on Oct 17, 2024
InputScalar: added an assert to clarify that ImGuiInputTextFlags_EnterReturnsTrue is not supported by InputFloat, InputInt etc. (ocornut#8065)
committed- committed
- committed
- committed
- committed
imgui_freetype: Added support for plutosvg to render OpenType SVG fonts. (ocornut#7927, ocornut#7187 + ocornut#6591, ocornut#6607)
Commits on Oct 14, 2024
Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (ocornut#8036)
committedTooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (ocornut#8036)
committed- committed
- committed
- committed
- committed
- committed
- committed
Nav: fixed Ctrl+Tab so when starting with no focused window it starts from the top-most window. (ocornut#3200)
committed- committed
- committed