Commit Graph

  • 7e741ffc1e Added the old size as argument to the STBI_REALLOC() and STBIW_REALLOC() macros Romain Bailly 2016-01-14 10:34:30 +0100
  • 1ec8a8c4a4 Update other_libs.md Sean Barrett 2016-01-12 09:26:47 -0800
  • 5b6d11e9e8 Update other_libs.md Sean Barrett 2016-01-12 09:26:10 -0800
  • fc8b649466 Update other_libs.md Sean Barrett 2016-01-03 13:38:34 -0800
  • f5e3afa5c6 Added LUrlParser Sergey Kosarevsky 2016-01-03 02:23:19 +0300
  • ac8adfdcb3 Update other_libs.md Sean Barrett 2015-12-16 08:22:58 -0800
  • bb39bd44bb Update other_libs.md Sean Barrett 2015-12-16 03:14:03 -0800
  • 9dc860b7cc stb_textedit: better support for keying while holding mouse drag button ocornut 2015-12-11 22:55:42 +0000
  • 87a0396922 stb_image.h: 16 bit TGAs don't really have an alpha channel Daniel Gibson 2015-12-06 05:47:47 +0100
  • d235049322 stb_image.h: Fix TGA colormap support Daniel Gibson 2015-12-06 04:33:37 +0100
  • 57409c3d15 stb_image.h: Improve stbi__tga_info() and stbi__tga_test() Daniel Gibson 2015-12-06 00:30:16 +0100
  • 7453e1bfa4 stb_image.h: Support 15/16bit per pixel RGB(A) TGAs Daniel Gibson 2015-12-05 23:23:12 +0100
  • a4ab8c08eb Corrected fix for stb_insertn blackpawn 2015-12-02 23:12:12 -0600
  • 28f1b0f569 Fix for stb_arr_insert blackpawn 2015-12-02 22:34:04 -0600
  • cbfa0c4418 Fix stb_arr_insertn and stb_arr_deleten memmove lengths blackpawn 2015-12-02 01:16:29 -0600
  • 64fa9a3d95 Update other_libs.md Sean Barrett 2015-11-30 01:01:42 -0800
  • 2161d1e12a Update other_libs.md Sean Barrett 2015-11-30 01:01:28 -0800
  • 657eda2155 Update other_libs.md Sean Barrett 2015-11-21 03:29:15 -0800
  • 63849198b9 Update other_libs.md Sean Barrett 2015-11-21 03:22:21 -0800
  • 4337345c5d Prevent HDR info function from trashing stbi context by over-reading baldurk 2015-11-14 13:14:26 +0100
  • 5809508de3 Update other_libs.md Sean Barrett 2015-11-12 06:12:24 -0800
  • 4e691f5917 Update other_libs.md Sean Barrett 2015-11-12 06:12:06 -0800
  • 831b2d2fa6 Fix a merge gone wrong, add some more test cases. Jorge Rodriguez 2015-11-10 13:41:53 -0800
  • c81f0c62bc Fix the calculation of the input image shift when using subpixel regions Jorge Rodriguez 2015-11-10 11:29:16 -0800
  • a1ef3a1060 Fix the calculation of the input image shift when using subpixel regions Jorge Rodriguez 2015-11-10 11:25:59 -0800
  • 2b57ea95da fixed version of removed support for CODEBOOK_SHORTS Sean Barrett 2015-11-08 19:16:25 -0800
  • fe74a8c223 broken attempt at removign STB_VORBIS_CODEBOOK_FLOAT option Sean Barrett 2015-11-08 19:13:32 -0800
  • cf6f69cdc9 Fix the calculation of the input image shift when using subpixel regions. Includes some more tests which had incorrect results before and now work fine. Jorge Rodriguez 2015-11-08 16:40:32 -0800
  • bc2219e1b3 fix multiple crashes on invalid files Sean Barrett 2015-11-08 16:22:07 -0800
  • bdac1d2ab4 fix two crashes in invalid files Sean Barrett 2015-11-08 16:01:40 -0800
  • 70b33e99f0 fix crash from invalid file Sean Barrett 2015-11-08 14:04:56 -0800
  • ea88e59b5d fix invalid handling of truncated end-of-file indicator Sean Barrett 2015-11-08 13:45:33 -0800
  • 69a318bdb3 fix two invalid-file crashes found by fuzz testing Sean Barrett 2015-11-08 13:20:55 -0800
  • 2073403a5f fix two setup crashes found by fuzz testing Sean Barrett 2015-11-08 13:09:30 -0800
  • 297ff62859 change bmp info to use common header parser Sean Barrett 2015-11-08 13:09:16 -0800
  • 876aea3dbe refactor bmp header parser for sharing with stbi_info Sean Barrett 2015-11-08 01:22:30 -0800
  • 16fc63404d suppress bogus static analysis warning Sean Barrett 2015-11-08 01:03:37 -0800
  • 6382e49063 don't crash if out of memory allocating a new active edge (assert in debug) Sean Barrett 2015-11-08 00:54:49 -0800
  • 0615df6c9b allows comments in pgm/ppm headers Sean Barrett 2015-11-08 00:45:17 -0800
  • a0f850421d Merge branch 'master' into working Sean Barrett 2015-11-08 00:41:01 -0800
  • 31eff2dcaf fix bug in integer parsing Sean Barrett 2015-11-08 00:37:52 -0800
  • 9f1a587d22 stb_image.h: Fix/add some comments. svdijk 2015-11-05 23:34:44 +0100
  • 8603c6e809 stb_image.h: Only define stbi__l2h_{gamme,scale} when needed. svdijk 2015-11-05 23:32:40 +0100
  • 3f73dfd7ce Update other_libs.md Sean Barrett 2015-11-05 06:49:02 -0800
  • fa9a6e4e0a Update other_libs.md Sean Barrett 2015-11-05 06:48:42 -0800
  • d4cea6123a Update other_libs.md Sean Barrett 2015-11-05 05:13:00 -0800
  • 20eea21e01 Update other_libs.md Sean Barrett 2015-11-05 05:11:34 -0800
  • a44e950d9a Update other_libs.md Sean Barrett 2015-11-05 04:58:42 -0800
  • b6602ab085 Update other_libs.md Sean Barrett 2015-11-05 04:51:38 -0800
  • 450db24449 Update other_libs.md Sean Barrett 2015-11-05 04:47:49 -0800
  • 76b8ff0051 Update other_libs.md Sean Barrett 2015-11-05 04:47:36 -0800
  • d113bea69a typo in shader Stephen Olsen 2015-11-04 14:02:33 -0600
  • 702c5bfee8 Update other_libs.md Sean Barrett 2015-11-03 15:10:58 -0800
  • 8d9302ab05 readdir_raw buffer overrun fixes. - Add stb_vsnprintf, stb_snprintf functions. - stb snprintf routines should return -1 on buffer truncation on all platforms. - Add stb_strscpy string copy function which should behave the same as Linux kernel strscpy. - Bump readdir_raw buffer sizes up to 4k, add checks for path truncations. - Use d_type to check for directory instead of opendir/closedir. This should be faster and fix recursive symlnk death. Michael Sartain 2015-11-01 17:47:11 -0800
  • ba40683515 readdir_raw was skipping all dirnames starting with dots. Only skip . and .. Michael Sartain 2015-10-30 19:10:03 -0700
  • 06ae60645e Update other_libs.md Sean Barrett 2015-10-31 11:17:02 -0700
  • 8cea0090b2 Removie implicit cast to float Filip Wasil 2015-10-29 16:09:21 +0100
  • b95858a2f7 Add bitmask to unsigned char casts to fix MSVC runtime checks Jonas Karlsson 2015-10-20 23:22:27 +0200
  • 22dd50f256 Fix documentation error Jonas Karlsson 2015-10-20 22:03:50 +0200
  • f1d401845f Fix race condition in static crc_table Jonas Karlsson 2015-10-17 17:33:00 +0200
  • 385927fb4b Update other_libs.md Sean Barrett 2015-10-15 17:59:40 -0700
  • 35fcd0817f stb_vorbis.c: Silence -pedantic warning. Rohit Nirmal 2015-10-09 20:46:59 -0500
  • c4082cfb89 Update other_libs.md Sean Barrett 2015-10-09 15:31:50 -0700
  • ff085b88f4 Update other_libs.md Sean Barrett 2015-10-09 02:11:28 -0700
  • 6a9cdd1c83 other_libs: add a few libraries Sean Barrett 2015-10-09 02:03:44 -0700
  • 3e404042c5 other_libs: added TweetNaCl Sean Barrett 2015-10-07 21:53:40 -0700
  • 0b79b3bfe1 Update other_libs.md Sean Barrett 2015-10-05 09:43:46 -0700
  • cc3bb7c458 Update other_libs.md Sean Barrett 2015-10-05 09:43:27 -0700
  • bdcc1535d6 Update other_libs.md Sean Barrett 2015-09-27 11:04:06 -0700
  • dc92c6c4c4 Update other_libs.md Sean Barrett 2015-09-27 08:30:16 -0700
  • bbdb4f65ef Update other_libs.md Sean Barrett 2015-09-27 08:23:56 -0700
  • cd9c6d7b43 Update other_libs.md Sean Barrett 2015-09-27 08:21:39 -0700
  • 8d0ae2d39f move other_libs list to its own file Sean Barrett 2015-09-27 08:16:33 -0700
  • 2bd2e571a2 Update other_libs.md Sean Barrett 2015-09-27 08:16:13 -0700
  • f6d172d92b Update other_libs.md Sean Barrett 2015-09-27 08:15:32 -0700
  • 4b587a409a Update other_libs.md Sean Barrett 2015-09-27 08:14:48 -0700
  • 847fb2c230 put other_libs list in its own file Sean Barrett 2015-09-27 08:13:09 -0700
  • 6464d059ab fix typo Sean Barrett 2015-09-27 08:11:09 -0700
  • 37a493ae21 fix typo Sean Barrett 2015-09-27 08:11:02 -0700
  • b1160eb7e9 update other_libs Sean Barrett 2015-09-27 08:09:25 -0700
  • 60e3ecac85 added ImGui to other_libs Sean Barrett 2015-09-26 12:14:37 -0700
  • 3eb363c193 italicize more recent others' libs Sean Barrett 2015-09-26 12:03:24 -0700
  • 616633b557 italicize most recent others' libs Sean Barrett 2015-09-26 12:03:09 -0700
  • 6998a8e064 add gb_string.h Sean Barrett 2015-09-26 11:51:23 -0700
  • 007c850b48 nobug: removed unused variable 'k' Rasmus Christian Pedersen 2015-09-25 19:46:27 +0200
  • 232927699c Vita warning fix Sean Barrett 2015-09-23 05:03:26 -0700
  • 34d6c2ca87 update tinyexr's list position Sean Barrett 2015-09-23 05:01:16 -0700
  • b372a1f86c Avoid macro redefinition in Win32 Sergio Gonzalez 2015-09-21 12:18:18 -0500
  • 412e1ecc16 compile fix for MinGW Tim Sjöstrand 2015-09-15 19:17:42 +0200
  • 5378a96536 clarify that olick's GIF also does animated Sean Barrett 2015-09-14 07:07:20 -0700
  • ac7daffc27 update readme Sean Barrett 2015-09-14 05:58:09 -0700
  • 93b2b82996 get rid of unused return value from write callback Sean Barrett 2015-09-14 05:57:42 -0700
  • b4477803cb fix public function names; fix internal names to be namspaced properly; Sean Barrett 2015-09-14 05:48:24 -0700
  • 78fe0bfc24 handle fopen() failing Sean Barrett 2015-09-14 05:40:12 -0700
  • ad63a8d316 Merge branch 'master' of https://github.com/ejulien/stb into working Sean Barrett 2015-09-14 05:38:07 -0700
  • 955bd174a2 update list Sean Barrett 2015-09-14 04:53:31 -0700
  • c2978ae79f move anchor to *beginning* of question so links look better Sean Barrett 2015-09-14 02:36:57 -0700
  • 99c7e64b62 rebuild README Sean Barrett 2015-09-14 02:35:47 -0700
  • 996f0b0a6b fix spelling of SQLite Sean Barrett 2015-09-14 02:35:31 -0700
  • 5c9c75fcbd Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2015-09-14 02:33:07 -0700