History for imgui / misc / freetype
2019-07-23
@luk1337
imgui_freetype: Initialize FT_MemoryRec_ struct manually (#2686) ...
luk1337 authored on 23 Jul 2019 omar committed on 23 Jul 2019
2019-06-17
@omar
Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. (#2618) ...
omar committed on 17 Jun 2019
2019-06-11
@omar
Readme, comments, dear imgui prefixes
omar committed on 11 Jun 2019
2019-05-11
@HolyBlackCat
FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. (#2545) Combine with RasterizerFlags::MonoHinting for best results.
HolyBlackCat authored on 9 May 2019 omar committed on 11 May 2019
2019-04-05
@omar
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar committed on 5 Apr 2019
2019-03-29
@omar
Examples: DirectX9: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). FreeType: Fixed suggested code to not require an initial build call.. (#2454)
omar committed on 29 Mar 2019
2019-02-18
@omar
Font: Fixed assert when specifying duplicate/overlapping ranges within a same font. (#2353, #2233)
omar committed on 18 Feb 2019
@omar
imgui_freeetype: Updated suggested test code.
omar committed on 18 Feb 2019
2019-01-27
@omar
Using IM_UNUSED() macro.
omar committed on 27 Jan 2019
2019-01-21
@omar
Fixed using imgui_freetype.cpp in unity builds. (#2302)
omar committed on 21 Jan 2019
2019-01-20
@omar
Removed trailing spaces (#2038, #2299)
omar committed on 20 Jan 2019
2019-01-15
@omar
FreeType: Minor tweaks previous commit (#2285)
omar committed on 15 Jan 2019
@alexey_skryabin
By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree(). ...
alexey_skryabin authored on 15 Jan 2019 omar committed on 15 Jan 2019
2019-01-12
@omar
imgui_freetype: Fixed redundant FT_Load_Glyph() calls, unused parameters, and compilation warning/error. (#2270)
omar committed on 12 Jan 2019
2019-01-11
@omar
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
omar committed on 11 Jan 2019
2019-01-10
@omar
ImFontAtlas: Rewrote FreeType based builder. ...
omar committed on 10 Jan 2019
@omar
imgui_freetype: Minor tweaks and comments.
omar committed on 10 Jan 2019
2018-09-11
@omar
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar committed on 11 Sep 2018
2018-09-06
@omar
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) ...
omar committed on 6 Sep 2018
2018-06-08
@omar
ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869)
omar committed on 8 Jun 2018
2018-05-30
@Marc J. Schmidt
Fixed documentation example (#1847)
Marc J. Schmidt authored on 30 May 2018 omar committed on 30 May 2018
2018-05-07
@omar
imgui_freetype: skip missing glyphs as well to match our stb loader (#1671, #1703)
omar committed on 7 May 2018
2018-03-12
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
2018-03-10
@omar
ImFont: Added FindGlyphNoFallback. Fixed MergeMode broken by 1ef1acb
omar committed on 10 Mar 2018
2018-03-08
@omar
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by 072d6d8)
omar committed on 8 Mar 2018
2018-02-14
@omar
ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. (#1613)
omar committed on 14 Feb 2018
2018-02-05
@omar
imgui_freetype: comments about correct blending and sRGB (#618, #578)
omar committed on 5 Feb 2018
2018-02-04
@omar
imgui_freetype: Documentation, tweaks. (#618)
omar committed on 4 Feb 2018
@omar
Moved imgui_freetype from imgui_club (#618)
omar committed on 4 Feb 2018