2282 Commits (a882002c0bb6eea911faad51e088b025c6cbe0ae)

Author SHA1 Message Date
ocornut ade2acfd1d Inputs: Added IsKeyChordPressed() public helper function. ago%!(EXTRA string=2 years)
ocornut 1b9cb52d7b BeginChild(): rename parameters to reduce diff of upcoming patches. ago%!(EXTRA string=2 years)
ocornut d6d00b4fcf Moved BeginChild() above BeginChildEx() as it is more readable. ago%!(EXTRA string=2 years)
ocornut 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) ago%!(EXTRA string=2 years)
ocornut 9f851ebfe4 Tables: added ImGuiTableFlags_HighlightHoveredColumn. ago%!(EXTRA string=2 years)
ocornut be1311cfc1 Tables: fixed double-clicking on a column from clearing HoveredColumnBorder for a frame. ago%!(EXTRA string=2 years)
ocornut b9ebb8e06f Tables: fixed right-clicking right-most section (past right-most column) from highlighting right-most column. ago%!(EXTRA string=2 years)
ocornut feddcf3030 Combo: amends for ImGuiComboFlags_WidthFitPreview. (#6881) ago%!(EXTRA string=2 years)
mpv-enjoyer 112d8fc41d Combo: added ImGuiComboFlags_WidthFitPreview. (#6881) ago%!(EXTRA string=2 years)
ocornut 001f102f38 IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921) ago%!(EXTRA string=2 years)
Andon M. Coleman 73346e4341 IO: Add extra keys to ImGuiKey enumerator: ImGuiKey_F13 to ImGuiKey_F24. (#6891, #4921) ago%!(EXTRA string=2 years)
ocornut 0312a29e4c ImageButton(): clarify purpose of size. (#6901, #5533, #4471, #2464, #1390). ago%!(EXTRA string=2 years)
ocornut 2c07d581de TreeNode: Added ImGuiTreeNodeFlags_SpanAllColumns for use in tables. (#3151, #3565, #2451, #2438) ago%!(EXTRA string=2 years)
ocornut 0dd756bceb Moved GetCursorScreenPos/SetCursorScreenPos on top of its section. ago%!(EXTRA string=2 years)
ocornut 330d763477 Separator: clarified setting the ImGuiSeparatorFlags_SpanAllColumns flag. (#759) ago%!(EXTRA string=2 years)
ocornut c21278eeae Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ago%!(EXTRA string=2 years)
ocornut 2f431a948c IO: removed io.MetricsActiveAllocations introduced in 1.63. Same as 'g.DebugMemAllocCount - g.DebugMemFreeCount' (still displayed in Metrics. ago%!(EXTRA string=2 years)
ocornut 8175a47881 Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631) ago%!(EXTRA string=2 years)
ocornut d4869207e3 Misc: Most text functions also treat "%.*s" (along with "%s") specially to avoid formatting. (#3466, #6846) ago%!(EXTRA string=2 years)
Glordim f4790f6f66
BeginItemTooltip: Rename flag in comment (#6853) ago%!(EXTRA string=2 years)
ocornut ef8ff1b5d8 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ago%!(EXTRA string=2 years)
ocornut b101cf46b6 ListBox, Combo: Changed signature of "name getter" callback in old one-liner ListBox()/Combo() apis. ago%!(EXTRA string=2 years)
ocornut 32171a8b0c Fonts: Better assert during load when passing truncated font data or wrong data size. (#6822) ago%!(EXTRA string=2 years)
Dexter Castor Döpping 556a1397a9
Tables: Remove comment referencing removed field SortSign (#6807) ago%!(EXTRA string=2 years)
ocornut 357f752bed Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
ocornut 0e1ce76ea8 InputTextMultiline: Fixed Tabbing cycle leading to a situation where Enter key wouldn't be accepted by the widget when navigation highlight is visible. (#6802, #3092, #5759, #787) ago%!(EXTRA string=2 years)
ocornut 7812039402 ImVector: Added find_index() helper. ago%!(EXTRA string=2 years)
ocornut 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() ago%!(EXTRA string=2 years)
ocornut becd75676f Commented out obsolete redirecting function: GetWindowContentRegionWidth(). ago%!(EXTRA string=2 years)
ocornut 727c462069 Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments. ago%!(EXTRA string=2 years)
Leonardo Serrano e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) ago%!(EXTRA string=2 years)
ocornut fb9b006865 Version 1.90 WIP ago%!(EXTRA string=2 years)
ocornut fef3389157 Version 1.89.9 ago%!(EXTRA string=2 years)
ocornut e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. ago%!(EXTRA string=2 years)
ocornut a066074054 Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841) ago%!(EXTRA string=2 years)
ocornut f617fe7890 Clipper: Renamed IncludeRangeByIndices()/ForceDisplayRangeByIndices() to IncludeItemsByIndex(). (#6424, #3841) ago%!(EXTRA string=2 years)
ocornut 200053771a Clipper: Added IncludeIndex() helper to include a single item. (#6424, #3841) ago%!(EXTRA string=2 years)
ocornut ba1fa904a9 IO: Exposed io.PlatformLocaleDecimalPoint to configure decimal point ('.' or ','). (#6719, #2278) ago%!(EXTRA string=2 years)
ocornut c06c796242 TreeNode: added note about ImGuiTreeNodeFlags_Bullet. ago%!(EXTRA string=2 years)
ocornut 8f5ce73140 Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell. ago%!(EXTRA string=2 years)
ocornut bc3c0ce772 Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes through proper navigation logic: honor scrolling and selection. (#1079, #1131) ago%!(EXTRA string=2 years)
ocornut 2b1fc6f765 Demo: Demonstrate out-of-order rendering using ImDrawListSplitter. ago%!(EXTRA string=2 years)
ocornut d6d94d90bf Version 1.89.9 WIP ago%!(EXTRA string=2 years)
ocornut f7eea63872 Version v1.89.8 ago%!(EXTRA string=2 years)
ocornut 19ae142bdd Mark alternative ImColor constructors as constexpr, second attempt (#6656) ago%!(EXTRA string=2 years)
ocornut dc2b0a2823 Disable -Wreserved-identifier warning on Clang (applying to member fields seems excessively weird). ago%!(EXTRA string=2 years)
ocornut 88a330ebef Revert "Mark alternative ImColor constructors as constexpr (#6656)" ago%!(EXTRA string=2 years)
EggsyCRO 7c5b0e8292
Mark alternative ImColor constructors as constexpr (#6656) ago%!(EXTRA string=2 years)
ocornut eefc9035f0 Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3. ago%!(EXTRA string=2 years)
ocornut 1109de3827 Tooltips: fixed ImGuiHoveredFlags_ForTooltip conflicting with ImGuiHoveredFlags_NoNavOverride since 10c7709f. (#6622, #1485) ago%!(EXTRA string=2 years)