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-06 |
Nav: Moving code next to its peers
omar
committed
on 6 Oct 2017
|
Merge branch 'master' into navigation
omar
committed
on 6 Oct 2017
|
|
Comments (clarifying whether types are to be considered as flags or regular, non combinable enums)
omar
committed
on 6 Oct 2017
|
|
2017-10-05 |
Added ActivateItem(), GetItemID() functions.
omar
committed
on 5 Oct 2017
|
Merge branch 'master' into navigation
omar
committed
on 5 Oct 2017
|
|
SetKeyboardFocusHere() added assert to prevent passing values smaller than -1 as we may have to outlaw them (I think nobody was using that)
omar
committed
on 5 Oct 2017
|
|
2017-10-04 |
Merge branch 'master' into navigation
omar
committed
on 4 Oct 2017
|
Styles: Added ImGuiStyle::ScaleAllSizes(float) helper to make it easier to have application transition to e.g. High DPI with a matching style.
omar
committed
on 4 Oct 2017
|
|
2017-09-28 |
|
Added VerticalSeparator() entry point in imgui_internal. Seperator() in an horizontal layout context still does that.
omar
committed
on 28 Sep 2017
|
|
2017-09-27 |
Merge branch 'master' into navigation
omar
committed
on 27 Sep 2017
|
ImFontAtlas: Fixed calling Clear() and rebuilding (broken in
3fe2ecf ) thanks @pdoane @mikesart
omar
committed
on 27 Sep 2017
|
|
2017-09-26 |
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
ImFontAtlas: Added support for CustomRect API to submit custom rectangles to be packed into the atlas / and map them as font glyphs
omar
committed
on 26 Sep 2017
|
|
Minor comments
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
|
|
ImFontAtlas: Comments and minor reorganization of declaration in header file.
omar
committed
on 26 Sep 2017
|
|
ImFont: Split some building code into a AddGlyph() helper (that custom rect code and imgui_freetype can use)
omar
committed
on 26 Sep 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
|
Comments, debug code (commented), todo list
omar
committed
on 26 Sep 2017
|
|
Fix static misusage error with decent compilers. Error introduced in
4b82759
omar
committed
on 26 Sep 2017
|
|
2017-09-25 |
Merge branch 'master' into navigation
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
|