2016-10-16 |
Merge branch 'master' into 2016-07-navigation
ocornut
committed
on 16 Oct 2016
|
---|---|
2016-10-09 |
Added ImGuiCorner enum to clarify some internal code
ocornut
committed
on 9 Oct 2016
|
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut
committed
on 9 Oct 2016
|
|
2016-10-07 |
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 7 Oct 2016
|
2016-09-25 |
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut
committed
on 25 Sep 2016
|
Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)
ocornut
committed
on 25 Sep 2016
|
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut
committed
on 25 Sep 2016
|
|
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 25 Sep 2016
|
|
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
ocornut
committed
on 25 Sep 2016
|
|
Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222)
ocornut
committed
on 25 Sep 2016
|
|
Internal RenderTextClipped() merged optional/rate clip_min* clip_max* into clip_rect*
ocornut
committed
on 25 Sep 2016
|
|
Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842)
ocornut
committed
on 25 Sep 2016
|
|
2016-09-13 |
Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by
954c890 ) (#829)
ocornut
committed
on 13 Sep 2016
|
2016-08-21 |
ImRect: Added Translate() helper, removed redundant and misleading Reduce()
ocornut
committed
on 21 Aug 2016
|
Nav: Fixed entering child with PadActivate not setting ActiveIdSource to Nav (#323)
ocornut
committed
on 21 Aug 2016
|
|
2016-08-20 |
Nav: Tidying up. Comments. (#323)
ocornut
committed
on 20 Aug 2016
|
2016-08-15 |
Nav: Exposed RenderNavHighlight() in imgui_internal.h to increase discoverability and reordered arguments to be more consistent (#323)
ocornut
committed
on 15 Aug 2016
|
2016-08-11 |
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 11 Aug 2016
|
2016-08-07 |
Refactored rare transient bool stacks into a set of flags, added unexposed ImGuiItemFlags_SelectableDontClosePopup (#323)
ocornut
committed
on 7 Aug 2016
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut
committed
on 7 Aug 2016
|
|
2016-08-06 |
Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759)
ocornut
committed
on 6 Aug 2016
|
2016-08-03 |
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
ocornut
committed
on 3 Aug 2016
|
2016-07-31 |
Nav: fixed using NavMenu/windowing select when no window is already focused + cleanup code (#323)
ocornut
committed
on 31 Jul 2016
|
Nav: Merge FocusedWindow and NavWindow that were basically duplicate at this point (#323)
ocornut
committed
on 31 Jul 2016
|
|
Tidying up, removed two unnecessary window flags from being exposed in imgui.h
ocornut
committed
on 31 Jul 2016
|
|
Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323)
ocornut
committed
on 31 Jul 2016
|
|
2016-07-30 |
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut
committed
on 30 Jul 2016
|
SameLine() with explicit X position is relative to left of group/columns (ref #746, #125, #630)
ocornut
committed
on 30 Jul 2016
|
|
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
ocornut
committed
on 30 Jul 2016
|
|
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
ocornut
committed
on 30 Jul 2016
|