Commit Graph

  • 312976172a added Portable FloatMap (pfm) support: - lossless float32-based format for HDR images - monochromatic (Y) or trichromatic (RGB) - negative values permitted Marcos Slomp 2018-08-19 11:33:20 -0700
  • 06586d454d
    Fix typo in stb_image_write.h Danila Ulyanov 2018-08-17 17:29:35 +0300
  • f440b0532a Fixes crash when writing hdr files Cedric Pinson 2018-08-08 20:38:30 +0200
  • 60a5755478 use simple memcpy if png filter=0 jarnoh 2018-07-26 17:37:50 +0300
  • 7a02732eb3 allow STBIW_CRC32 override default crc32 jarnoh 2018-07-26 17:10:40 +0300
  • b9ffe9d451 Fix unused variable warning. Krzysztof Kosiński 2018-07-20 16:47:35 -0700
  • e8a043243f
    Fix wrong integer width for modifiers 'j', 'z', 't' Stefano Zanotti 2018-07-03 10:59:53 +0200
  • 05b45da629
    stb_sprintf: fix unaligned access Stefano Zanotti 2018-06-27 10:37:00 +0200
  • f65ed67e89 stb_rect_pack: Remove always-true assert rombankzero 2018-06-21 16:51:30 +0300
  • d20dfa5888 Add sizeOfBuffer argument for sprintf_s when STBI_MSC_SECURE_CRT is defined. James 2018-06-17 21:30:43 -0500
  • 2fe6536659
    Removed unused frame_offsets Jamie Redmond 2018-06-13 12:21:33 +0200
  • 2f168823c7
    Merge 918e502be0 into e6afb9cbae Thomas Roughton 2018-06-13 10:13:10 +0000
  • 918e502be0
    Fix double multiplication by width in write_hdr_core Thomas Roughton 2018-06-13 22:12:40 +1200
  • 32b37405b3
    Cast result of stbi__malloc for C++ compilation Jamie Redmond 2018-06-13 12:08:15 +0200
  • 71e7e527ee
    stb_image: add APNG support Jamie Redmond 2018-06-12 15:37:45 +0200
  • 5d90a8375a stb_image: fix 1-bit bmp Mikhail Morozov 2018-06-08 07:29:00 +0300
  • e64d4f89eb Added myself to the list of contributors. Carmelo Fernandez Aguera 2018-06-07 17:10:00 +0100
  • 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 +0100
  • 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 +0200
  • 05a8de3b86
    Update stb_tilemap_editor.h Sherjil Ozair 2018-05-26 05:37:55 -0400
  • a20ccd4a7d
    Update stb_tilemap_editor.h Sherjil Ozair 2018-05-25 22:46:47 -0400
  • a4b5651b01 stb_sprintf: add tests, verifying correct return value Arvid Gerstmann 2018-05-22 10:55:09 +0200
  • 63b03365cb stb_sprintf: fix return value to follow libc spec Arvid Gerstmann 2018-05-22 10:54:49 +0200
  • f2312e5bdb Silenced 2 unused parameters warnings Kais Jallouli 2018-05-15 09:22:09 +0200
  • a66dd42d4c stb_image: fix three unused function warnings Dobe Peter 2018-05-09 23:24:41 +0200
  • 886cca8f15 stb_truetype: stbtt_PackFontRanges skip missing glyphs. Omar 2018-05-07 16:29:36 +0200
  • ebcae5b130
    stb_textedit: remove double initialization Martin Stensgård 2018-05-06 12:38:11 +0200
  • 0c3f754a88
    Merge 010008e99e into e6afb9cbae tviksand 2018-05-02 07:14:29 +0000
  • 010008e99e Add name to list of contributors Torbjørn Viksand 2018-05-02 09:12:29 +0200
  • e03087c25f Fixing repeated multiplication with x, leading to sigsegv Torbjørn Viksand 2018-05-02 09:09:57 +0200
  • e0a0328b43 add tests to tests/test_sprintf.c Marcin Wojdyr 2018-04-29 16:50:25 +0100
  • cbe0d6a36d Added appveyor support for Windows builds. Andrew Johnson 2018-04-27 20:29:12 -0700
  • e5254a7fde whoops, makefile for travis was no longer testing most libraries compiling Sean Barrett 2018-04-27 04:47:03 -0700
  • 756166e853
    fix comma warnings when building with -Wcomma kroko / Reinis Adovičs 2018-04-25 15:19:29 +0300
  • 51ac931379
    Merge 0c8149892b into e6afb9cbae kopaka1822 2018-04-11 10:56:44 +0000
  • 0c8149892b fixed a bug in stbi_write_hdr_core that prevented hdr images from being written Felix 2018-04-11 12:52:34 +0200
  • 1ad30e4e77 stb_image_write.h: Fix jpg flipping for non-multiple-of-8 sizes Daniel Gibson 2018-04-09 01:24:17 +0200
  • 0a703e648c Fix x was multipled twice, resulting buffer-overrun bug. Fixes #567. Syoyo Fujita 2018-03-23 01:28:25 +0900
  • 2adc961365 add STBIW_FREE(), cleanup stbi_write_png(), fix whitespace masaaki matsuo 2018-03-12 23:38:07 +0900
  • d82c18456f add indexed color image bmp masaaki matsuo 2018-03-12 23:02:32 +0900
  • cc99df4b48 stb_truetype: added comment about stbtt_FindGlyphIndex() return value. Omar Cornut 2018-03-08 17:13:18 +0100
  • f685ee4e58 Fix overflow in stbi_write_hdr_core() PopPoLoPoPpo 2018-02-27 00:08:45 +0100
  • 4716080627 stb_truetype: fix unused variable warning when asserts are disabled. Omar Cornut 2018-02-23 11:10:51 +0100
  • d05d0f66c2 stb_dxt: constant alpha check Pavel P 2018-02-22 19:00:44 -0800
  • 8c2ad95bcb stb_dxt: fix constant color check Pavel P 2018-02-22 18:26:04 -0800
  • d0ae424061 Re added unicode filename support for stb_image and stb_image_write with whitespace issues fixed. JR 2018-02-20 21:38:00 -0500
  • 40c9e05546
    Merge 89b7e8558c into e6afb9cbae JR Smith 2018-02-18 21:01:41 +0000
  • 89b7e8558c Attemped fix of tabs/spaces issue. JR 2018-02-18 16:01:29 -0500
  • b57fd586fe switching from nullptr to null JR 2018-02-18 15:46:45 -0500
  • 40d9d0490c Adding ifdef windows guard in an attempt to pass test / only provide conversion code when windows.h has been included JR 2018-02-18 15:44:48 -0500
  • 85364ce88e Renamed function to resolve naming conflict JR 2018-02-18 15:37:42 -0500
  • b26c4f7151 Fixed error where CP_UTF8 is undefined JR 2018-02-18 15:33:42 -0500
  • a96fe339b0 Added wchar to utf8 helper function. Added ability to write filenames that contain unicode characters JR 2018-02-18 15:17:32 -0500
  • 0273face5f
    Merge 2462546c48 into e6afb9cbae Matthew Albrecht 2018-02-15 15:15:37 +0000
  • 77f085cc82 fixed unreferenced local parameters warnings in stb_image James Dolan 2018-02-13 10:31:28 -0800
  • fa8fe30532
    Merge pull request #1 from nothings/master Mikhail Morozov 2018-02-13 18:01:46 +0300
  • eb3c5db96c stb_reck_pack: Removed unused assigned variables (under #ifdef _DEBUG wrap) Omar Cornut 2018-02-13 11:21:10 +0100
  • 622b3adad3 Misc. comment typos luz.paz 2018-02-12 14:54:17 -0500
  • 2bed899f96
    Merge da49048996 into e6afb9cbae NuklearBomb 2018-02-12 07:07:47 +0000
  • da49048996
    GIMP 32-bit ABGR BMP support NuklearBomb 2018-02-12 01:49:29 -0500
  • 1eff468952 Reverted tabs back to spaces to match the rest of the file JR 2018-02-11 20:31:08 -0500
  • 4318b0e600 Added unicode filename support for file loading. JR 2018-02-11 20:27:29 -0500
  • e6afb9cbae update readme Sean Barrett 2018-02-11 11:57:53 -0800
  • fa2a1d9b3b stb_image version number Sean Barrett 2018-02-11 11:57:40 -0800
  • 0707304469 update readme Sean Barrett 2018-02-11 11:56:13 -0800
  • 19850aa29a Merge branch 'working' Sean Barrett 2018-02-11 11:56:08 -0800
  • af786f9883 update readme Sean Barrett 2018-02-11 11:55:27 -0800
  • 0c11c4f1b6 rework GPOS support for old non-declare-anywhere C Sean Barrett 2018-02-11 11:53:29 -0800
  • 6d59a4913f Merge branch 'stb-truetype-gpos-request' of https://github.com/danielmaciel/stb into working Sean Barrett 2018-02-11 11:44:27 -0800
  • cd62aa9714 docs Sean Barrett 2018-02-11 11:42:05 -0800
  • ac66307576 docs Sean Barrett 2018-02-11 11:41:20 -0800
  • b79c8458d3 stb_vorbis: avoid NaN due to uninitialized variable Sean Barrett 2018-02-11 11:29:53 -0800
  • 543ad0c112 stb_image_write: tweak handling of STB_IMAGE_WRITE_STATIC Sean Barrett 2018-02-11 11:29:32 -0800
  • aeb2b4b64d tweak handling of STBIWDEF Sean Barrett 2018-02-11 11:19:45 -0800
  • dbf0fab1c7 stb_image_write: credits Sean Barrett 2018-02-11 11:11:39 -0800
  • 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 -0800
  • 6382814b8c Merge branch 'image_write_variable_typos' of https://github.com/cap/stb into working Sean Barrett 2018-02-11 11:05:58 -0800
  • 4eef034d52 stb_write_image: fix typos Sean Barrett 2018-02-11 11:05:20 -0800
  • b3a974329c
    Merge e5663abb72 into 73990fefe7 Ivan Tikhonov 2018-02-05 18:24:43 +0000
  • e5663abb72
    Fix syntactic errors when compiling stb_image_write statically Ivan Tikhonov 2018-02-05 18:13:18 +0000
  • 6ab920bb6a stb_image_write: fix png compression level typos Cap Petschulat 2018-02-05 15:28:04 +0900
  • 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 +0100
  • a31d9e4200
    Merge 46bafa4de5 into 73990fefe7 Timur Gagiev 2018-02-04 01:09:53 +0000
  • 46bafa4de5 static sincos XProger 2018-02-04 04:09:25 +0300
  • 26315c5185 revert and update XProger 2018-02-03 19:48:22 +0300
  • c1ca4bfd5c Merge branch 'master' of https://github.com/XProger/stb XProger 2018-02-03 19:47:23 +0300
  • d74ecf17f5 revert and update to latest version with STB_VORBIS_FAST_INIT option XProger 2018-02-03 19:47:03 +0300
  • 81b4e1e8da
    Update stb_vorbis.c Timur Gagiev 2018-02-03 19:17:27 +0300
  • 79668fa641
    Update stb_vorbis.c Timur Gagiev 2018-02-03 06:45:47 +0300
  • 07ef430a88
    Merge 21c107d7ea into 73990fefe7 Chris Cunningham 2018-02-01 22:54:52 +0000
  • a77d9213e4 stb_vorbis: no dealloca Sean Barrett 2018-02-01 03:53:17 -0800
  • 8fb7042301
    Merge e12cb8e92e into 73990fefe7 pmttavara 2018-02-01 07:18:25 +0000
  • e12cb8e92e
    Add STBTT_fmod(x,y) pmttavara 2018-02-01 02:18:23 -0500
  • 7a51d2075e
    Replace raw math calls with STBTT_* decorated variants pmttavara 2018-02-01 02:11:04 -0500
  • a6796aee40 test stb_lib Sean Barrett 2018-01-31 10:46:31 -0800
  • 0ba9ff6599 stb_image: fix unused variable warning Sean Barrett 2018-01-31 07:50:07 -0800
  • 15685cc4d4
    Removed seed from documentation Jordan Peck 2018-01-31 12:33:35 +0000
  • 6ba21df503 update dsp with new compile tests Sean Barrett 2018-01-30 17:33:17 -0800
  • 48168170a1 stb_truetype: add STBTT_fmod Sean Barrett 2018-01-30 17:05:57 -0800
  • ca6548c30a Changed gradient idx table to match previous implementation, removed seeds from public API Jordan 2018-01-30 21:03:35 +0000