Sean Barrett
|
c36e8ae082
|
Merge branch 'master' into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7fa4f12048
|
tweak doctest
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
51e136aad7
|
Merge branch 'patch-1' of https://github.com/onqtam/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
cf51044bc6
|
update stb_pg project
|
ago%!(EXTRA string=9 years) |
Dougall Johnson
|
0181b37188
|
CFF and Type 2 charstream parsing in stb_truetype
This is a partial implementation of the CFF and Type 2 charstring
specifications. It allows stb_truetype to read most OTF files.
|
ago%!(EXTRA string=9 years) |
Martin Gerhardy
|
4a60c54710
|
Shouldn't this be 6?
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
f814cd7577
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
4f51089d1d
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e713a69f1e
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
fa775881d6
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
973ad3611c
|
other_libs updates
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
fa3db1eb89
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e3d804279a
|
Merge branch 'patch-1' of https://github.com/terrehbyte/stb into working
Conflicts:
docs/other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ac646fdc27
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a1b466ab2f
|
Merge branch 'patch-1' of https://github.com/dbohdan/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
2c105e40fc
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5e596c8c2d
|
other_libs: fix indentation
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5b3957a546
|
Merge branch 'master' of https://github.com/xelatihy/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
1e87fa472f
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
1976e1aee5
|
Merge branch 'master' of https://github.com/jobtalle/stb into working
Conflicts:
docs/other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
6704bc4023
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7a02596aae
|
Merge branch 'otherlibs-dg_dynarr' of https://github.com/DanielGibson/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
01dc6abdcf
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5db11942d1
|
Merge branch 'master' of https://github.com/kieselsteini/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
6f72440159
|
bump version numbers
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
19c9615e90
|
rect_pack patch;
fix typo in stb_textedit
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5ad14faf38
|
Merge branch 'master' into working
|
ago%!(EXTRA string=9 years) |
cosmy1
|
4e758682b0
|
Minor fixes.
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
2c71a43206
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
bde8f7c102
|
tweaks to stb_textedit custom-move-by-word patch
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
841930cca4
|
Merge branch 'textedit-moveright-moveleft' of https://github.com/ocornut/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
50ec40269d
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
094e8e923b
|
Merge branch 'master' of https://github.com/kritzikratzi/stb into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
f4d348de8e
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
14e6a98469
|
clarify alloca #include whitelists
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
f4938bfa4d
|
Whitelist the compilers that need malloc.h for alloca
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a2f50a1b6a
|
Merge branch 'working'
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
4806aca183
|
windows fwrite doesn't handle arbitrarily large writes (!);
add a bunch of stuff used by my backup program 'smir';
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ec6e5e4054
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
f9a04924af
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
00c6078f9d
|
Handmade Math
|
ago%!(EXTRA string=9 years) |
Terry Nguyen
|
33b92cab0f
|
Fix link to tinyobjloader-c
The repository has been been relocated by syoyo from tinyobjloader_c to tinyobjloader-c (note the dash)
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e75ca4234e
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Aras Pranckevicius
|
21ea5487ff
|
Fix crash when resizing large images (signed integer overflow, e.g. at image size of 24000x24000)
|
ago%!(EXTRA string=9 years) |
Patrick Boettcher
|
734576e6be
|
image-write: fix monochrome bitmap writing from 8-bit-buffers
Now writing out monochrome bitmaps from 8-bit arrays works
as it does when using PNG.
Bitmaps need 3 bytes per pixel.
|
ago%!(EXTRA string=9 years) |
Danyil Bohdan
|
e1970fe456
|
other_libs.md: Update link for LIL
|
ago%!(EXTRA string=9 years) |
Eric Engestrom
|
94dd6fe796
|
README.md: add direct links to files
|
ago%!(EXTRA string=9 years) |
Viktor Kirilov
|
a2bf7592b6
|
added doctest to the list with testing frameworks
|
ago%!(EXTRA string=9 years) |
Job Talle
|
cc1f71c0d1
|
Changed license to public domain
|
ago%!(EXTRA string=9 years) |
Lewis Van Winkle
|
365441bc7d
|
Added Genann (neural networks)
|
ago%!(EXTRA string=9 years) |