History for imgui / imgui_internal.h
2017-08-08
@omar
Added SetColorEditOptions(). ColorPicker4: context menu to select picker type and alpha bar. Reorganized flags (again!). (#346)
omar committed on 8 Aug 2017
2017-07-31
@omar
Internals: Added ImLineClosestPoint, ImTriangleClosestPoint helpers. Changing ImVec2 arg to const ImVec2&
omar committed on 31 Jul 2017
@omar
Internals: Added ImDot(), ImRotate(), ImLerp(v2,v2,float) helpers.
omar committed on 31 Jul 2017
@omar
Internals: Added ImTriangleBarycentricCoords() helper. Renamed ImIsPointInTriangle() to ImTriangleContainsPoint(), with different arg order.
omar committed on 31 Jul 2017
2017-07-30
@omar
Comments about parts of imgui_internal.h that will self-destruct.
omar committed on 30 Jul 2017
@omar
ColorPicker4: hue/alpha bars draw arrows that would look right on all background. RenderArrow helper. (#346)
omar committed on 30 Jul 2017
2017-07-29
@omar
ColorEdit4: Picker spawned from ColorEdit4 has a preview for original/previous color with revert button - WIP not really happy with it being in ColorEdit4 code (#346)
omar committed on 29 Jul 2017
2017-07-27
@omar
ColorButton: Pretty much gave up with getting the checkerboard + AA + rounding + blending + offset all working together with every combination under the sun. It works as long as you don't sneeze. (#346)
omar committed on 27 Jul 2017
2017-07-26
@omar
RenderColorRectWithAlphaCheckerboard() in one layer to shunt out anti-alasing artefacts when rounded. Added ImLerp(int,int,float). (#346)
omar committed on 26 Jul 2017
@omar
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
@omar
ColorEdit, ColorPicker, ColorButton: Display grid under transparent colors (WIP) (#346)
omar committed on 26 Jul 2017
2017-07-22
@omar
ColorPicker,ColorButton: Honor Border/Shadow style settings (#346)
omar committed on 22 Jul 2017
@omar
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
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 20 Jul 2017
@omar
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
@omar
Internals: renaming IndexWithinParent to OrderWithinParent
omar committed on 20 Jul 2017
2017-07-18
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 18 Jul 2017
2017-06-13
@omar
Version 1.51 WIP tag
omar committed on 13 Jun 2017
2017-06-02
@omar
Version 1.50
omar committed on 2 Jun 2017
2017-03-16
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 16 Mar 2017
2017-01-14
@omar
Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917)
omar committed on 14 Jan 2017
2017-01-11
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 11 Jan 2017
@omar
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
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 27 Nov 2016
@ocornut
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
@Geoffrey Tucker
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
@ocornut
Fixed uninitialized variables (wouldn't have a real effect because they'd be cleared in Begin()).
ocornut committed on 12 Nov 2016
@ocornut
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
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 16 Oct 2016
2016-10-09
@ocornut
Added ImGuiCorner enum to clarify some internal code
ocornut committed on 9 Oct 2016