2015-05-28 |
Popups: calling OpenPopup() on already open popup doesn't close it's child (#126)
...
ocornut
committed
on 28 May 2015
|
---|---|
Tweak BeginMenu() code
ocornut
committed
on 28 May 2015
|
|
Moved CloseInactivePopups() and tweaked.
ocornut
committed
on 28 May 2015
|
|
2015-05-27 |
Merge remote-tracking branch 'upstream/master'
Branimir Karadžić
committed
on 27 May 2015
|
Define STBTT_DEF extern when STBTT not compiled with ImGui.
Branimir Karadžić
committed
on 27 May 2015
|
|
Added BeginPopupContextVoid() helper for completeness (#126)
ocornut
committed
on 27 May 2015
|
|
Fix to allow opening popup from a left-click on void or another window (because left-click would normally override focus immediately) (#126)
...
ocornut
committed
on 27 May 2015
|
|
BeginPopupContextWindow() rearranged and clarified parameters (#126)
ocornut
committed
on 27 May 2015
|
|
Popup taking focus deactivate focused widget of other window (#126)
...
ocornut
committed
on 27 May 2015
|
|
Tracking ActiveIdWindow along with ActiveId
ocornut
committed
on 27 May 2015
|
|
Added BeginPopupContextItem() / BeginPopupContextWindow() (#126)
ocornut
committed
on 27 May 2015
|
|
Fixed GetId()/BeginPopup() accessing current window in "append" mode
ocornut
committed
on 27 May 2015
|
|
Added IsAnyItemHovered() public helper.
ocornut
committed
on 27 May 2015
|
|
No minimum size for popups
ocornut
committed
on 27 May 2015
|
|
Tweak context menu example
ocornut
committed
on 27 May 2015
|
|
Added context menu example on a DragFloat widget
ocornut
committed
on 27 May 2015
|
|
Tweaks
ocornut
committed
on 27 May 2015
|
|
|
|
Oops
ocornut
committed
on 27 May 2015
|
|
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
|