History for imgui / imgui_internal.h
2017-08-24
@omar
Version 1.51
omar committed on 24 Aug 2017
2017-08-22
@omar
(internals) Renamed FocusedWindow to NavWindow to match terminology of navigation branch
omar committed on 22 Aug 2017
@ocornut
Merge 20a0fde Tidying up default clipboard handler for non Windows-OS (from Nav branch)
ocornut authored on 30 Jul 2016 omar committed on 22 Aug 2017
@ocornut
Merge 2545d75 from Nav - Tidying up, removed two unnecessary window flags from being exposed in imgui.h
ocornut authored on 31 Jul 2016 omar committed on 22 Aug 2017
@omar
Minor miscellaneous merges from Navigation branch to reduce divergence a little bit
omar committed on 22 Aug 2017
@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