Commit Graph

  • a9f06db51e Merge 7e78ea1919 into 9d9f75eb68 Aldo Culquicondor 2017-09-21 03:28:28 +0000
  • 7e78ea1919 Fix implicit-fallthrough warning Aldo Culquicondor 2017-09-20 22:17:48 -0500
  • 21c107d7ea fix build error Chris Cunningham 2017-09-19 03:51:56 +0000
  • b317b70c0b remove test code Chris Cunningham 2017-09-19 03:32:35 +0000
  • 1ec8582e91 add a function to create a copy of a stretchy buffer Chris Cunningham 2017-09-19 03:26:30 +0000
  • b6b43df186 Use stbi__mad4sizes_valid() only if STBI_NO_LINEAR or STBI_NO_HDR are defined darealshinji 2017-09-04 14:01:43 +0200
  • 350173026a stb_image: support for 1-bit BMP Mikhail Morozov 2017-09-01 02:06:06 +0300
  • c06c9fe6bc place const tables to protected .rdata section lieff 2017-08-31 19:33:28 +0300
  • c8245bbf22 Remove arg from memset macro Jonathan Adamczewski 2017-08-28 23:13:39 -0700
  • 2545eee3ef Added myself as a contributor for the pull request Dave Butler 2017-08-25 08:24:58 -0900
  • f57bc38ff6 Made some changes to make Clang Happy Dave Butler 2017-08-25 08:02:35 -0900
  • 7d80a8b44d avoid GCC7 implicit-fallthrough warning Marcin Wojdyr 2017-08-11 00:19:18 +0100
  • 2c7b00ac21 Add force_filter and compression_level parameters to (new) stbi_write_png_to_mem_ex Aarni Koskela 2017-08-07 14:52:53 +0300
  • 923c9c3deb Correct function signature in stbi_write_jpg usage documentation. Benji Smith 2017-07-31 22:22:56 -0700
  • 747b8d8f71 stb_sprintf.h: Don't compare uninitialized value when using zero. This prevents a "Conditional jump or move depends on uninitialised value(s)" error from valgrind when using zero as an argument in line 1045. Rohit Nirmal 2017-07-27 23:51:36 -0500
  • 9d9f75eb68 update readme Sean Barrett 2017-07-24 03:32:32 -0700
  • 961923b5a3 fix documentation Sean Barrett 2017-07-24 03:32:20 -0700
  • dd039e8cc5 credits for mingw fixes in #444 Sean Barrett 2017-07-23 14:13:07 -0700
  • 3b232a3ff7 Merge branch 'master' of https://github.com/Infatum/stb into dev Sean Barrett 2017-07-23 14:10:17 -0700
  • 555efbedfc Update version numbers Sean Barrett 2017-07-23 14:09:39 -0700
  • 0fbbda56fa stb_image: Account for tRNS chunk in non-paletted images. Fabian Giesen 2017-07-23 01:41:12 -0700
  • 7725f8b9cd stb_leakcheck: Derp, I should free the right thing. Fabian Giesen 2017-07-23 01:33:21 -0700
  • 5a5cf7f9ba stb_leakcheck: Make stb_leakcheck_free actually free. Fabian Giesen 2017-07-22 20:44:27 -0700
  • 5ebeb38edb stb_rect_pack: Remove unused rect_width_compare(). Fabian Giesen 2017-07-22 20:25:57 -0700
  • c59cb96874 Merge branch 'fix-issue-461' of https://github.com/rygorous/stb into dev Fabian Giesen 2017-07-22 19:44:05 -0700
  • fedf03e774 Merge branch 'fix-issue-466' of https://github.com/rygorous/stb into dev Fabian Giesen 2017-07-22 19:42:52 -0700
  • 282576fbfb Merge branch 'rygorous-fix-issue-276' into dev Fabian Giesen 2017-07-22 19:42:23 -0700
  • 9b6652fe3a Merge branch 'rygorous-sprintf_reformat' into dev Fabian Giesen 2017-07-22 19:41:40 -0700
  • b1d058e5c7 stb_truetype: Fix typo, as pointed out by oyvindjam. Fabian Giesen 2017-07-22 19:37:03 -0700
  • 30c7c6b583 stb_truetype: Support reading OS/2 vertical metrics Fabian Giesen 2017-07-22 19:24:41 -0700
  • 49c7f1b397 stb_image: Optimise vertical flip. Fabian Giesen 2017-07-22 18:43:36 -0700
  • 501812f307 stb_leakcheck: Fix warnings. Fabian Giesen 2017-07-22 18:03:52 -0700
  • 931662ae6e stb_image_write: Warning fix. Fabian Giesen 2017-07-22 16:04:07 -0700
  • 25a2596b2f stb_image: Fix rounding during unpremultiply. Fabian Giesen 2017-07-22 15:59:41 -0700
  • 463dd85f1f Merge branch 'Reedbeta-fix-vs2015-warnings' into dev Fabian Giesen 2017-07-22 15:51:28 -0700
  • 3ef1cb174e Merge branch 'fix-vs2015-warnings' of https://github.com/Reedbeta/stb into Reedbeta-fix-vs2015-warnings Fabian Giesen 2017-07-22 15:51:14 -0700
  • 69ef103721 Merge branch 'poppolopoppo-load_16_variants' into dev Fabian Giesen 2017-07-22 15:42:58 -0700
  • 4868b5283b stb_dxt: Update contributors list. Fabian Giesen 2017-07-22 15:40:27 -0700
  • 316571b395 stb_image: 3-char indent and other minor formatting issues. Fabian Giesen 2017-07-22 15:38:56 -0700
  • b226e71ce6 Merge branch 'load_16_variants' of https://github.com/poppolopoppo/stb into poppolopoppo-load_16_variants Fabian Giesen 2017-07-22 15:35:32 -0700
  • 31f8c2109b Merge branch 'ppiastucki-bc4' into dev Fabian Giesen 2017-07-22 15:29:50 -0700
  • e9b8f7ea35 Merge branch 'bc4' of https://github.com/ppiastucki/stb into ppiastucki-bc4 Fabian Giesen 2017-07-22 15:28:27 -0700
  • 14c2993310 Merge branch 'realitix-robustify' into dev Fabian Giesen 2017-07-22 15:23:14 -0700
  • b53457130d Merge branch 'robustify' of https://github.com/realitix/stb into realitix-robustify Fabian Giesen 2017-07-22 15:22:57 -0700
  • 7a6251689f Merge branch 'h-s-c-stb_dxt_static' into dev Fabian Giesen 2017-07-22 15:13:13 -0700
  • 99df133ae4 Merge branch 'stb_dxt_static' of https://github.com/h-s-c/stb into h-s-c-stb_dxt_static Fabian Giesen 2017-07-22 15:12:10 -0700
  • 897e6e8314 Merge branch 'h-s-c-stbi_no_stdio-fix' into dev Fabian Giesen 2017-07-22 15:11:03 -0700
  • b119e6d1d2 Merge branch 'stbi_no_stdio-fix' of https://github.com/h-s-c/stb into h-s-c-stbi_no_stdio-fix Fabian Giesen 2017-07-22 15:10:44 -0700
  • 24f2522e00 Merge branch 'h-s-c-stb_dxt-freestanding' into dev Fabian Giesen 2017-07-22 15:08:40 -0700
  • e1f17c3c6c Merge branch 'stb_dxt-freestanding' of https://github.com/h-s-c/stb into h-s-c-stb_dxt-freestanding Fabian Giesen 2017-07-22 15:08:33 -0700
  • aaa793350e Merge branch 'cdwfs-stbtt_const_fontdata' into dev Fabian Giesen 2017-07-22 15:06:09 -0700
  • 530c05ee61 Merge branch 'stbtt_const_fontdata' of https://github.com/cdwfs/stb into cdwfs-stbtt_const_fontdata Fabian Giesen 2017-07-22 15:05:56 -0700
  • 3870b2fe3b Merge branch 'DanielGibson-write-jpg' into dev Fabian Giesen 2017-07-22 15:04:22 -0700
  • 526ed469e2 Merge branch 'write-jpg' of https://github.com/DanielGibson/stb into DanielGibson-write-jpg Fabian Giesen 2017-07-22 15:03:35 -0700
  • 2da81a6433 stb_vorbis: MinGW has alloca defined in malloc.h. Fabian Giesen 2017-07-22 14:39:52 -0700
  • cc7f1d1e6d stb_image: Documentation fixes. Fabian Giesen 2017-07-21 22:35:01 -0700
  • 0674660451 stb_image: Relax raw_len validation for non-interlaced PNGs. Fabian Giesen 2017-07-21 21:55:37 -0700
  • 481db7501c stb_sprintf: Remove some gratuitous gotos Fabian Giesen 2017-07-21 20:31:58 -0700
  • 7b8955bfaa stb_sprintf: More whitespace cleanups post clang-format Fabian Giesen 2017-07-21 20:23:50 -0700
  • cccbc3f5a9 stb_sprintf: Clean up the mess with clang-format Fabian Giesen 2017-07-21 20:17:34 -0700
  • 48e79e6c98 Merge 6db82dbc86 into 423298e071 gasparitiago 2017-07-17 13:41:53 +0000
  • 6db82dbc86 stb_image_write: Support pgm support gasparitiago 2017-07-17 10:39:16 -0300
  • 13462f1b2e Merge 5807e28456 into 423298e071 gasparitiago 2017-07-17 13:29:42 +0000
  • 5807e28456 stb_image_write: Support pgm format gasparitiago 2017-07-17 10:19:25 -0300
  • 89aab07cc5 Merge ef463b17a9 into 423298e071 Fredrik Svantesson 2017-07-12 17:10:34 +0000
  • 02c2828489 Merge 42ba2aa7ad into 423298e071 Marcin Wojdyr 2017-07-12 17:10:31 +0000
  • d1466d02ea Merge 75f2a38403 into 423298e071 poppolopoppo 2017-07-12 17:10:31 +0000
  • 8af3541dca Merge 91c5d12851 into 423298e071 Christian Floisand 2017-07-12 17:10:31 +0000
  • a4b53b5b68 Merge 9c0373f1fc into 423298e071 nicebyte 2017-07-12 17:10:30 +0000
  • c6abc142e9 Merge 87cb1d526f into 423298e071 Sergey Kosarevsky 2017-07-12 17:10:30 +0000
  • 6ae2af394a Merge bccaa5368a into 423298e071 yonni12 2017-07-12 17:10:30 +0000
  • 8e2a2cd430 Merge e51dfdc047 into 423298e071 Imanol Celaya 2017-07-12 17:10:30 +0000
  • a5d61f40be Merge ae0efe7088 into 423298e071 oyvindjam 2017-07-12 17:10:30 +0000
  • 423298e071 fix SDF documentation and add example code Sean Barrett 2017-07-12 09:27:04 -0700
  • 38479bc58c stb_truetype version number Sean Barrett 2017-07-12 07:25:20 -0700
  • 9a2e92e818 SDF documentation Sean Barrett 2017-07-12 07:10:13 -0700
  • fa98e4f6cf Merge branch 'master' into sdf Sean Barrett 2017-07-12 06:42:02 -0700
  • 5defc65c23 Initial SDF support Sean Barrett 2017-07-12 06:34:52 -0700
  • ae0efe7088 Fix typo in documentation oyvindjam 2017-07-10 19:49:05 +0200
  • d74530cd10 fix stb_fclose to do a better job of preserving content Sean Barrett 2017-07-05 18:01:53 -0700
  • be21113512 stb_image_write.h: Allow setting custom zlib compress function for PNG Daniel Gibson 2017-07-04 19:34:31 +0200
  • e6bbecd3a9 stb_image_write.h: Set PNG compress lvl via stbi_write_png_level Daniel Gibson 2017-07-04 18:07:33 +0200
  • f0baa0c287 stb_image_write.h: Fix compilation in C++11 mode Daniel Gibson 2017-07-04 16:55:50 +0200
  • bccaa5368a stb_image: Optimise vertical flip to avoid malloc on smaller images. yonni 2017-06-10 09:41:47 +0100
  • e51dfdc047 Create stb_truetype.h Imanol Celaya 2017-06-08 10:17:26 +0200
  • 158cb0d4f2 adds OS/2 table metrics to stb_truetype ornitorrincos 2017-06-07 20:09:07 +0200
  • f4ce9b3172 stb_image: Add name to contributors yonni 2017-06-07 11:27:01 +0100
  • 2abb0ba1d5 stb_image: Optimise vertical flip to a per-row swap. yonni 2017-06-07 11:16:58 +0100
  • f46c73d73b Disabled Clang pedantic warning (equality comparison with extraneous parentheses) Sergey Kosarevsky 2017-05-30 05:06:48 +0300
  • 87cb1d526f Fixed 'printf' : unknown type field character Sergey Kosarevsky 2016-09-26 12:20:53 +0200
  • 9c0373f1fc Prevent compile error when getc is defined as a macro nicebyte@mailinator.com 2017-05-22 02:46:10 -0700
  • 5ba496e35f Fix error & crash when using iocallbacks with STB_VORBIS_NO_STDIO nicebyte@mailinator.com 2017-05-22 02:24:58 -0700
  • 9f245d59e3 Actually use the up-to-date version of the file :) nicebyte@mailinator.com 2017-05-22 02:03:21 -0700
  • 9c1c2f2f36 Add I/O callback support to stb_vorbis nicebyte@mailinator.com 2017-05-22 01:31:27 -0700
  • 91c5d12851 Fixes unpremultiply truncation bug. Christian Floisand 2017-05-16 08:34:03 -0600
  • cbca86de65 Add myself to contributors list Nathan Reed 2017-05-11 22:59:43 -0700
  • de080e6d0b Fix warning about unreachable code Nathan Reed 2017-05-11 22:53:03 -0700
  • fb524e6768 Fix warning about context parameter being unused when STBIR_MALLOC and STBIR_FREE have their default definitions. Nathan Reed 2017-05-11 22:51:19 -0700
  • 76a1a1c408 Fix variable-shadowing warnings Nathan Reed 2017-05-11 22:49:19 -0700
  • 7091cb6ed6 Fix integer conversion warning Nathan Reed 2017-05-11 22:48:46 -0700