2018-02-15 |
ImFont: stb_truetype now rounding Ascent/Descent the same way as freetype does, they seem to vertically align better this way.
omar
committed
on 15 Feb 2018
|
---|---|
ImFont: DisplayOffset.y defaults to 0 instead of +1.
omar
committed
on 15 Feb 2018
|
|
2018-02-14 |
Comments, moved ImFontAtlas::Flags to "public" area.
omar
committed
on 14 Feb 2018
|
ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. (#1613)
omar
committed
on 14 Feb 2018
|
|
2018-02-13 |
ImFontAtlas: if stbtt_PackBegin() because of failing allocation we return a little more nicely. (keeps Coverity static analyzer happy!)
omar
committed
on 13 Feb 2018
|
2018-02-08 |
Styles: Comments and re-ordered.
omar
committed
on 8 Feb 2018
|
2018-02-06 |
Updated version to 1.60 WIP to emphasis on the addition of required calls CreateContext/DestroyContext + merged the massive Navigation branch (#1565, #787)
omar
committed
on 6 Feb 2018
|
2018-01-31 |
Merge branch 'master' into navigation
omar
committed
on 31 Jan 2018
|
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar
committed
on 31 Jan 2018
|
|
2018-01-25 |
Nav: Style: Improved display of windowing highlight (for focus selection via PadMenu or Ctrl+TAB). (#787, #707)
omar
committed
on 25 Jan 2018
|
2018-01-21 |
Merge branch 'master' into navigation
omar
committed
on 21 Jan 2018
|
2018-01-20 |
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)
omar
committed
on 20 Jan 2018
|
ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple context. Also remove the last remaining undesirable dependency on GImGui in imgui_draw.cpp, finishing the work recently done with ImDrawListSharedData. Hurra! (#939)
omar
committed
on 20 Jan 2018
|
|
2018-01-07 |
|
2018-01-04 |
Added extraneous initialization to NULL. (#1527).
omar
committed
on 4 Jan 2018
|
2018-01-03 |
|
Fixed Android clang warning.
Branimir Karadžić
authored
on 2 Jan 2018
omar
committed
on 3 Jan 2018
|
|
2018-01-02 |
Merge branch 'master' into navigation
omar
committed
on 2 Jan 2018
|
2017-12-30 |
ImFontAtlas: Handle stb_truetype failure more gracefully, GetTexDataAsRGBA32() won't crash during conversion. (#1527)
omar
committed
on 30 Dec 2017
|
2017-12-29 |
|
2017-12-28 |
Version 1.54 WIP
omar
committed
on 28 Dec 2017
|
2017-12-26 |
|
2017-12-25 |
Version 1.53
omar
committed
on 25 Dec 2017
|
2017-12-24 |
|
Comments
omar
committed
on 24 Dec 2017
|
|
2017-12-23 |
Merge branch 'master' into navigation
omar
committed
on 23 Dec 2017
|
Internals: Missing IM_DELETE usage (#1517)
omar
committed
on 23 Dec 2017
|
|
Internals: Added IM_NEW, IM_DELETE helper macros (#1517, #484, #504)
omar
committed
on 23 Dec 2017
|
|
Various zealous warning fixes (Clang).
omar
committed
on 23 Dec 2017
|
|
Various zealous warning fixes (thanks Clang).
omar
committed
on 23 Dec 2017
|