ocornut
|
dbb5eeaadf
Version 1.91.8
|
6 months ago |
ocornut
|
96e3b147f0
Fixed build with IMGUI_ENABLE_FREETYPE (#8346)
|
6 months ago |
ocornut
|
afb6e9a879
Fonts: OversampleH auto-selection uses 36 as heuristic for now.
|
6 months ago |
ocornut
|
8a1613a382
Fonts: OversampleH/OversampleV value defaults to 0 for automatic selection.
|
6 months ago |
ocornut
|
9eafb7bbfb
ImFont: IndexLookup[] table hold 16-bit values even in ImWchar32 mode.
|
6 months ago |
ocornut
|
10199341b1
ImFontAtlas: made calling ClearFonts() call ClearInputData(). (#8174, #6556, #6336, #4723)
|
6 months ago |
ocornut
|
e8779a67b1
Font: direct AddText()/RenderText() calls don't need to call strlen() if below clipping region.
|
6 months ago |
ocornut
|
487d7f9a29
Font: Internals: make used page maps smaller. Since it's extremely rarely used and for iterations only. ~34->16 bytes with ImWchar32.
|
7 months ago |
ocornut
|
c59a2267d0
Version 1.91.8 WIP
|
7 months ago |
ocornut
|
5c1d2d1e4c
Version 1.91.7
|
7 months ago |
ocornut
|
c7983115e9
Fonts: Further tweaks for Ellipsis ("...") character width when automatically created from a single comma character: use AdvanceX as min.
|
7 months ago |
ocornut
|
90094a871a
Fonts: Fixed miscalculation of Ellipsis ("...") character width when automatically created from a single comma character.
|
7 months ago |
ocornut
|
006721fbd6
Added ImFontAtlas section index in comments + minor tweaks to DX12 backends.
|
8 months ago |
ocornut
|
457fae24e7
Silence more zealous GCC warning. (#8241)
|
7 months ago |
Raffaello Bertini
|
cd6c83cdcc
Fixes GCC warnings (#8241)
|
7 months ago |
ocornut
|
1d069cf435
Fonts: store 0 for unset EllipsisChar/FallbackChar. Pull config in BuildLookupTable().
|
8 months ago |
ocornut
|
f25665f360
Version 1.91.7 WIP
|
8 months ago |
ocornut
|
993fa34749
Version 1.91.6
|
8 months ago |
ocornut
|
19a1f2a5d2
Fonts: fixed AddCustomRect() not being packed with TexGlyphPadding + not accounted in surface area. (#8107)
|
8 months ago |
ocornut
|
20360e00ce
Merge miscellaneous small changes to reduce drift with texture update branch.
|
8 months ago |
ocornut
|
551b6c4d66
Tools: binary_to_compressed_c: added -u8/-u32/-base85 export options.
|
8 months ago |
ocornut
|
d0e870aad2
Misc: changed embedded ProggyClean encoding to save a bit of binary space (~12kb to 9.5kb). (#8161)
|
8 months ago |
chuikingshek
|
5ae3dd52a0
Fonts: added IMGUI_DISABLE_DEFAULT_FONT macro. (#8161)
|
8 months ago |
ocornut
|
3381ab423b
Version 1.91.6 WIP + fixed typo in tooltip.
|
9 months ago |
ocornut
|
f401021d5a
Version 1.91.5
|
9 months ago |
ocornut
|
31b967f098
Fix 01d27a4 (sorry I cherry-picked from wrong branch)
|
9 months ago |
ocornut
|
01d27a4acd
Internals: added IM_LIKELY(), IM_UNLIKELY() helper macros (yet unused). Added ImFontGetCharAdvanceX() macro.
|
9 months ago |
ocornut
|
17bd417a3d
AddCustomRectFontGlyph: added storage for Colored bool in ImFontAtlasCustomRect. (#8133)
|
9 months ago |
ocornut
|
d97bbf1904
Tabs, Style: made ImGuiCol_TabDimmedSelectedOverline alpha 0 (not visible) in default styles.
|
9 months ago |
ocornut
|
be2d006e2e
Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h
|
9 months ago |