ocornut
|
f484af34c2
Font: rename ImFont::AddRemapChar() parameters for clarity. (#609)
|
4 月之前 |
ocornut
|
e4a865177e
ImFont: added cpu clip fine option for ImFont::RenderChar() (which is technically internal).
|
4 月之前 |
ocornut
|
e5b218e6d1
TreeNode: added ImGuiTreeNodeFlags_DrawTreeXXX flags. (#2920)
|
1 年之前 |
ocornut
|
b4bd596a39
Fonts: word-wrapping code handle ideographic comma & full stop (U+3001, U+3002). (#8540)
|
5 月之前 |
ocornut
|
fcab22f80f
Fonts: fixed CalcWordWrapPositionA() fallback when width is too small to wrap with multibyte codepoints.. (#8540)
|
5 月之前 |
tanksdude
|
f5003aff69
Docs: Fix some typos (#8505)
|
5 月之前 |
ocornut
|
d467950a5e
Style, InputText: added ImGuiCol_InputTextCursor to configure color of the InputText cursor/caret. (#7031)
|
5 月之前 |
ocornut
|
0ecb2bbe74
Version 1.92.0 WIP
|
5 月之前 |
ocornut
|
93b446a962
Backtrack of version tagging 1.92.0 > 1.91.9b for publishing a hotfix (#8496)
|
5 月之前 |
ocornut
|
bfaef8ca17
Version 1.92.0 WIP
|
5 月之前 |
ocornut
|
97428e8ac9
Version 1.91.9
|
5 月之前 |
ocornut
|
ea2a12112d
Misc: Various zealous warning fixes for newer version of Clang.
|
5 月之前 |
ocornut
|
1ec99f4fd3
Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421)
|
6 月之前 |
ocornut
|
4c0604ec2e
Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount.
|
7 月之前 |
ocornut
|
6dc376f676
ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals.
|
6 月之前 |
ocornut
|
85c488ee12
Hot-fix for broken MouseDrawCursor support for ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress/ImGuiMouseCursor_NotAllowed.
|
6 月之前 |
ocornut
|
78ec1272e9
ImDrawList: added InitialFringeScale in ImDrawListSharedData. Default to 1.0f.
|
6 月之前 |
ocornut
|
474305c476
ImFont: simpler constructor.
|
6 月之前 |
ocornut
|
914fbcf2e5
Fonts: removed unnecessary const qualifier from ImFont::FindGlyph()
|
7 月之前 |
ocornut
|
cfed18afc7
Add ImFontConfig::GlyphExtraAdvanceX as a replacement for GlyphExtraSpacing.x (#242)
|
7 月之前 |
ocornut
|
1a31e31ae9
(Breaking) Fonts: removed ImFontConfig::GlyphExtraSpacing option which seems largely obsolete and unused. (#242)
|
7 月之前 |
ocornut
|
de962e83d0
ImFont: remove SetGlyphVisible()
|
7 月之前 |
ocornut
|
f820bf7cd4
Version 1.91.9 WIP
|
7 月之前 |
ocornut
|
dbb5eeaadf
Version 1.91.8
|
7 月之前 |
ocornut
|
96e3b147f0
Fixed build with IMGUI_ENABLE_FREETYPE (#8346)
|
7 月之前 |
ocornut
|
afb6e9a879
Fonts: OversampleH auto-selection uses 36 as heuristic for now.
|
7 月之前 |
ocornut
|
8a1613a382
Fonts: OversampleH/OversampleV value defaults to 0 for automatic selection.
|
7 月之前 |
ocornut
|
9eafb7bbfb
ImFont: IndexLookup[] table hold 16-bit values even in ImWchar32 mode.
|
7 月之前 |
ocornut
|
10199341b1
ImFontAtlas: made calling ClearFonts() call ClearInputData(). (#8174, #6556, #6336, #4723)
|
7 月之前 |
ocornut
|
e8779a67b1
Font: direct AddText()/RenderText() calls don't need to call strlen() if below clipping region.
|
7 月之前 |