ocornut
|
45acd5e0e8
Version 1.92.2b
|
3 days ago |
ocornut
|
af920e1e6f
Version 1.92.3 WIP
|
4 days ago |
ocornut
|
2b24f5fa71
Version 1.92.2
|
5 days ago |
ocornut
|
1c57dc21c2
Misc: fixes zealous MSVC static analyzer warnings + make GetInputSourceName(), GetMouseSourceName() a little more tolerant. (#8876)
|
5 days ago |
Elliot Prior
|
ff2dfc8422
Fonts: fixed a crash when modifying different texture format with a legacy backend. (#8824)
|
3 weeks ago |
ocornut
|
7e701c18c8
Fonts: fixed an issue when a font using MergeMode has a reference size specified but the target font doesn't.
|
1 week ago |
Christian Fillion
|
22fe9fce4c
Textures: fixed assertion in DebugNodeTexture() when ImTextureID_Invalid is non-zero. (#8860, #8745)
|
1 week ago |
ocornut
|
87d7f7744e
Fonts: (Internal) Added undocumented ImFontBaked::LoadNoRenderOnLayout. (#8758, #8465)
|
2 weeks ago |
ocornut
|
10dc1882c8
Fonts: (Internal) rename ImFontBaked::LockLoadingFallback to ImFontBaked::LoadNoFallback.
|
2 weeks ago |
ocornut
|
19d1ad04f4
Fonts: stop using stb_truetype.h implementation functions. Fix using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION. (#8794)
|
3 weeks ago |
ocornut
|
b884533957
Document/workaround an issue using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION since 1.92.0. (#8794)
|
3 weeks ago |
ocornut
|
57a816ae60
Texutres: minor comments, tweaks.
|
3 weeks ago |
ocornut
|
336d9212fc
Backends: using range-for to iterate draw_data->CmdLists[].
|
1 month ago |
ocornut
|
a0d3e405a3
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
1 month ago |
ocornut
|
4d745bc602
Version 1.92.2 WIP
|
1 month ago |
ocornut
|
5d4126876b
Version 1.92.1
|
1 month ago |
ocornut
|
4ef1145241
Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763)
|
1 month ago |
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 month ago |
ocornut
|
b7e5d76c79
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
1 month ago |
ocornut
|
f18aea5246
Version 1.92.1 WIP
|
1 month ago |
ocornut
|
673eb7de96
Version 1.92.0
|
1 month ago |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 month ago |
ocornut
|
776897d3c9
Fonts: fixed PVS Studio false positive "expression 'cmd_count != draw_list->CmdBuffer.Size' is always false." (#8720, #8465)
|
1 month ago |
ocornut
|
608dd96de6
Fonts: fixed RenderText() asserting when crossing VtxOffset change boundaries. (#8720, #8465)
|
1 month ago |
ocornut
|
613a6a964c
Fonts: AddFontDefault() adds to GlyphOffset.y instead of overriding it.
|
1 month ago |
ocornut
|
2f9c518ca8
Textures: ImTextureData::GetPixels() returns void* for clarity.
|
1 month ago |
ocornut
|
fe048efeab
DrawList, Fonts: fixed PushFont()/AddImage() not restoring correct atlas texture id when using multiple atlas (#8694)
|
2 months ago |
ocornut
|
24f7328e5f
DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465)
|
2 months ago |
ocornut
|
41f4acfb4f
Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame().
|
2 months ago |
ocornut
|
895bff6524
Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings.
|
2 months ago |