Commit Graph

1654 Commits

Author SHA1 Message Date
Fabian Giesen 980add9725 stb_image_write: Fix JPEG writer bug. 2019-02-23 05:17:37 -08:00
Sean Barrett 59e9702be5 update readme 2019-02-07 10:24:27 -08:00
Sean Barrett 63b59b46b0 update version numbers 2019-02-07 10:03:00 -08:00
Sean Barrett a23f466de0 "long int" => "long" 2019-02-07 09:49:08 -08:00
Sean Barrett 6244febf5f stb_truetype: tweaks to codepoint-missing packing 2019-02-07 09:33:54 -08:00
Sean Barrett f11f1e801a stb_sprintf: credits 2019-02-07 09:23:01 -08:00
Sean Barrett 08759eb405 Merge branch 'fix-sprintf-int-size-1' of https://github.com/account-login/stb into working 2019-02-07 09:22:06 -08:00
Sean Barrett 8cf07e85c8 rename stbtt_PackSetSkipMissingGlyphs to stbtt_PackSetSkipMissingCodepoints 2019-02-07 09:21:17 -08:00
Sean Barrett c35d1dd8ad stb_truetype: runtime selection of skipping missing codepoints 2019-02-07 09:20:11 -08:00
Sean Barrett eaf78c10b6 Merge branch 'truetype-skip_missing_glyphs' of https://github.com/ocornut/stb into working 2019-02-07 09:04:23 -08:00
Sean Barrett 9092c0487d Merge branch 'working' 2019-02-07 09:04:00 -08:00
Sean Barrett feb9de355d stb_image_write: add missing 'static' on internal functions 2019-02-07 09:03:27 -08:00
Sean Barrett 7463635e52 Merge branch 'patch-3' of https://github.com/NuklearBomb/stb into working 2019-02-07 08:53:19 -08:00
Sean Barrett 9643f6bd98 stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts 2019-02-07 08:45:19 -08:00
Sean Barrett 82310cc5ff stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts 2019-02-07 08:44:39 -08:00
Kevin Croft d1dc3fe89c Fix return typo, disambiguate else, and check for the complete fishead identifier 2019-02-07 08:43:59 -08:00
Kevin Croft 604b9367ee Add detection for Ogg skeleton metadata 2019-02-07 08:43:59 -08:00
Sean Barrett 38f86fc461 Merge branch 'fix-leakcheck' of https://github.com/Clownacy/stb into working 2019-02-07 08:34:39 -08:00
Sean Barrett ddccc72c5b stb_image_write: optimize other PNG loops besides previous merge 2019-02-07 08:13:56 -08:00
Sean Barrett d27796b585 Merge branch 'stb_image_write_optimization' of https://github.com/jarnoh/stb into working 2019-02-07 08:11:38 -08:00
Sean Barrett 619cdb6a3b stb_sprintf: fix 32 vs 64-bit sizes for format widts j/z/t 2019-02-07 07:53:28 -08:00
Sean Barrett 6e7e5c5787 Merge branch 'fix-unaligned' of https://github.com/stefano-zanotti-88/stb into working 2019-02-07 07:41:53 -08:00
Sean Barrett 694b61fcb1 stb_image: remove non-ASCII character from credits 2019-02-07 07:39:46 -08:00
Sean Barrett 0aa5984b6a Merge branch 'remove-assert' of https://github.com/rombankzero/stb into working 2019-02-07 07:39:03 -08:00
Sean Barrett f9d9a419a9 Merge branch 'optimize_stbi__ldr_to_hdr' of https://github.com/technik/stb into working 2019-02-07 07:33:00 -08:00
Sean Barrett db691f0c69 Merge branch 'fix_1bit_bmp' of https://github.com/plzombie/stb into working 2019-02-07 07:30:39 -08:00
Sean Barrett 5428c40870 Merge branch 'textedit-undo_char_position_type' of https://github.com/ocornut/stb into working 2019-02-07 07:28:41 -08:00
Sean Barrett 9bb4bc1db4 Merge branch 'patch-1' of https://github.com/sherjilozair/stb into working 2019-02-07 07:27:42 -08:00
Sean Barrett 79a7719c37 stb_image: fix d1252e1bb9 for building in C 2019-02-07 07:20:58 -08:00
Sean Barrett 7056eae4ae Merge branch 'issue-609' of https://github.com/dp304/stb into working 2019-02-07 07:19:18 -08:00
Sean Barrett d1252e1bb9 Merge branch 'master' of https://github.com/ab-cpp/stb into working 2019-02-07 07:17:05 -08:00
Sean Barrett 476c1f89a2 stb_image_write: fix the previous fix (incorrectly labelled as stb_image) 2019-02-07 07:01:23 -08:00
Sean Barrett aa223d9693 Merge branch 'patch-1' of https://github.com/mastensg/stb into working 2019-02-07 07:00:59 -08:00
Sean Barrett ba5fc494b4 Merge branch 'master' of https://github.com/WARP-LAB/stb into working 2019-02-07 06:58:18 -08:00
Sean Barrett e5d4d6fcce stb_image; optimize row computation in PR 2019-02-07 06:58:00 -08:00
Sean Barrett b2bde485a2 Merge branch 'stbiw-fix-jpeg-flipping' of https://github.com/DanielGibson/stb into working 2019-02-07 06:48:44 -08:00
Sean Barrett 09998eb596 Merge branch 'truetype-comment' of https://github.com/ocornut/stb into working 2019-02-07 06:05:47 -08:00
Sean Barrett ff1eb8b8d4 Merge branch 'fix_stbi_write_hdr_core' of https://github.com/poppolopoppo/stb into working 2019-02-07 06:03:48 -08:00
Sean Barrett 94f93a86e7 Merge branch 'truetype-warnings' of https://github.com/ocornut/stb into working 2019-02-07 06:02:51 -08:00
Sean Barrett f82dbd638c windows unicode: don't malloc buffers, add explicit STBI_WINDOWS_UTF8 #define 2019-02-07 05:55:03 -08:00
Sean Barrett ae773aa438 Merge branch 'unicode-file-support' of https://github.com/jrsmith17/stb into temp 2019-02-07 05:07:14 -08:00
Sean Barrett 841c8b0f55 Merge branch 'rectpack-warnings' of https://github.com/ocornut/stb into working 2019-02-07 05:01:35 -08:00
Sean Barrett 3005bcfe87 Merge branch 'misc-typos' of https://github.com/luzpaz/stb into working 2019-02-07 05:00:12 -08:00
Sean Barrett cc53512cb9 added integer seed to noise function, use it in multi-octave noises 2019-02-07 04:59:05 -08:00
Sean Barrett ca980dd2dc Merge branch 'perlin' of https://github.com/Auburns/stb into working 2019-02-07 04:54:14 -08:00
Sean Barrett a28a6b126b tests: 64-bit fixes, fix typo in image tests 2019-02-07 04:42:32 -08:00
Sean Barrett 27460c23a6 stb_truetype: allow getting font metrics without explicitly opening file 2019-02-07 04:41:26 -08:00
Sean Barrett 9f1ef73e96 stb_sprintf: minor reformatting 2019-02-07 04:40:32 -08:00
Sean Barrett 061422f580 fix non-fastpath BMP pixels with bit 31 set when asserts are on 2019-02-07 04:39:51 -08:00
Sean Barrett d85e594654 various fixes:
add stb_intcmprev
  add stb_uidict
  fixes to stb__dirtree_scandir
  change rand functions from unsigned long to unsigned int so they're 32-bit on Linux as well
2019-02-07 04:33:18 -08:00