2015-05-27 |
ItemWidthStack can be empty, to remove one allocation per window
ocornut
committed
on 27 May 2015
|
---|---|
Store common stacked settings contiguously in memory to reduce cache misses & unnecessary heap allocations
ocornut
committed
on 27 May 2015
|
|
Added PushButtonRepeat() / PopButtonRepeat(). REMOVED third 'repeat_if_held' parameter of Button() !
ocornut
committed
on 27 May 2015
|
|
Added configurable io.KeyRepeatDelay, io.KeyRepeatRate
ocornut
committed
on 27 May 2015
|
|
Simplified some widget code, moving alignment to RenderTextClipped()
ocornut
committed
on 27 May 2015
|
|
Reordering parameters of internal RenderTextClipped()
ocornut
committed
on 27 May 2015
|
|
Button centering left to RenderTextClipped function.
ocornut
committed
on 27 May 2015
|
|
Button() closes active popup (#126) unsure about that
ocornut
committed
on 27 May 2015
|
|
Refactor Button() and SmallButton() into a shared function ButtonEx()
ocornut
committed
on 27 May 2015
|
|
2015-05-26 |
Spacing + untabify
ocornut
committed
on 26 May 2015
|
EndGroup() carries on the text base offset from the last line of the group (sort of incorrect but better than nothing)
ocornut
committed
on 26 May 2015
|
|
Examples: various usage comments.
ocornut
committed
on 26 May 2015
|
|
Added TextDisabled(), TextDisabledV() helpers.
ocornut
committed
on 26 May 2015
|
|
WIP Menus: Fixed remaining inconsistency with stacks of popups. Activating/closing a menu close the parent popup. Added test case. (#126)
ocornut
committed
on 26 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 26 May 2015
|
|
WIP Menus: Added support for disabled sub-menu (#126)
ocornut
committed
on 26 May 2015
|
|
Comments. Examples: added empty if (MenuItem()) {} statements in more places to better document the typical use cases (#126)
ocornut
committed
on 26 May 2015
|
|
Comments
ocornut
committed
on 26 May 2015
|
|
WIP Menus: Implement amazon's dropdown-like triangle test for navigating sub-menus (#126)
ocornut
committed
on 26 May 2015
|
|
WIP Menus: Recursive menu demo (#126). Actually useful to test sub-menu positioning.
ocornut
committed
on 26 May 2015
|
|
SelectableEx: use flags internally (similar to ButtonBehavior)
ocornut
committed
on 26 May 2015
|
|
WIP Menus: Closing sub-menu when hovering something else in the same parent window (#126)
...
ocornut
committed
on 26 May 2015
|
|
2015-05-25 |
Comments
ocornut
committed
on 25 May 2015
|
WIP Menus: Layout in menu-bar tweaks to lay better when mixed widgets (#126)
ocornut
committed
on 25 May 2015
|
|
WIP Menus: Layout in menu-bar more standard, allows mixing different widgets in menubar. (#126)
...
ocornut
committed
on 25 May 2015
|
|
Selectable: text baseline alignment for line that aren't of text height.
ocornut
committed
on 25 May 2015
|
|
2015-05-24 |
WIP Menus: Sub-menu overlapping amount not hardcoded (#126)
ocornut
committed
on 24 May 2015
|
WIP Menus: Fixed style.WindowPadding == 0 leading to zero-sized initial clipping rectangle leading to self-collapsing childs (#126)
ocornut
committed
on 24 May 2015
|
|
Combo: empty label doesn't add ItemInnerSpacing alignment, matching other widgets
ocornut
committed
on 24 May 2015
|
|
WIP Menus: Sub-menus appears over the parent-menu scrollbar if there is one (unsure about that) (#126)
ocornut
committed
on 24 May 2015
|