2017-11-01 |
Demo: Comments (#1408)
omar
committed
on 1 Nov 2017
|
---|---|
Minor tweaks to the user guide.
omar
committed
on 1 Nov 2017
|
|
2017-10-27 |
|
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
|
|
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
2017-10-24 |
Merge branch 'master' into navigation
omar
committed
on 24 Oct 2017
|
ImFormatString, ImFormatStringV(): clarifying specs so that passing a NULL buffer should return the desired length. (#1038)
omar
committed
on 24 Oct 2017
|
|
2017-10-23 |
Merge branch 'master' into navigation
omar
committed
on 23 Oct 2017
|
2017-10-22 |
Demo: Fixed Fonts "set as default button" not having collading id on collapsed nodes.
omar
committed
on 22 Oct 2017
|
2017-10-20 |
Merge branch 'master' into navigation
omar
committed
on 20 Oct 2017
|
Popups: Fixed right-click to close popups not handling modal windows properly. (~#439)
omar
committed
on 20 Oct 2017
|
|
|
|
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
|
|
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
|
|
Demos: Tweaks of popups/context/menus section.
omar
committed
on 20 Oct 2017
|
|
2017-10-18 |
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
|
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 |
|
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 |
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 |
Merge branch 'master' into navigation
omar
committed
on 11 Oct 2017
|
Rnamed AlignFirstTextHeightToWidgets() to AlignTextToFramePadding(). Kept inline redirection function (will obsolete).
omar
committed
on 11 Oct 2017
|
|
TreeNode: Added ImGuiTreeNodeFlags_FramePadding flag
omar
committed
on 11 Oct 2017
|
|
2017-10-05 |
Added ActivateItem(), GetItemID() functions.
omar
committed
on 5 Oct 2017
|
Demo: better demo for SetKeyboardFocusHere()
omar
committed
on 5 Oct 2017
|
|
2017-09-29 |
Nav: Allow to collapse tree nodes with NavLeft and open them with NavRight (#787, #1079)
omar
committed
on 29 Sep 2017
|
2017-09-28 |
Nav: Fixed SetItemDefaultFocus from stealing default focus when we are initializing default focus for a menu bar layer (#787)
omar
committed
on 28 Sep 2017
|
Demo: Added an extra test related to baseline and fixed an id collision.
omar
committed
on 28 Sep 2017
|
|
Demo: Added an extra test related to baseline and fixed an id collision.
omar
committed
on 28 Sep 2017
|