Commit Graph

  • 0aa5984b6a Merge branch 'remove-assert' of https://github.com/rombankzero/stb into working Sean Barrett 2019-02-07 07:39:03 -08:00
  • f9d9a419a9 Merge branch 'optimize_stbi__ldr_to_hdr' of https://github.com/technik/stb into working Sean Barrett 2019-02-07 07:33:00 -08:00
  • db691f0c69 Merge branch 'fix_1bit_bmp' of https://github.com/plzombie/stb into working Sean Barrett 2019-02-07 07:30:39 -08:00
  • 5428c40870 Merge branch 'textedit-undo_char_position_type' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 07:28:41 -08:00
  • 9bb4bc1db4 Merge branch 'patch-1' of https://github.com/sherjilozair/stb into working Sean Barrett 2019-02-07 07:27:42 -08:00
  • 79a7719c37 stb_image: fix d1252e1bb9 for building in C Sean Barrett 2019-02-07 07:20:58 -08:00
  • 7056eae4ae Merge branch 'issue-609' of https://github.com/dp304/stb into working Sean Barrett 2019-02-07 07:19:18 -08:00
  • d1252e1bb9 Merge branch 'master' of https://github.com/ab-cpp/stb into working Sean Barrett 2019-02-07 07:17:05 -08:00
  • 476c1f89a2 stb_image_write: fix the previous fix (incorrectly labelled as stb_image) Sean Barrett 2019-02-07 07:01:23 -08:00
  • aa223d9693 Merge branch 'patch-1' of https://github.com/mastensg/stb into working Sean Barrett 2019-02-07 07:00:59 -08:00
  • ba5fc494b4 Merge branch 'master' of https://github.com/WARP-LAB/stb into working Sean Barrett 2019-02-07 06:58:18 -08:00
  • e5d4d6fcce stb_image; optimize row computation in PR Sean Barrett 2019-02-07 06:58:00 -08:00
  • b2bde485a2 Merge branch 'stbiw-fix-jpeg-flipping' of https://github.com/DanielGibson/stb into working Sean Barrett 2019-02-07 06:48:44 -08:00
  • 09998eb596 Merge branch 'truetype-comment' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 06:05:47 -08:00
  • ff1eb8b8d4 Merge branch 'fix_stbi_write_hdr_core' of https://github.com/poppolopoppo/stb into working Sean Barrett 2019-02-07 06:03:48 -08:00
  • 94f93a86e7 Merge branch 'truetype-warnings' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 06:02:51 -08:00
  • f82dbd638c windows unicode: don't malloc buffers, add explicit STBI_WINDOWS_UTF8 #define Sean Barrett 2019-02-07 05:55:03 -08:00
  • ae773aa438 Merge branch 'unicode-file-support' of https://github.com/jrsmith17/stb into temp Sean Barrett 2019-02-07 05:07:14 -08:00
  • 841c8b0f55 Merge branch 'rectpack-warnings' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 05:01:35 -08:00
  • 3005bcfe87 Merge branch 'misc-typos' of https://github.com/luzpaz/stb into working Sean Barrett 2019-02-07 05:00:12 -08:00
  • cc53512cb9 added integer seed to noise function, use it in multi-octave noises Sean Barrett 2019-02-07 04:59:05 -08:00
  • ca980dd2dc Merge branch 'perlin' of https://github.com/Auburns/stb into working Sean Barrett 2019-02-07 04:54:14 -08:00
  • a28a6b126b tests: 64-bit fixes, fix typo in image tests Sean Barrett 2019-02-07 04:42:32 -08:00
  • 27460c23a6 stb_truetype: allow getting font metrics without explicitly opening file Sean Barrett 2019-02-07 04:41:26 -08:00
  • 9f1ef73e96 stb_sprintf: minor reformatting Sean Barrett 2019-02-07 04:40:32 -08:00
  • 061422f580 fix non-fastpath BMP pixels with bit 31 set when asserts are on Sean Barrett 2019-02-07 04:39:51 -08:00
  • 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 Sean Barrett 2019-02-07 04:33:18 -08:00
  • eee50c079d Update to STB conventions Andrew Beatty 2019-02-07 07:30:42 -05:00
  • d156642036 Silence warning 'tc' may be used uninitialized in this function NuklearBomb 2019-01-29 01:43:31 -05:00
  • ccc4b3716a fix compiler warnings and const error Andrew Beatty 2019-01-22 19:31:46 -05:00
  • eccee04e5a stb_sprintf: fix integer size for %ld root 2018-11-09 22:49:33 +08:00
  • 610a976b83 Removed redundant check Clownacy 2018-11-02 00:20:31 +00:00
  • 3e6370720e Fixed STB_LEAKCHECK_SHOWALL Clownacy 2018-11-02 00:13:40 +00:00
  • 359bb10d3c Try to clean up stblkck_internal_print a little Clownacy 2018-11-01 23:55:07 +00:00
  • 79dc50bb79 ...Actually, I don't think these are meant to be here Clownacy 2018-11-01 23:49:17 +00:00
  • f7d9426f8e Add a way to use %zd on MinGW(-w64) Clownacy 2018-11-01 23:25:47 +00:00
  • 248604ffbc Shut up GCC -pedantic warnings Clownacy 2018-10-18 13:29:55 +01:00
  • 80b89cf6c8 Fixes for stb_leakcheck.h Clownacy 2018-10-12 11:37:06 +01:00
  • 60a5755478 use simple memcpy if png filter=0 jarnoh 2018-07-26 17:37:50 +03:00
  • 7a02732eb3 allow STBIW_CRC32 override default crc32 jarnoh 2018-07-26 17:10:40 +03:00
  • 05b45da629 stb_sprintf: fix unaligned access Stefano Zanotti 2018-06-27 10:37:00 +02:00
  • f65ed67e89 stb_rect_pack: Remove always-true assert rombankzero 2018-06-21 16:51:30 +03:00
  • 5d90a8375a stb_image: fix 1-bit bmp Mikhail Morozov 2018-06-08 07:29:00 +03:00
  • e64d4f89eb Added myself to the list of contributors. Carmelo Fernandez Aguera 2018-06-07 17:10:00 +01:00
  • f1f077b272 Break a for loop into two parts and get an if out of the loop. Carmelo Fernandez Aguera 2018-06-07 16:18:23 +01:00
  • 94e418bb7b stb_textedit: fixed undo/redo after pasting large amount of text (over 32 kb). Redo will still fail when undo buffers are exhausted, but text won't be corrupted. Fix #620. Omar 2018-06-05 22:38:04 +02:00
  • 05a8de3b86 Update stb_tilemap_editor.h Sherjil Ozair 2018-05-26 05:37:55 -04:00
  • a20ccd4a7d Update stb_tilemap_editor.h Sherjil Ozair 2018-05-25 22:46:47 -04:00
  • a66dd42d4c stb_image: fix three unused function warnings Dobe Peter 2018-05-09 23:24:41 +02:00
  • 886cca8f15 stb_truetype: stbtt_PackFontRanges skip missing glyphs. Omar 2018-05-07 16:29:36 +02:00
  • ebcae5b130 stb_textedit: remove double initialization Martin Stensgård 2018-05-06 12:38:11 +02:00
  • e0a0328b43 add tests to tests/test_sprintf.c Marcin Wojdyr 2018-04-29 16:50:25 +01:00
  • e5254a7fde whoops, makefile for travis was no longer testing most libraries compiling Sean Barrett 2018-04-27 04:47:03 -07:00
  • 756166e853 fix comma warnings when building with -Wcomma kroko / Reinis Adovičs 2018-04-25 15:19:29 +03:00
  • 1ad30e4e77 stb_image_write.h: Fix jpg flipping for non-multiple-of-8 sizes Daniel Gibson 2018-04-09 01:24:17 +02:00
  • cc99df4b48 stb_truetype: added comment about stbtt_FindGlyphIndex() return value. Omar Cornut 2018-03-08 17:13:18 +01:00
  • f685ee4e58 Fix overflow in stbi_write_hdr_core() PopPoLoPoPpo 2018-02-27 00:08:45 +01:00
  • 4716080627 stb_truetype: fix unused variable warning when asserts are disabled. Omar Cornut 2018-02-23 11:10:51 +01:00
  • d0ae424061 Re added unicode filename support for stb_image and stb_image_write with whitespace issues fixed. JR 2018-02-20 21:38:00 -05:00
  • fa8fe30532 Merge pull request #1 from nothings/master Mikhail Morozov 2018-02-13 18:01:46 +03:00
  • eb3c5db96c stb_reck_pack: Removed unused assigned variables (under #ifdef _DEBUG wrap) Omar Cornut 2018-02-13 11:21:10 +01:00
  • 622b3adad3 Misc. comment typos luz.paz 2018-02-12 14:54:17 -05:00
  • e6afb9cbae update readme Sean Barrett 2018-02-11 11:57:53 -08:00
  • fa2a1d9b3b stb_image version number Sean Barrett 2018-02-11 11:57:40 -08:00
  • 0707304469 update readme Sean Barrett 2018-02-11 11:56:13 -08:00
  • 19850aa29a Merge branch 'working' Sean Barrett 2018-02-11 11:56:08 -08:00
  • af786f9883 update readme Sean Barrett 2018-02-11 11:55:27 -08:00
  • 0c11c4f1b6 rework GPOS support for old non-declare-anywhere C Sean Barrett 2018-02-11 11:53:29 -08:00
  • 6d59a4913f Merge branch 'stb-truetype-gpos-request' of https://github.com/danielmaciel/stb into working Sean Barrett 2018-02-11 11:44:27 -08:00
  • cd62aa9714 docs Sean Barrett 2018-02-11 11:42:05 -08:00
  • ac66307576 docs Sean Barrett 2018-02-11 11:41:20 -08:00
  • b79c8458d3 stb_vorbis: avoid NaN due to uninitialized variable Sean Barrett 2018-02-11 11:29:53 -08:00
  • 543ad0c112 stb_image_write: tweak handling of STB_IMAGE_WRITE_STATIC Sean Barrett 2018-02-11 11:29:32 -08:00
  • aeb2b4b64d tweak handling of STBIWDEF Sean Barrett 2018-02-11 11:19:45 -08:00
  • dbf0fab1c7 stb_image_write: credits Sean Barrett 2018-02-11 11:11:39 -08:00
  • 2886b67f7f Merge branch 'stb_image_write_png_filters_fix' of https://github.com/kosua20/stb into working Sean Barrett 2018-02-11 11:09:07 -08:00
  • 6382814b8c Merge branch 'image_write_variable_typos' of https://github.com/cap/stb into working Sean Barrett 2018-02-11 11:05:58 -08:00
  • 4eef034d52 stb_write_image: fix typos Sean Barrett 2018-02-11 11:05:20 -08:00
  • 6ab920bb6a stb_image_write: fix png compression level typos Cap Petschulat 2018-02-05 15:28:04 +09:00
  • 34f087ce4c stb_image_write: fix indexing error when computing PNG filters with the stbi__flip_vertically_on_write on. Simon Rodriguez 2018-02-04 20:12:20 +01:00
  • a77d9213e4 stb_vorbis: no dealloca Sean Barrett 2018-02-01 03:53:17 -08:00
  • a6796aee40 test stb_lib Sean Barrett 2018-01-31 10:46:31 -08:00
  • 0ba9ff6599 stb_image: fix unused variable warning Sean Barrett 2018-01-31 07:50:07 -08:00
  • 15685cc4d4 Removed seed from documentation Jordan Peck 2018-01-31 12:33:35 +00:00
  • 6ba21df503 update dsp with new compile tests Sean Barrett 2018-01-30 17:33:17 -08:00
  • 48168170a1 stb_truetype: add STBTT_fmod Sean Barrett 2018-01-30 17:05:57 -08:00
  • ca6548c30a Changed gradient idx table to match previous implementation, removed seeds from public API Jordan 2018-01-30 21:03:35 +00:00
  • 73990fefe7 update readme Sean Barrett 2018-01-30 05:48:45 -08:00
  • a9672961c9 more cases of STB_NO_HDR and STB_NO_LINEAR interfering Sean Barrett 2018-01-30 05:45:59 -08:00
  • 40f43afe56 tweak tests Sean Barrett 2018-01-30 05:40:17 -08:00
  • 602e986824 fix STBI_NO_HDR and STBI_NO_LINEAR to compile correctly even if you don't #include <math.h> Sean Barrett 2018-01-30 05:39:29 -08:00
  • 085ba4b627 add compilation tests that have no other includes to avoid accidental dependencies Sean Barrett 2018-01-30 05:31:18 -08:00
  • 01daa3a244 stb_sprintf: fix size-only snprintf query Sean Barrett 2018-01-30 05:29:31 -08:00
  • ccee11ad79 stb_image: fix warnings Sean Barrett 2018-01-30 05:28:37 -08:00
  • 3ac351f39d break out stb_lib.h Sean Barrett 2018-01-30 05:16:47 -08:00
  • 06fedddb4d fix stb_dxt.h; fix misspelled STB_DXT_IMPLEMENTATION in test jig Sean Barrett 2018-01-30 02:56:16 -08:00
  • e460d1a8d8 Add basic GPOS kerning Daniel Ribeiro Maciel 2017-08-24 15:22:52 -03:00
  • f2974f6c1c update readme version number Sean Barrett 2018-01-29 15:21:12 -08:00
  • 663deb3a43 redo lost stb_vorbis fixes Sean Barrett 2018-01-29 15:20:54 -08:00
  • 7855d2dc87 version numbers in readme Sean Barrett 2018-01-29 14:52:14 -08:00