2017-07-26 |
RenderColorRectWithAlphaCheckerboard() in one layer to shunt out anti-alasing artefacts when rounded. Added ImLerp(int,int,float). (#346)
omar
committed
on 26 Jul 2017
|
---|---|
ColorButton, ColorPicker: painfully made RenderColorRectWithAlphaCheckerboard more friendly to using Rounding and Border in style, still not perfect :( (#346) + comments
omar
committed
on 26 Jul 2017
|
|
ColorEdit, ColorPicker, ColorButton: Display grid under transparent colors (WIP) (#346)
omar
committed
on 26 Jul 2017
|
|
2017-07-22 |
ColorPicker,ColorButton: Honor Border/Shadow style settings (#346)
omar
committed
on 22 Jul 2017
|
ColorPicker: new prototype for ColorButton() .Added _NoTooltip, _NoLabel flags. Changing _Alpha flag to _NoAlpha makes so much much sense and allow to revert default parameters to zero. ColorEdit4/Picker4 don't attempt to read/write fourth component, making ColorEdit3/Picker3 shorter/faster. Tooltip and Picker called from ColorEdit can have a title. Picker shows colored square. Moved ColorTooltip() to imgui_internal.h (#346)
omar
committed
on 22 Jul 2017
|
|
2017-07-20 |
Merge branch 'master' into 2016-02-colorpicker
omar
committed
on 20 Jul 2017
|
Tooltip: SetTooltip() is expanded immediately into a window, honoring current font / styling setting. Add internal mechanism to override tooltips (not exposed in BeginTooltip yet because bools are evil) (#862)
omar
committed
on 20 Jul 2017
|
|
Internals: renaming IndexWithinParent to OrderWithinParent
omar
committed
on 20 Jul 2017
|
|
2017-07-18 |
Merge branch 'master' into 2016-02-colorpicker
omar
committed
on 18 Jul 2017
|
2017-06-13 |
Version 1.51 WIP tag
omar
committed
on 13 Jun 2017
|
2017-06-02 |
Version 1.50
omar
committed
on 2 Jun 2017
|
2017-03-16 |
Merge branch 'master' into 2016-02-colorpicker
omar
committed
on 16 Mar 2017
|
2017-01-14 |
Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917)
omar
committed
on 14 Jan 2017
|
2017-01-11 |
Merge branch 'master' into 2016-02-colorpicker
omar
committed
on 11 Jan 2017
|
Added an explicit (internal) ClearActiveID() helper and removed the default NULL window parameter to internal SetActiveID(),
omar
committed
on 11 Jan 2017
|
|
2016-11-27 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 27 Nov 2016
|
Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917)
ocornut
committed
on 27 Nov 2016
|
|
2016-11-13 |
Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack.
Geoffrey Tucker
committed
on 13 Nov 2016
|
2016-11-12 |
Fixed uninitialized variables (wouldn't have a real effect because they'd be cleared in Begin()).
ocornut
committed
on 12 Nov 2016
|
Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586)
ocornut
committed
on 12 Nov 2016
|
|
2016-10-16 |
Merge branch 'master' into 2016-02-colorpicker
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 |
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-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
|