History for imgui / imgui_draw.cpp
2017-06-02
@omar
Version 1.50
omar committed on 2 Jun 2017
2017-05-26
@omar
ImFontConfig: Removed MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. (Breaking change)
omar committed on 26 May 2017
@omar
ImFontConfig: Added GlyphOffset to explicitely offset glyphs at font build time, useful for merged fonts. May remove MergeGlyphCenterV soon.
omar committed on 26 May 2017
2017-05-14
@omar
Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account
omar committed on 14 May 2017
2017-05-01
@omar
Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API)
omar committed on 1 May 2017
@omar
ImDrawList::AddImage* renamed uv_ parameters to be more consistent. Fix AddImageQuad to use IM_COL32_A_MASK (#1009)
omar committed on 1 May 2017
2017-04-28
@Peter
Add ImDrawList::AddImageQuad ...
Peter committed on 28 Apr 2017
2017-04-13
@omar
Added assert/comment about using MergeMode (#1100)
omar committed on 13 Apr 2017
2017-03-17
@omar
ImFont: Store the texture surface used to get an idea of how costly each font is.
omar committed on 17 Mar 2017
@omar
ImFont: Reorder field initialization to match declaration order
omar committed on 17 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-01
@ocornut
Fixed word-wrapping which would never wrap after a 1 character word. (thanks @sronsse)
ocornut committed on 1 Jan 2017
2016-11-11
@ocornut
Ignoring overzealous GCC warnings (#883)
ocornut committed on 11 Nov 2016
2016-11-06
@ocornut
Font: Font name include size
ocornut committed on 6 Nov 2016
@ocornut
Font: Default font given explicit name "ProggyClean.ttf"
ocornut committed on 6 Nov 2016
@ocornut
Comments (#896)
ocornut committed on 6 Nov 2016
2016-10-09
@ocornut
ImDrawList: AddRect(), PathRect() default rounded_corner 0x0F->~0/-1 so it appears less obscure in IDE completions
ocornut committed on 9 Oct 2016
2016-10-07
@ocornut
ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844)
ocornut committed on 7 Oct 2016
2016-10-06
@Jeongseok Lee
Fix clang warning: unknown warning group '-Wreserved-id-macro'
Jeongseok Lee committed on 6 Oct 2016
2016-10-01
@ocornut
Minor tidying up following merge BGRA color PR (#844)
ocornut committed on 1 Oct 2016
2016-09-26
@Michał Cichoń
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń committed on 26 Sep 2016
2016-09-23
@ocornut
Inhibiting a ??e sequence in the embedded font. Shouldn't be treated as a trigraph but consistent with encoder (#839)
ocornut committed on 23 Sep 2016
2016-09-19
@ocornut
ImFont: CalcWordWrapPositionA() fixed font scaling with fallback character. (followup to 8666648)
ocornut committed on 19 Sep 2016
2016-07-20
@ocornut
Tab->Spaces, missing spaces, typos
ocornut committed on 20 Jul 2016
@Adisorn Aeksatean
Added GetGlyphRangesThai()
Adisorn Aeksatean authored on 19 Jul 2016 ocornut committed on 20 Jul 2016
2016-07-16
@ocornut
Speculative build fix for FreeBSD+GLIBC configuration ...
ocornut committed on 16 Jul 2016
2016-06-11
@ocornut
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut committed on 11 Jun 2016
2016-06-07
@ocornut
ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
ocornut committed on 7 Jun 2016
2016-05-30
@ocornut
Version 1.50 WIP
ocornut committed on 30 May 2016
2016-05-29
@ocornut
Version 1.49
ocornut committed on 29 May 2016