2017-08-17 |
ImFontAtlas: Some shallow renaming + added an assert for clarification
omar
committed
on 17 Aug 2017
|
---|---|
2017-08-16 |
ImFontAtlas: Shuffling some code inside Build() to make upcoming diffs less confusing (nb: we might break compat with forks of Build() like #618)
omar
committed
on 16 Aug 2017
|
2017-08-15 |
Whitespace fix to previous
James Wallis
authored
on 15 Aug 2017
GitHub
committed
on 15 Aug 2017
|
Make font atlas packing padding configurable
James Wallis
authored
on 15 Aug 2017
GitHub
committed
on 15 Aug 2017
|
|
2017-08-14 |
Comments
omar
committed
on 14 Aug 2017
|
ImVector: added resize() variant with initialization value
omar
committed
on 14 Aug 2017
|
|
ImFont::CalcWordWrapPositionA: minor optimization
omar
committed
on 14 Aug 2017
|
|
Revert d2c219d #826 + tidying up ImFont::RenderChar()
omar
committed
on 14 Aug 2017
|
|
Merge pull request #826 from swetland/patch
...
omar
authored
on 14 Aug 2017
GitHub
committed
on 14 Aug 2017
|
|
2017-08-13 |
PathArcToFast: Minor renaming for clarification. Comments.
omar
committed
on 13 Aug 2017
|
2017-08-09 |
Added ImFontAtlas::GlyphRangesBuilder helper + doc
omar
committed
on 9 Aug 2017
|
2017-07-30 |
Use ~IM_COL32_A_MASK instead of IM_COL32(255,255,255,0)
omar
committed
on 30 Jul 2017
|
2017-07-25 |
imDrawList::PathRect() uses ImGuiCorner_ enums. Should fully promote this to imgui.h at some point.
omar
committed
on 25 Jul 2017
|
2017-07-15 |
ImDrawList::PrimReserve() minor renaming of locals to make things clearer
omar
committed
on 15 Jul 2017
|
2017-07-14 |
Comments. Removed sort-of duplicate access to GImGui->Font in ImDrawList::AddText() so it's only in one place.
omar
committed
on 14 Jul 2017
|
2017-06-13 |
Version 1.51 WIP tag
omar
committed
on 13 Jun 2017
|
Fixed comment (#1178)
omar
committed
on 13 Jun 2017
|
|
2017-06-02 |
Version 1.50
omar
committed
on 2 Jun 2017
|
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-13 |
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
|