1062 Commits (718fa0eec6dd6e6fbe6c139cebc2f1e23cd4861b)

Author SHA1 Message Date
ocornut e265610a0c Fixes for MSVC code analyzer. 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 7965494ff3 Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. 11 months ago
ocornut 3d083dbe1a Version 1.90.1 WIP 12 months ago
ocornut b81bd7ed98 Version 1.90.0 12 months ago
ocornut 75c46a3930 Demo: Partly fix resizing constraint demo. (#6210, #5627) 12 months ago
ocornut fe6544622b SetNextWindowSizeConstraints() clarified parameters, fixed comments. (#1139, #3186, #3270) 12 months ago
ocornut 0d3b468cb3 BeginChild(): added ImGuiChildFlags_AutoResizeX, ImGuiChildFlags_AutoResizeY, ImGuiChildFlags_AlwaysAutoResize + support for SetNextWindowSizeConstraints(). (#1666, #1395, #1496, #1710) + Demo 1 year ago
ocornut 44345c2108 Better documented the difference between BeginListBox() and BeginChild() w/ ImGuiChildFlags_FrameStyle. 1 year ago
ocornut fa4c49b4a7 BeginChild(): resizing is only clamped on axis where there's no scrollbar. Added an extra ResizeX in Demo->Simple Layout. 1 year ago
ocornut cdbc21a191 BeginChild(): Added ImGuiChildFlags_FrameStyle as a replacement for BeginChildFrame(). (#1666, #1496, #1395, #1710, #462, #503, #263) 1 year ago
ocornut ab47efd9a0 Bits / comments 1 year ago
ocornut 9235352400 BeginChild: Added ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY. (#1710) 1 year ago
ocornut 7713c29258 BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710) 1 year ago
ocornut 56f7e853be Demo: expose more Combo flags + misc tidying up. 1 year ago
ocornut 12a3c77c2f Demo: Minor tweak to angled headers demo. 1 year ago
ocornut f96c5443b1 Tables: fixed angled headers with frozen columns. 1 year ago
ocornut 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) 1 year ago
ocornut 9f851ebfe4 Tables: added ImGuiTableFlags_HighlightHoveredColumn. 1 year ago
ocornut feddcf3030 Combo: amends for ImGuiComboFlags_WidthFitPreview. (#6881) 1 year ago
mpv-enjoyer 112d8fc41d Combo: added ImGuiComboFlags_WidthFitPreview. (#6881) 1 year ago
ocornut 2c07d581de TreeNode: Added ImGuiTreeNodeFlags_SpanAllColumns for use in tables. (#3151, #3565, #2451, #2438) 1 year ago
ocornut 085ed7bfbe Drag and Drop: Rework drop target highlight. (#4281, #3272) 1 year ago
ocornut a63e2f0a33 Drag and Drop: Fixed submitting a tooltip from drop target location. Added demo. 1 year ago
ocornut c21278eeae Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) 1 year ago
ocornut 8175a47881 Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631) 1 year ago
Glordim f4790f6f66
BeginItemTooltip: Rename flag in comment (#6853) 1 year ago
ocornut ef8ff1b5d8 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) 1 year ago
ocornut b101cf46b6 ListBox, Combo: Changed signature of "name getter" callback in old one-liner ListBox()/Combo() apis. 1 year ago
ocornut 9714594c35 Tooltips: made using SetItemTooltip()/IsItemHovered(ImGuiHoveredFlags_ForTooltip) defaults to activate tooltips on disabled items.. (#1485) 1 year ago
ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 1 year ago
Leonardo Serrano e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) 5 years ago
ocornut fb9b006865 Version 1.90 WIP 1 year ago
ocornut c6e0284ac5 Fixed minor warning. 1 year ago
ocornut fef3389157 Version 1.89.9 1 year ago
ocornut e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. 1 year ago
ocornut 8c497793f9 Demo: Tweak table sorting demo code. 1 year ago
ocornut bdd9b96fa3 Demo: Reorganized "Examples" menu. Tweak Property Editor. 1 year ago
ocornut 82d177ccbd Using range-based for where it makes sense. (#4537) 1 year ago
ocornut 983b95bc87 Demo: tweak explanation about static keyword. (#6718) 1 year ago
ocornut 8f5ce73140 Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell. 1 year ago
ocornut edebb90a9a Demo: amend/fix for MinGW 1 year ago
ocornut 4d6fbaff11 Demo: define standard PRI names we use (if missing) instead of defininig IM_PRId64, IM_PRIu64. 1 year ago
ocornut 2b1fc6f765 Demo: Demonstrate out-of-order rendering using ImDrawListSplitter. 1 year ago
ocornut d6d94d90bf Version 1.89.9 WIP 1 year ago
ocornut f7eea63872 Version v1.89.8 1 year ago
ocornut 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. 1 year ago
ocornut 3349296370 InputText: Tweak ImGuiInputTextFlags_EscapeClearsAll handling so decision is taken on input buffer + Showcase a few more InputText() flags. (#5688, #2620) 1 year ago
ocornut 9a15730c2a Demo: better showcase use of SetNextItemAllowOverlap(). (#6574, #6512, #3909, #517) 1 year ago
ocornut 3fe4319314 Version 1.89.8 WIP 1 year ago