2017-05-26 |
ImFontConfig: Removed MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. (Breaking change)
omar
committed
on 26 May 2017
|
---|---|
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 |
Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account
omar
committed
on 14 May 2017
|
2017-05-01 |
Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API)
omar
committed
on 1 May 2017
|
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 |
|
2017-04-13 |
Added assert/comment about using MergeMode (#1100)
omar
committed
on 13 Apr 2017
|
2017-03-17 |
ImFont: Store the texture surface used to get an idea of how costly each font is.
omar
committed
on 17 Mar 2017
|
ImFont: Reorder field initialization to match declaration order
omar
committed
on 17 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-01 |
Fixed word-wrapping which would never wrap after a 1 character word. (thanks @sronsse)
ocornut
committed
on 1 Jan 2017
|
2016-11-11 |
Ignoring overzealous GCC warnings (#883)
ocornut
committed
on 11 Nov 2016
|
2016-11-06 |
Font: Font name include size
ocornut
committed
on 6 Nov 2016
|
Font: Default font given explicit name "ProggyClean.ttf"
ocornut
committed
on 6 Nov 2016
|
|
Comments (#896)
ocornut
committed
on 6 Nov 2016
|
|
2016-10-09 |
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 |
ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844)
ocornut
committed
on 7 Oct 2016
|
2016-10-06 |
Fix clang warning: unknown warning group '-Wreserved-id-macro'
Jeongseok Lee
committed
on 6 Oct 2016
|
2016-10-01 |
Minor tidying up following merge BGRA color PR (#844)
ocornut
committed
on 1 Oct 2016
|
2016-09-26 |
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 |
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 |
ImFont: CalcWordWrapPositionA() fixed font scaling with fallback character. (followup to
8666648 )
ocornut
committed
on 19 Sep 2016
|
2016-07-20 |
Tab->Spaces, missing spaces, typos
ocornut
committed
on 20 Jul 2016
|
Added GetGlyphRangesThai()
Adisorn Aeksatean
authored
on 19 Jul 2016
ocornut
committed
on 20 Jul 2016
|
|
2016-07-16 |
|
2016-06-11 |
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut
committed
on 11 Jun 2016
|
2016-06-07 |
ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
ocornut
committed
on 7 Jun 2016
|
2016-05-30 |
Version 1.50 WIP
ocornut
committed
on 30 May 2016
|
2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
2016-05-17 |
ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
ocornut
committed
on 17 May 2016
|