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
|
|
|
|
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 |
Merge branch 'master' into navigation
omar
committed
on 27 Sep 2017
|
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 |
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
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
|
|
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 |
Merge branch 'master' into navigation
omar
committed
on 25 Sep 2017
|
Demo: Fixed overlay demo keeps resizing (in case, e.g.: font changes)
omar
committed
on 25 Sep 2017
|
|
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 |
Added io.WantMoveMouse flags from Nav branch so Examples/Binding can already implement it. (#787)
omar
committed
on 18 Sep 2017
|
Merge branch 'master' into navigation
omar
committed
on 18 Sep 2017
|
|
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
|
2017-09-06 |
|
Demo: Not using the undesirable Begin() overload.
omar
committed
on 6 Sep 2017
|
|
|
|
2017-08-29 |
Demo: Minor coding style tweaks so bgfx copy needs less patching.
omar
committed
on 29 Aug 2017
|
2017-08-26 |
|
2017-08-25 |
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
|
Version 1.52 WIP
omar
committed
on 25 Aug 2017
|
|
2017-08-24 |
Version 1.51
omar
committed
on 24 Aug 2017
|
Demo: Displaying version number in test window.
omar
committed
on 24 Aug 2017
|
|
2017-08-22 |
Merge fixes from ,master branch
omar
committed
on 22 Aug 2017
|
2017-08-20 |
|