History for imgui / imgui_demo.cpp
2017-10-27
@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
@omar
Demos: Tweaks of popups/context/menus section.
omar committed on 20 Oct 2017
2017-10-18
@omar
CollapsingHeader(bool*) variant: fixed for IsItemHovered() to work properly in the nav branch.Basically the close button now has to use ItemAdd() to be navable into, which overwrite the IsItemHovered data. (#600, #787)
omar committed on 18 Oct 2017
2017-10-17
@omar
Begin: Work toward obsoleting the 5-arguments Begin() overload. Removed bg_alpha from internal BeginEx(). (3)
omar committed on 17 Oct 2017
2017-10-16
@omar
BeginPopupContextItem() now supports a NULL string identifier and uses the last item ID if available. For interactive items (that have an ID) this works! For non interactive items we assert.
omar committed on 16 Oct 2017
2017-10-11
@omar
Rnamed AlignFirstTextHeightToWidgets() to AlignTextToFramePadding(). Kept inline redirection function (will obsolete).
omar committed on 11 Oct 2017
@omar
TreeNode: Added ImGuiTreeNodeFlags_FramePadding flag
omar committed on 11 Oct 2017
2017-09-28
@omar
Demo: Added an extra test related to baseline and fixed an id collision.
omar committed on 28 Sep 2017
@omar
Fixed IsItemHovered() - part of the processing has to be done in ItemAdd() because the widget may alter clipping rectangle temporarily.
omar committed on 28 Sep 2017
2017-09-27
@omar
ItemAdd(), not performing computation for IsItemRectHovered() which does them itself, allowing us in the next commit to optimize ItemAdd() and make its logic more consistent with IsHovered().
omar committed on 27 Sep 2017
2017-09-26
@omar
ImFont: Renamed (supposedly internal) fields (e.g. XAdvance to AdvanceX). Custom text renderers might be affected if they didn't use the GetCharAdvance() helper function.
omar committed on 26 Sep 2017
@omar
ImFont: Renamed ImFont::Glyph to ImFontGlyph (for consistency and so ImFontAtlas types can use it without ordering half of the file). Left a redirection type.
omar committed on 26 Sep 2017
2017-09-25
@omar
Demo: Fixed overlay demo keeps resizing (in case, e.g.: font changes)
omar committed on 25 Sep 2017
@omar
SetNextWindowPos: added a ImVec2 pivot parameter for positioning a given a center, bottom-right position, etc. As a generalization of SetNextWindowPosCenter() which is now obsolete. This will be useful for combo-like popups as well. ...
omar committed on 25 Sep 2017
2017-09-18
@omar
Added io.WantMoveMouse flags from Nav branch so Examples/Binding can already implement it. (#787)
omar committed on 18 Sep 2017
@omar
Merge branch 'master' into styles
omar committed on 18 Sep 2017
2017-09-06
@omar
Demo: Not using the undesirable Begin() overload.
omar committed on 6 Sep 2017
2017-08-29
@omar
Demo: Minor coding style tweaks so bgfx copy needs less patching.
omar committed on 29 Aug 2017
2017-08-25
@omar
Marked all fmt + va_list functions with format attribute so GCC/Clang can warn about them. Not ignoring -Wsuggest-attribute=format anymore for GCC/Clang.
omar committed on 25 Aug 2017
@omar
Version 1.52 WIP
omar committed on 25 Aug 2017
2017-08-24
@omar
Version 1.51
omar committed on 24 Aug 2017
@omar
Demo: Displaying version number in test window.
omar committed on 24 Aug 2017
2017-08-20
@omar
Columns: Fix for explicit content width and scrollbar. (#519, #125)
omar committed on 20 Aug 2017
@omar
Demo: Columns: Added Horizontal Scrolling demo. Tweaked another Columns demo. (#519, #125, #913)
omar committed on 20 Aug 2017
@omar
Columns: Moved BeginColumns/EndColumns/flags from #913 to imgui_internals.h + minor shallow tweaks. Removed demo code temporarily. (#125)
omar committed on 20 Aug 2017