Revīziju vēsture

Autors SHA1 Ziņojums Datums
  ocornut c56e8b4964 imgui_freetype: fixed NULL that creeped in instead of nullptr. 1 mēnesi atpakaļ
  Pascal Thomet 842837e35b imgui_freetype: fix conversion null -> bool in FontBakedLoadGlyph (#8696) 1 mēnesi atpakaļ
  ocornut 7a42233d43 imgui_freetype: fixed using legacy names. 1 mēnesi atpakaļ
  ocornut cc3d4cab21 (Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags. 1 mēnesi atpakaļ
  ocornut 02f58b3207 Fonts: AddFont() functions now allow size_pixels==0.0f (only required when using certain functions) 2 mēneši atpakaļ
  ocornut 59a11363a5 Fonts: ground work for allowing SizePixels to be optional. 2 mēneši atpakaļ
  ocornut 8523cbdf58 Fonts: rework ImFontLoader::FontBakedLoadGlyph() interface 3 mēneši atpakaļ
  ocornut 4dec946ae6 Fonts: don't pretend to half recover from OOM for now + debug log filename on load failure. 3 mēneši atpakaļ
  ocornut b32ef3c05d Fonts: make RasterizerDensity a dynamic field. (temporarily exposed as SetFontRasterizerDensity()). 3 mēneši atpakaļ
  ocornut 42e7bb80b6 imgui_freetype: removed anonymous namespace + extracting two functions outside of ImGui_ImplFreeType_FontSrcData. 3 mēneši atpakaļ
  ocornut 6a455e1281 imgui_freetype: moving data out of ImGui_ImplFreeType_FontSrcData. 3 mēneši atpakaļ
  ocornut 2b0d49a905 Fonts: make ImFont::Sources a vector. 3 mēneši atpakaļ
  ocornut b12c42e75d Fonts: change uses of ImFontAtlasRect to ImTextureRect for simplicity. 4 mēneši atpakaļ
  ocornut 144f444217 Fonts: fixed memory leaks, shutting down font loader, and on AddFont() failure in FreeType backend. 4 mēneši atpakaļ
  ocornut 8ea0ae454f Fonts: fixed a bug using size specified by secondary font sources. 5 mēneši atpakaļ
  ocornut 41a0e991f0 Fonts: Added UI to edit FreeType loader flags. Added ImFontAtlasBuildReloadAll() / ImFontAtlasBuildReloadFont() 5 mēneši atpakaļ
  ocornut 78a17038c2 imgui_freetype: no need to store metrics locally. 5 mēneši atpakaļ
  ocornut 18c8a93cca Fonts: Rework ImFontLoader signatures. 6 mēneši atpakaļ
  ocornut 1cfc0de31d Fonts: Core allocates per-baked-per-src backend buffers, to allow having custom backend per font source. Backend BakedInit/Destroy/AddGlyph process a single source. 6 mēneši atpakaļ
  ocornut 76b252f80a Fonts: Added ImFontAtlasBakedSetFontGlyphBitmap(). 6 mēneši atpakaļ
  ocornut 92993e68c8 Fonts: Baked system, fix subsequent sources overriding shared font metrics. 6 mēneši atpakaļ
  ocornut 815553c4b4 Fonts: ImFontConfig: added GlyphExcludeRanges[]. 6 mēneši atpakaļ
  ocornut 99f6b305c1 Fonts: Baked system, v12: support GlyphOffset / GlyphMinAdvanceX / GlyphMaxAdvanceX by scaling from ref value. 6 mēneši atpakaļ
  ocornut 093d01269a Fonts: Baked system, with auto-bind, v10. 6 mēneši atpakaļ
  ocornut 2137b3448b Textures: Added atlas's TexMinWidth/TexMinHeight/TexMaxWidth/TexMaxHeight. 7 mēneši atpakaļ
  ocornut b06f3c6d1d Fonts: turn public facing BuildRegisterGlyph() into ImFontAtlasBuildAddFontGlyph() thats sets up UV. 7 mēneši atpakaļ
  ocornut a51a26e2aa Fonts: use a structure for post-processing - easier to pass things around and iterate on. 7 mēneši atpakaļ
  ocornut 1269467fa0 imgui_freetype: Removing old code. 8 mēneši atpakaļ
  ocornut 08e1e7681e imgui_freetype: Added Freetype implementation for new architecture. 8 mēneši atpakaļ
  ocornut 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. 8 mēneši atpakaļ