ocornut
|
97428e8ac9
Version 1.91.9
|
4 月之前 |
ocornut
|
ea2a12112d
Misc: Various zealous warning fixes for newer version of Clang.
|
4 月之前 |
ocornut
|
1ec99f4fd3
Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421)
|
4 月之前 |
ocornut
|
4c0604ec2e
Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount.
|
6 月之前 |
ocornut
|
6dc376f676
ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals.
|
5 月之前 |
ocornut
|
85c488ee12
Hot-fix for broken MouseDrawCursor support for ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress/ImGuiMouseCursor_NotAllowed.
|
5 月之前 |
ocornut
|
78ec1272e9
ImDrawList: added InitialFringeScale in ImDrawListSharedData. Default to 1.0f.
|
5 月之前 |
ocornut
|
474305c476
ImFont: simpler constructor.
|
5 月之前 |
ocornut
|
914fbcf2e5
Fonts: removed unnecessary const qualifier from ImFont::FindGlyph()
|
5 月之前 |
ocornut
|
cfed18afc7
Add ImFontConfig::GlyphExtraAdvanceX as a replacement for GlyphExtraSpacing.x (#242)
|
5 月之前 |
ocornut
|
1a31e31ae9
(Breaking) Fonts: removed ImFontConfig::GlyphExtraSpacing option which seems largely obsolete and unused. (#242)
|
6 月之前 |
ocornut
|
de962e83d0
ImFont: remove SetGlyphVisible()
|
6 月之前 |
ocornut
|
f820bf7cd4
Version 1.91.9 WIP
|
6 月之前 |
ocornut
|
dbb5eeaadf
Version 1.91.8
|
6 月之前 |
ocornut
|
96e3b147f0
Fixed build with IMGUI_ENABLE_FREETYPE (#8346)
|
6 月之前 |
ocornut
|
afb6e9a879
Fonts: OversampleH auto-selection uses 36 as heuristic for now.
|
6 月之前 |
ocornut
|
8a1613a382
Fonts: OversampleH/OversampleV value defaults to 0 for automatic selection.
|
6 月之前 |
ocornut
|
9eafb7bbfb
ImFont: IndexLookup[] table hold 16-bit values even in ImWchar32 mode.
|
6 月之前 |
ocornut
|
10199341b1
ImFontAtlas: made calling ClearFonts() call ClearInputData(). (#8174, #6556, #6336, #4723)
|
6 月之前 |
ocornut
|
e8779a67b1
Font: direct AddText()/RenderText() calls don't need to call strlen() if below clipping region.
|
6 月之前 |
ocornut
|
487d7f9a29
Font: Internals: make used page maps smaller. Since it's extremely rarely used and for iterations only. ~34->16 bytes with ImWchar32.
|
6 月之前 |
ocornut
|
c59a2267d0
Version 1.91.8 WIP
|
6 月之前 |
ocornut
|
5c1d2d1e4c
Version 1.91.7
|
6 月之前 |
ocornut
|
c7983115e9
Fonts: Further tweaks for Ellipsis ("...") character width when automatically created from a single comma character: use AdvanceX as min.
|
6 月之前 |
ocornut
|
90094a871a
Fonts: Fixed miscalculation of Ellipsis ("...") character width when automatically created from a single comma character.
|
6 月之前 |
ocornut
|
006721fbd6
Added ImFontAtlas section index in comments + minor tweaks to DX12 backends.
|
7 月之前 |
ocornut
|
457fae24e7
Silence more zealous GCC warning. (#8241)
|
7 月之前 |
Raffaello Bertini
|
cd6c83cdcc
Fixes GCC warnings (#8241)
|
7 月之前 |
ocornut
|
1d069cf435
Fonts: store 0 for unset EllipsisChar/FallbackChar. Pull config in BuildLookupTable().
|
7 月之前 |
ocornut
|
f25665f360
Version 1.91.7 WIP
|
7 月之前 |