Michael Martz
|
506f7e0074
|
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 years ago |
Rokas Kupstys
|
74f7ac04a1
|
Misc: Fix font compressor utility warnings. (#5359)
|
2 years ago |
Konstantin Podsvirov
|
7ff41a78f9
|
Fonts: binary_to_compressed_c.cpp gained -nostatic option (#5021)
This allow to use added variables in other source files via extern declaration.
|
3 years ago |
ocornut
|
31a144b60c
|
Fix comments (#3534)
|
4 years ago |
Rokas Kupstys
|
0738611559
|
Misc: Bunch of code formatting changes suggested by a pass running 'astyle'
|
4 years ago |
omar
|
bdce833636
|
Version 1.74
|
5 years ago |
omar
|
ca63349eb4
|
Renamed XX-bits -> XX-bit in comments to match what the world appears to be using.
|
5 years ago |
omar
|
d23f1b1409
|
fonts/binary_to_compress: display error message when failing to open file + misc comments.
|
5 years ago |
omar
|
2c38b32db1
|
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
421dc19798
|
Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015)
|
6 years ago |
omar
|
cd3dd886de
|
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
|
7 years ago |
Ben Vanik
|
6ec50d6bf5
|
Fix binary_to_compressed_c tool to return 0 when successful
Returning 1 is seen as an error by many tools, making it tricky to integrate this into build systems as-is.
|
7 years ago |
omar
|
df52f46b13
|
Comments, documentation (#1121)
|
8 years ago |
ocornut
|
9c6048f781
|
Tools: binary_to_compressed_c.cpp : comments + link to precompiled binaries
|
8 years ago |
ocornut
|
05b580e691
|
Tools: Fixed binary_to_compressed_c.cpp not to use different types on both sides of ternary op (#856)
|
8 years ago |
ocornut
|
7f51929dc4
|
Tools: binary_to_compressed_c: Avoid ?? trigraphs sequences in string outputs (#839)
|
8 years ago |
ocornut
|
4e3c6f64c0
|
Various minor fixes following a pass of cppcheck static analyzer
|
9 years ago |
ocornut
|
1c69b3d0df
|
Tools: binary_to_compressed_c.cpp: added -nocompress option.
|
9 years ago |
ocornut
|
527208ad7c
|
Default font encoded as base85 saves ~100 lines / 26 KB of source code (from @mmalex)
|
9 years ago |
ocornut
|
ac740170b9
|
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
|
10 years ago |
ocornut
|
bff9a6b6e3
|
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
|
10 years ago |