History for imgui / imgui_internal.h
2017-08-22
@omar
ImRect::Clip() -> ClipWith() to clarify meaning, going to undo the change in Nav branch.
omar committed on 22 Aug 2017
2017-08-20
@omar
Removed tabs that slipped through the cracks
omar committed on 20 Aug 2017
@omar
Columns: Caching columns clipping rectangles (#125)
omar committed on 20 Aug 2017
@omar
Columns: Moved PushColumnClipRect() to imgui_internal.h
omar committed on 20 Aug 2017
@omar
Columns: A set of column (and most importantly the right-most column) do not register its content to the parent, not affecting the window contents size. (#519, #125, #913)
omar committed on 20 Aug 2017
@omar
Columns: Added ImGuiColumnsFlags_NoResize flag (internal). (#913, #125)
omar committed on 20 Aug 2017
@omar
Columns: Moved BeginColumns/EndColumns/flags from #913 to imgui_internals.h + minor shallow tweaks. Removed demo code temporarily. (#125)
omar committed on 20 Aug 2017
@omar
Merge branch 'master' of https://github.com/ggtucker/imgui into ggtucker-master ...
omar committed on 20 Aug 2017
2017-08-17
@omar
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar committed on 17 Aug 2017
@omar
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar committed on 17 Aug 2017
@omar
ImFontAtlas; Re-arranging code to simplify implementation of imgui_freetype (#618)
omar committed on 17 Aug 2017
2017-08-16
@omar
OpenPopupEx() internal tweaks to receive an ImGuiID, BeginPopupContextXXX shortening unnecessarily long identifier.
omar committed on 16 Aug 2017
2017-08-15
@omar
Undo part of 32dbe83 to keep the same name for both overloads (#891, #799)
omar committed on 15 Aug 2017
@omar
TODO list update, comments
omar committed on 15 Aug 2017
2017-08-10
@omar
Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar committed on 10 Aug 2017
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