ocornut
|
673eb7de96
Version 1.92.0
|
1 月之前 |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 月之前 |
ocornut
|
776897d3c9
Fonts: fixed PVS Studio false positive "expression 'cmd_count != draw_list->CmdBuffer.Size' is always false." (#8720, #8465)
|
1 月之前 |
ocornut
|
608dd96de6
Fonts: fixed RenderText() asserting when crossing VtxOffset change boundaries. (#8720, #8465)
|
1 月之前 |
ocornut
|
613a6a964c
Fonts: AddFontDefault() adds to GlyphOffset.y instead of overriding it.
|
1 月之前 |
ocornut
|
2f9c518ca8
Textures: ImTextureData::GetPixels() returns void* for clarity.
|
1 月之前 |
ocornut
|
fe048efeab
DrawList, Fonts: fixed PushFont()/AddImage() not restoring correct atlas texture id when using multiple atlas (#8694)
|
1 月之前 |
ocornut
|
24f7328e5f
DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465)
|
1 月之前 |
ocornut
|
41f4acfb4f
Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame().
|
1 月之前 |
ocornut
|
895bff6524
Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings.
|
1 月之前 |
ocornut
|
e1481a731d
Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear.
|
1 月之前 |
ocornut
|
2e67bd4de7
Fonts: rename to ImFontAtlasBuildLegacyPreloadAllGlyphRanges().
|
1 月之前 |
ocornut
|
02f58b3207
Fonts: AddFont() functions now allow size_pixels==0.0f (only required when using certain functions)
|
1 月之前 |
ocornut
|
2d2b1cee6b
Fonts: internals: renamed g.FontSizeBeforeScaling to g.FontSizeBase for consistency.
|
1 月之前 |
ocornut
|
59a11363a5
Fonts: ground work for allowing SizePixels to be optional.
|
2 月之前 |
ocornut
|
402db2ef32
Fonts: fixed passing negative sizes to stb_truetype loader.
|
1 月之前 |
ocornut
|
1e118ab891
Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame().
|
2 月之前 |
ocornut
|
69547bd4bd
Fonts: ImFont::DefaultSize -> ImFont::LegacySize. ImFontFlags_UseDefaultSize -> ImFontFlags_DefaultToLegacySize.
|
2 月之前 |
ocornut
|
e3860aa6ac
(Breaking) Fonts: removing obsolete ImFont::Scale.
|
2 月之前 |
ocornut
|
25f9c318e3
Fonts: added "Input Glyphs Overlap Detection Tool". Added "Clear bakes", "Clear unused" buttons. Move code.
|
2 月之前 |
ocornut
|
5926c877a1
Fonts: detect if ImFontAtlasUpdateNewFrame() is not being called.
|
2 月之前 |
ocornut
|
9f8b4bdaf1
Fonts: fixed edge case calling RenderText() without priming with CalcTextSize().
|
2 月之前 |
ocornut
|
b2343d6247
Fonts: fallback to default default rasterizer density + pick one from existing viewports at the time of calling AddUpdateViewport().
|
2 月之前 |
ocornut
|
822903e56d
Fonts: fixed ImFontAtlas::RemoveFont() with multiple sources.
|
2 月之前 |
ocornut
|
5ee9845559
Fonts: automatically set current rasterizer density to viewport density. Effectively should fix most things on macOS.
|
2 月之前 |
ocornut
|
fad5280d4c
Fonts: fixed broken support for legacy backend due to a mismatch with initial pre-build baked id.
|
2 月之前 |
ocornut
|
65e6039979
Fonts: remove unnecessary ImDrawListSharedData::FontAtlas which is actually getting in the way of using multiple atlases.
|
2 月之前 |
ocornut
|
46fa9e8efb
Fonts: Debug display status. Fixed truncated raw texture id. Fixed FormatTextureIDForDebugDisplay(). Comments.
|
2 月之前 |
ocornut
|
f6735c223c
Fonts: remove ImFontHooks in favor of a AddRemapChar() implementation.
|
2 月之前 |
ocornut
|
89e880dfd1
Fonts: adding ImFontHooks for codepoint remapping.
|
2 月之前 |