Commit History

Auteur SHA1 Bericht Datum
  ocornut 5d4126876b Version 1.92.1 3 weken geleden
  ocornut 4ef1145241 Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763) 3 weken geleden
  ocornut fd75bdccb0 Fonts: for large size fonts, layout/size calculation only load glyphs metrics. Actual glyphs are renderer+packed when used by drawing functions. (#8758, #8465) 1 maand geleden
  ocornut b7e5d76c79 Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465) 1 maand geleden
  ocornut f18aea5246 Version 1.92.1 WIP 1 maand geleden
  ocornut 673eb7de96 Version 1.92.0 1 maand geleden
  ocornut 97e0d59619 (Breaking) Fonts: removed PushFontSize(), PopFontSize(). 1 maand geleden
  ocornut 776897d3c9 Fonts: fixed PVS Studio false positive "expression 'cmd_count != draw_list->CmdBuffer.Size' is always false." (#8720, #8465) 1 maand geleden
  ocornut 608dd96de6 Fonts: fixed RenderText() asserting when crossing VtxOffset change boundaries. (#8720, #8465) 1 maand geleden
  ocornut 613a6a964c Fonts: AddFontDefault() adds to GlyphOffset.y instead of overriding it. 1 maand geleden
  ocornut 2f9c518ca8 Textures: ImTextureData::GetPixels() returns void* for clarity. 1 maand geleden
  ocornut fe048efeab DrawList, Fonts: fixed PushFont()/AddImage() not restoring correct atlas texture id when using multiple atlas (#8694) 1 maand geleden
  ocornut 24f7328e5f DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465) 1 maand geleden
  ocornut 41f4acfb4f Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame(). 1 maand geleden
  ocornut 895bff6524 Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings. 1 maand geleden
  ocornut e1481a731d Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear. 1 maand geleden
  ocornut 2e67bd4de7 Fonts: rename to ImFontAtlasBuildLegacyPreloadAllGlyphRanges(). 1 maand geleden
  ocornut 02f58b3207 Fonts: AddFont() functions now allow size_pixels==0.0f (only required when using certain functions) 1 maand geleden
  ocornut 2d2b1cee6b Fonts: internals: renamed g.FontSizeBeforeScaling to g.FontSizeBase for consistency. 1 maand geleden
  ocornut 59a11363a5 Fonts: ground work for allowing SizePixels to be optional. 2 maanden geleden
  ocornut 402db2ef32 Fonts: fixed passing negative sizes to stb_truetype loader. 1 maand geleden
  ocornut 1e118ab891 Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame(). 2 maanden geleden
  ocornut 69547bd4bd Fonts: ImFont::DefaultSize -> ImFont::LegacySize. ImFontFlags_UseDefaultSize -> ImFontFlags_DefaultToLegacySize. 2 maanden geleden
  ocornut e3860aa6ac (Breaking) Fonts: removing obsolete ImFont::Scale. 2 maanden geleden
  ocornut 25f9c318e3 Fonts: added "Input Glyphs Overlap Detection Tool". Added "Clear bakes", "Clear unused" buttons. Move code. 2 maanden geleden
  ocornut 5926c877a1 Fonts: detect if ImFontAtlasUpdateNewFrame() is not being called. 2 maanden geleden
  ocornut 9f8b4bdaf1 Fonts: fixed edge case calling RenderText() without priming with CalcTextSize(). 2 maanden geleden
  ocornut b2343d6247 Fonts: fallback to default default rasterizer density + pick one from existing viewports at the time of calling AddUpdateViewport(). 2 maanden geleden
  ocornut 822903e56d Fonts: fixed ImFontAtlas::RemoveFont() with multiple sources. 2 maanden geleden
  ocornut 5ee9845559 Fonts: automatically set current rasterizer density to viewport density. Effectively should fix most things on macOS. 2 maanden geleden