Dougall Johnson
|
9bb7f80cb8
|
stb_truetype: Fix a couple of CFF bugs
The CFF/Type 2 changes broke including without STB_TRUETYPE_IMPLEMENTATION defined, and had a typo. Sorry!
|
ago%!(EXTRA string=9 years) |
PopPoLoPoPpo
|
19d03764b5
|
Fix #ifndef STBI_WRITE_NO_STDIO scioe for stbi_write_hdr()
stbi_write_hdr_to_func() should still be available even without STBI_WRITE_NO_STDIO,
just like other formats.
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
94374c99c8
|
Merge branch 'master' of https://github.com/nothings/stb
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
4f2324c6ad
|
Merge branch 'num-fonts' of https://github.com/IntellectualKitty/stb into working
Conflicts:
stb_truetype.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
cca943e78a
|
version history
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
834199151e
|
Merge branch 'is-apple-font' of https://github.com/IntellectualKitty/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
3d1c790e96
|
version history
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
53e4334bf7
|
Merge pull request #363 from mgerhardy/patch-1
Shouldn't this be 6?
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
d0b576c474
|
update stb_truetype version
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ad6614ad9f
|
Merge branch 'cff-type2' of https://github.com/dougallj/stb into type2
Conflicts:
stb_truetype.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
d5ec7789bd
|
stb_image_resize update
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
f882db0c80
|
Merge https://github.com/aras-p/stb into working
|
ago%!(EXTRA string=9 years) |
Thomas Ruf
|
f07727a28a
|
stb_image.h: large structures on the stack
more of "allocate large structures on the stack", this time in the forgotten stbi__jpeg_test
-> avoids the infamous _chkstk() when working with CRT
|
ago%!(EXTRA string=9 years) |
Julian Raschke
|
a055654ee3
|
Rename Point to stbv__point
|
ago%!(EXTRA string=9 years) |
Alejandro Pereda
|
3f36b29589
|
Overwrites error parameter in stb_vorbis_open_memory when there is no error. This avoid confusion due to previous values.
|
ago%!(EXTRA string=9 years) |
Christopher Hansen
|
99fd236287
|
Merge branch 'master' of https://github.com/nothings/stb into num-fonts
|
ago%!(EXTRA string=9 years) |
sammyhw
|
ec9db6f84b
|
allow for all 16 bits
|
ago%!(EXTRA string=9 years) |
Rohit Nirmal
|
13927ac386
|
stb_printf.h: Reuse code for assigning lead sign.
|
ago%!(EXTRA string=9 years) |
Daniel
|
4338a0e55e
|
Fix the check for a percent character
It was matching everything less than 0x26, so could cause a minor
performance loss. Also made the second if statement superfluous.
|
ago%!(EXTRA string=9 years) |
Jeroen van Rijn
|
58c51413f6
|
Fix comments where rr* functions hadn't been renamed yet.
|
ago%!(EXTRA string=9 years) |
jarikomppa
|
0e63382be0
|
A bit more involved change: support for both 1000 and 1024 divisors, and SI and JEDEC suffixes, as well as removing the space between number and suffix.
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
3e7f2d6ebd
|
fix missing renames
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
bec0b26d1e
|
Merge branch 'master' of https://github.com/nothings/stb
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
554e072742
|
fix #ifdef mistake in stb_sprintf
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
0c6bd72ccb
|
Merge pull request #377 from aras-p/patch-1
stb_sprintf: seperators -> separators typo in comment
|
ago%!(EXTRA string=9 years) |
jarikomppa
|
9a3f9dff13
|
More proper fix for the prefixes (defaults to Ki style, with define for using K style instead)
|
ago%!(EXTRA string=9 years) |
jarikomppa
|
a27e577c3e
|
The Si prefixes for mega, giga and tera are upper case (lower case m is not mega but milli)
|
ago%!(EXTRA string=9 years) |
Aras Pranckevičius
|
e6e20b43db
|
stb_sprintf: seperators -> separators typo in comment
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ca3b8d7426
|
add credits to readme
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
9953803d0c
|
fix bad search-replace in comment
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
3f2716ace4
|
add stb_sprintf to readme
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
c9fe5bac48
|
rename all stb_sprintf identifiers to follow stb conventions
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
fd23d7097d
|
rename rrsprintf to stb_sprintf
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
454ed822a7
|
deprecate rrsprintf
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a468fbda72
|
readme, add rrsprintf.h
|
ago%!(EXTRA string=9 years) |
IntellectualKitty
|
75a8fd9d41
|
Add function to get the number of fonts in a TrueType file
|
ago%!(EXTRA string=9 years) |
IntellectualKitty
|
7fa573cd61
|
Update stb_truetype.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
b61b7a74fa
|
update version info
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
b9be4fd8df
|
Merge branch 'merging' into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
0b2c06a7e1
|
more STB_IMAGE_STATIC fixes
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7bcaa93a76
|
Merge branch 'master' of https://github.com/Zelex/stb into merging
Also add more credits
Also fix linking multiple copies with STB_IMAGE_STATIC
Conflicts:
stb_image.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
4a1523f60a
|
make tga load function static to avoid link errors on multiple instances
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7759a2a93d
|
fix "misleading indentation" gcc warning
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ae241feec4
|
Merge branch 'stb_img_overflows' of https://github.com/rygorous/stb into working
Conflicts:
stb_image.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7736399517
|
return 16-bit PSDs through 16-bit API (untested)
|
ago%!(EXTRA string=9 years) |
IntellectualKitty
|
07fefa384a
|
Return all_rects_packed status from stbrp_pack_rects.
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e0700d8e2c
|
16-bit png changes
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
239a6718e1
|
rename stbi_load parameters to reduce confusion
|
ago%!(EXTRA string=9 years) |
jon
|
2a170daee5
|
warning fixes, more RGBE fix
|
ago%!(EXTRA string=9 years) |
jon
|
a2defc3d7a
|
added support for RGBE header HDR files
|
ago%!(EXTRA string=9 years) |