提交历史

作者 SHA1 备注 提交日期
  Pascal Thomet 4758f74676 imgui_freetype: fix nullptr to ImTextureID cast (#7192) 1 年之前
  ocornut 46843b683b Fonts: minor/shallow amends (#6925) 1 年之前
  thedmd ade4d0e08a Fonts: added support for RasterizerDensity to FreeType based atlas generator. (#6925) 1 年之前
  DKing 701a047ac0 Fonts: Fix clang compiling warning & error with freetype + lunasvg (#6873, #6842, #6591) 1 年之前
  ocornut d6360c1ba9 Fonts, imgui_freetype: Fixed a warning and leak in IMGUI_ENABLE_FREETYPE_LUNASVG support. (#6842, #6591) 1 年之前
  ocornut ab490dc7b8 Fonts: Amends for support for OpenType SVG fonts using lunasvg (#6591, #6607) 2 年之前
  sakiodre 2ad8c60abc Fonts: Added support for OpenType SVG fonts using lunasvg (#6591, #6607) 2 年之前
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 年之前
  Michael Martz 506f7e0074 Using nullptr in locations where warning disable is not convenient. (#6313, #4537) 2 年之前
  ocornut 4f630b0449 imgui_freetype: fixed non-ASCII characters in sources. (#6166) 2 年之前
  ocornut 092b6825ac Fonts: Assert that in each GlyphRanges[] pairs first is <= second. 2 年之前
  ocornut 8f907bc9a2 imgui_freetype: fix warnings (#6104), fix typos. (#6079) 2 年之前
  ocornut 9150c23c04 imgui_freetype: fixed a packing issue which in some occurrences would prevent large amount of glyphs from being packed correctly. (#5788, #5829) 2 年之前
  cfillion 5884219867 imgui_freetype: Assert if bitmap size exceed chunk size to avoid buffer overflow. (#5731) 2 年之前
  ocornut fd06ed833b Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 年之前
  ocornut ebac375791 Docs: added info about Freetype, editing sponsors. 3 年之前
  ocornut 68f428b449 imgui_freetype: Fixed crash when FT_Render_Glyph() returns NULL (which apparently happens with Freetype 2.11). (#4394, #4145 ?) 3 年之前
  ocornut e534c56485 Fonts: Functions with a 'float size_pixels' parameter can accept zero if it is set in ImFontSize::SizePixels. 4 年之前
  ocornut 20d415e939 FIx static analysers warnings and disable false positives. 4 年之前
  ocornut d0c6dd9baf ImVector: added clear_delete(), clear_destruct() helpers. 4 年之前
  ANF-Studios ebe6ac5fb5 Improvements to minor mistakes in documentation comments (#3923) 4 年之前
  TAiGA f5bc5e8630 Freetype: Enable FreeType bitmap glyphs. (#3879) 4 年之前
  ocornut 23ab4978e4 ImFontAtlas: Added 'bool TexPixelsUseColors' output to help backend decide of underlying texture format. (#3369, #3844) 4 年之前
  ocornut 24be26e00e imgui_freetype: Add support for colored glyphs. Font: add support for untinted glyphs (#3369) 4 年之前
  Petr Shurgalin 24aa6654df imgui_freetype: add support for colored glyphs with ImGuiFreeTypeBuilderFlags_LoadColor (#3369) 4 年之前
  ocornut 3867c6c5f0 Fonts: (Breaking) Rename ImGuiFreeType:: flags to ImGuiFreeTypeBuilderFlags_XXX. Remove ImGuiFreeType::BuildFontAtlas() flags. Rename ImFontConfig::RasterizerFlags to FontBuilderFlags. Add ImFontBuilderIO (opaque). Amend 53d59f3 with a dozen of small fixes. 4 年之前
  Bartosz Taudul 6469b94304 Silence memset warning. (#3505) 4 年之前
  ocornut 90b152f265 ImFontAtlas: Fixed multiple rebuild with same inputs erroneously increased ConfigDataCount. CI: Update Ubuntu 18.04 > 20.04 (motivated by #3369) 5 年之前
  omar 5d87941451 Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled from the merged/target font settings when merging fonts, instead of being pulled from the source font settings. 5 年之前
  Rokas Kupstys 0738611559 Misc: Bunch of code formatting changes suggested by a pass running 'astyle' 5 年之前