History for imgui / imgui_demo.cpp
2017-12-07
@omar
Demo: Added display for IsMouseDragging() function.
omar committed on 7 Dec 2017
@omar
Demo: Display better mouse cursor info for debugging backends.
omar committed on 7 Dec 2017
2017-11-29
@omar
Demo: Console: Fixed incorrect positioning which was hidden by a minor scroll issue (this would affect people who copied the console code as is)
omar committed on 29 Nov 2017
@omar
Demo: Layout: Removed unnecessary BeginChild/EndChild calls
omar committed on 29 Nov 2017
2017-11-27
@omar
ImGuiTextBuffer: Renamed append() helper to appendf(), appendv() to appendfv(). Added reserve().
omar committed on 27 Nov 2017
2017-11-20
@omar
Exposed ImDrawCornerFlags, replaced occurences of ~0 with an explicit ImDrawCornerFlags_All. Inversed BotLeft (prev 1<<3, now 1<<2) and BotRight (prev 1<<2, now 1<<3).
omar committed on 20 Nov 2017
@omar
Demo: Tweaked Image() code.
omar committed on 20 Nov 2017
2017-11-19
@omar
Style Editor: Simplified settings also show PopupBorderSize as a checkbox. (#707, #1019)
omar committed on 19 Nov 2017
@omar
Style, Begin: removed ImGuiWindowFlags_ShowBorders window flag. Borders are now fully set up in the ImGuiStyle structure (see e.g. style.FrameBorderSize, style.WindowBorderSize). Use ImGui::ShowStyleEditor() to look them up. (#707, fix #819, #1031, ref #1019, ref #447)
omar committed on 19 Nov 2017
2017-11-18
@omar
Demo: Fix warning "format not a string literal and no format arguments" for over-zealous compilers settings. (#1450, #1451)
omar committed on 18 Nov 2017
@omar
Style: Added PopupRounding setting. (#1112)
omar committed on 18 Nov 2017
@omar
Style: Added a default StyleColorsLight(). (#707)
omar committed on 18 Nov 2017
@omar
Demo: Tweaks.
omar committed on 18 Nov 2017
@omar
Style Editor: Using local storage so Save/Revert button made some more sense without code passing its storage. Tweaked layout, added horizontal scroll bar, Fixed Save/Revert button to be always accessible. (fix #1211)
omar committed on 18 Nov 2017
@omar
Style Editor: Sneakily adding a combo box to change colors (#707)
omar committed on 18 Nov 2017
@omar
Style: renamed style.ChildWindowRounding to style.ChildRounding, ImGuiStyleVar_ChildWindowRounding to ImGuiStyleVar_ChildRounding.
omar committed on 18 Nov 2017
2017-11-15
@omar
Made it guaranteed by API that after calling Begin() the last Item represent the title bar. (#823)
omar committed on 15 Nov 2017
2017-11-14
@omar
Columns: Clipping columns borders on Y axis on CPU because some GPU drivers appears to be unhappy with triangle spanning large regions (not sure why tbh). (#125) ...
omar committed on 14 Nov 2017
@omar
Demo: Custom Rendering: Fixed clipping rectangle extruding out of parent window.
omar committed on 14 Nov 2017
2017-11-07
@omar
Examples: Constrained Resize: Added more test cases (for #1417)
omar committed on 7 Nov 2017
2017-11-02
@omar
IsWindowHovered(): Added ImGuiHoveredFlags_FlattenChilds flag. Made IsRootWindowOrAnyChildHovered() obsolete in favor of IsWindowHovered( ImGuiHoveredFlags_FlattenChilds) (#1382, #1404)
omar committed on 2 Nov 2017
2017-11-01
@omar
Demo: Comments (#1408)
omar committed on 1 Nov 2017
@omar
Minor tweaks to the user guide.
omar committed on 1 Nov 2017
2017-10-27
@omar
Version 1.53 WIP
omar committed on 27 Oct 2017
@omar
Version 1.52
omar committed on 27 Oct 2017
2017-10-24
@omar
ImFormatString, ImFormatStringV(): clarifying specs so that passing a NULL buffer should return the desired length. (#1038)
omar committed on 24 Oct 2017
2017-10-22
@omar
Demo: Fixed Fonts "set as default button" not having collading id on collapsed nodes.
omar committed on 22 Oct 2017
2017-10-20
@omar
Popups: Fixed right-click to close popups not handling modal windows properly. (~#439)
omar committed on 20 Oct 2017
@omar
IsWindowHovered(): Changed default behavior to now return false is a widget from another window is active + Added support for ImGuiHoveredFlags_AllowWhenBlockedByActiveItem. (relate to drag'n drop idoms: #143)
omar committed on 20 Oct 2017
@omar
IsItemHovered(), IsWindowHovered(): added flags to enable various and more specific behavior. Will enable improvements for popups/context menus and drag'n drop. (relate ~#439, #1013, #143, #925) ...
omar committed on 20 Oct 2017