История коммитов

Автор SHA1 Сообщение Дата
  ocornut 1b51a88bba Fonts: moved compare operators to internal. Removed commented out ones aimed legacy backends: not needed anymore since we didn't rename ImTextureID. 4 месяцев назад
  ocornut 39f6c793b3 Fonts: proof of concept support for user textures. 4 месяцев назад
  ocornut 91ed6e67b4 Fonts: fixed support for multiple atlases. 4 месяцев назад
  ocornut fad5280d4c Fonts: fixed broken support for legacy backend due to a mismatch with initial pre-build baked id. 4 месяцев назад
  ocornut 65e6039979 Fonts: remove unnecessary ImDrawListSharedData::FontAtlas which is actually getting in the way of using multiple atlases. 4 месяцев назад
  ocornut 46fa9e8efb Fonts: Debug display status. Fixed truncated raw texture id. Fixed FormatTextureIDForDebugDisplay(). Comments. 4 месяцев назад
  ocornut f6735c223c Fonts: remove ImFontHooks in favor of a AddRemapChar() implementation. 4 месяцев назад
  ocornut 89e880dfd1 Fonts: adding ImFontHooks for codepoint remapping. 4 месяцев назад
  ocornut 8523cbdf58 Fonts: rework ImFontLoader::FontBakedLoadGlyph() interface 4 месяцев назад
  ocornut 4dec946ae6 Fonts: don't pretend to half recover from OOM for now + debug log filename on load failure. 4 месяцев назад
  ocornut b32ef3c05d Fonts: make RasterizerDensity a dynamic field. (temporarily exposed as SetFontRasterizerDensity()). 4 месяцев назад
  ocornut 8140a9d8a6 Fonts: comments on ImTextureData fields. 4 месяцев назад
  ocornut 42e7bb80b6 imgui_freetype: removed anonymous namespace + extracting two functions outside of ImGui_ImplFreeType_FontSrcData. 4 месяцев назад
  ocornut 6a455e1281 imgui_freetype: moving data out of ImGui_ImplFreeType_FontSrcData. 4 месяцев назад
  ocornut 5310f5fba3 Fonts: rework toward reducing reliance on ImFontConfig::DstFont since we ought to separate them. 4 месяцев назад
  ocornut 2b0d49a905 Fonts: make ImFont::Sources a vector. 4 месяцев назад
  ocornut e7efe94fd2 Fonts: shallow rework of ImFontAtlasBakedAddFontGlyph() to facilitate upcoming change. 4 месяцев назад
  ocornut 890fff92fd Fonts: rename many internal functions for consistency. No other changes. 4 месяцев назад
  ocornut c4fa9bb61f Fonts: add ImFontGlyph::SourceIdx. Extract code out of DebugNodeFont() into DebugNodeFontGlyphesForSrcMask(). 4 месяцев назад
  ocornut bcd1a94b89 Fonts: Extract ImFontAtlasBuildGetFontBaked() out of ImFont::GetFontBaked() mostly for consistency with upcoming changes + tweak locals in AddFont(). 5 месяцев назад
  ocornut 7840e453b5 Fonts: ImFontAtlasBuildInit() is always called with atlas->Builder == NULL. 5 месяцев назад
  ocornut eb650c468a Fonts: fixed unused variable warning. 5 месяцев назад
  ocornut c43b138a69 Fonts: no need to load current baked on SkipItems window? + removed unused field. 5 месяцев назад
  ocornut cdfa537adf Fonts: packing of shared basic/line/cursor data uses more public API. 5 месяцев назад
  ocornut ed2bb2cff0 Fonts: encode additional data in ImFontAtlasRectId to detect invalid id + added Rects debug browser. 5 месяцев назад
  ocornut 0436fba13c Fonts: fixed compaction gc-ing baked fonts used in the current frame + rename. 5 месяцев назад
  ocornut e8035b94e5 Fonts: misc tidying up. 5 месяцев назад
  ocornut d789263e08 Fonts: internal rendering uses higher level functions. 5 месяцев назад
  ocornut 12599da53d Fonts: do not mark whole ImTextureData struct as IMGUI_API to fix warning when used in ImVector<> (8559) 5 месяцев назад
  ocornut fb5c537080 Fonts: changing loader/backend or loader flags may be done without losing custom rects. Sharing more code. 5 месяцев назад