343 Commits (5717f0a33e53ff4e68a90b1cb06fde3ed7d54da8)

Author SHA1 Message Date
Diego Mateos d6e9fad60e
Tables: Fix typo in TableGetSortSpecs comment + amend comment. (#6755) 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)
András Kucsma f8c768760b
Typo fix: _NoHostExtenY -> _NoHostExtendY (#6687) 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 db66e33e9e Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) ago%!(EXTRA string=2 years)
ocornut 2bc5d17ac3 Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619) ago%!(EXTRA string=2 years)
ocornut 52125a54a5 Tables: added TableGetHoveredRow() in imgui_internal.h. (#6250, #6347, #6588, #3740) ago%!(EXTRA string=2 years)
ocornut 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. ago%!(EXTRA string=2 years)
ocornut 3fe4319314 Version 1.89.8 WIP ago%!(EXTRA string=2 years)
ocornut cb9015e254 Version 1.89.7 ago%!(EXTRA string=2 years)
ocornut 4dee919bc0 (Breaking) Internals: added ImGuiItemFlags param to ItemHoverable(), so it can be called from ButtonBehavior() not following an ItemAdd(). ago%!(EXTRA string=2 years)
ocornut 8439a73645 Overlap: Added 'SetNextItemAllowOverlap()' as a replacement for 'SetItemAllowOverlap()'. (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut 51f564eea6 (Breaking) Overlap: Renamed 'ImGuiTreeNodeFlags_AllowItemOverlap' to 'ImGuiTreeNodeFlags_AllowOverlap', 'ImGuiSelectableFlags_AllowItemOverlap' to 'ImGuiSelectableFlags_AllowOverlap'. Kept redirecting enums (will obsolete). (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut b03a4993b3 Internals: reorder tests in ItemHoverable() so most likely early out are taken first. ago%!(EXTRA string=2 years)
ocornut cada78917c Tables: removed misleading, seemingy useless use of ImGuiButtonFlags_AllowtemOverlap in TableUpdateBorders(). (#6512, #3909) ago%!(EXTRA string=2 years)
ocornut b60acfa87d Tooltips: Added SetItemTooltip(), BeginItemTooltip(). Improved Demo section. ago%!(EXTRA string=2 years)
ocornut 61ebb37843 Version 1.89.7 WIP ago%!(EXTRA string=2 years)
ocornut 5319d1cffa Version 1.89.6 ago%!(EXTRA string=2 years)
ocornut 7947f327de Demo: added casing swap demo to clarify use of ImGuiInputTextFlags_CallbackCharFilter. (#6457) + Metrics: simplified some code. ago%!(EXTRA string=2 years)
ocornut df8667b18b Comments/typos tweaks ago%!(EXTRA string=2 years)
ocornut 7c291ba31b Tables: Fixed command merging when compiling with VS2013. (#6377) ago%!(EXTRA string=2 years)
ocornut 00d3f9295e Nav: Fixed navigation within tables/columns where item boundaries goes beyond columns limits. (#2221) ago%!(EXTRA string=2 years)
lukaasm e49d31a1c9 Tables: do not show empty tooltip when user submits TableHeader with no label to display. (#6342) ago%!(EXTRA string=2 years)
ocornut 064153fca4 Version 1.89.6 WIP ago%!(EXTRA string=2 years)
ocornut 1ebb913827 Version 1.89.5 ago%!(EXTRA string=2 years)
ocornut 24a44b9abe Version 1.89.5 WIP ago%!(EXTRA string=2 years)
ocornut f3f6295d53 Version 1.89.4 ago%!(EXTRA string=2 years)
ocornut c426e32247 Tables: Fixed an issue where user's Y cursor movement within a hidden column would have side-effects. ago%!(EXTRA string=2 years)
ocornut a1b8457cb5 Moved the optional "courtesy maths operators" (#define IMGUI_DEFINE_MATH_OPERATORS) implementation from imgui_internal.h in imgui.h. (#6164, #6137, #5966, #2832) ago%!(EXTRA string=2 years)
ocornut 204cb4d226 Version 1.89.4 WIP ago%!(EXTRA string=2 years)
ocornut 458a109031 Version 1.89.3 ago%!(EXTRA string=2 years)
ocornut 99c0bd65df Added SeparatorText() widget. (#1643) ago%!(EXTRA string=2 years)
ocornut c807192abc Tables: amend f799a29 with a better solution + fix potential overflow (#6140) ago%!(EXTRA string=2 years)
ocornut d6ea56dfd9 Tables: amend f799a29 with a better solution + fix potential overflow (#6140) ago%!(EXTRA string=2 years)
ocornut f799a293c8 Tables: Solved an ID conflict issue with multiple-instances of a same table. Storing instance id for convenience. (#6140) ago%!(EXTRA string=2 years)
ocornut 91667430a8 Tables: increase table columns limit from 64 to 512 using bit array allocated in contiguous memory +. (#6094, #5305, #4876, #3572) ago%!(EXTRA string=2 years)
ocornut db55422870 Tables: removed hot RequestOutputMaskByIndex bit-array as majority of code-paths are already touching the cold parts. ago%!(EXTRA string=2 years)
ocornut 482ac70a0b Version 1.89.3 WIP ago%!(EXTRA string=2 years)
ocornut d7c8516a4b Version 1.89.2 ago%!(EXTRA string=2 years)
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 9d08506dce Tables, Nav: frozen columns are not part of menu layer and can be crossed over. (#5143, #3692) 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 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 5bb2874940 Version 1.89.1 WIP ago%!(EXTRA string=2 years)
ocornut 81160fee56 Version 1.89 ago%!(EXTRA string=2 years)
ocornut 431fc6a7f6 Internals: using ItemAdd() consistently for internal items: windows & tables resize grips/borders, ScrollbarEx(). ago%!(EXTRA string=3 years)
ocornut b15347cb7d Tables: activating an ID (e.g. clicking button inside) column doesn't prevent columns output flags from having ImGuiTableColumnFlags_IsHovered set. (#2957) ago%!(EXTRA string=3 years)