ocornut
|
19d1ad04f4
Fonts: stop using stb_truetype.h implementation functions. Fix using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION. (#8794)
|
4 天之前 |
ocornut
|
b884533957
Document/workaround an issue using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION since 1.92.0. (#8794)
|
4 天之前 |
ocornut
|
57a816ae60
Texutres: minor comments, tweaks.
|
6 天之前 |
ocornut
|
336d9212fc
Backends: using range-for to iterate draw_data->CmdLists[].
|
2 周之前 |
ocornut
|
a0d3e405a3
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
2 周之前 |
ocornut
|
4d745bc602
Version 1.92.2 WIP
|
2 周之前 |
ocornut
|
5d4126876b
Version 1.92.1
|
2 周之前 |
ocornut
|
4ef1145241
Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763)
|
2 周之前 |
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)
|
3 周之前 |
ocornut
|
b7e5d76c79
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
3 周之前 |
ocornut
|
f18aea5246
Version 1.92.1 WIP
|
1 月之前 |
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 月之前 |