Commit Graph

  • a0d064edae update readme Sean Barrett 2015-09-13 16:13:57 -0700
  • 8b7b845c4e bump version number Sean Barrett 2015-09-13 16:13:16 -0700
  • b74da797af properly fix stb_rect_pack; tweak formatting of FAQ list Sean Barrett 2015-09-13 16:07:49 -0700
  • e847954d27 update readme Sean Barrett 2015-09-13 14:53:34 -0700
  • 55eefc5739 add list of single-file libs Sean Barrett 2015-09-13 14:51:49 -0700
  • 4de75eb0cc stb_textedit: better support for baseline at bottom stb_textedit: end-of-line handling places cursor before newline stb_truetype: avoid compiler warning due to local vars hiding local vars readme: add list of one-file libs Sean Barrett 2015-09-13 13:35:51 -0700
  • ff116a4fe8 allow font ranges with first_char = 0; fix divide by 0 for exactly-vertical edges; fix possible divide by 0 for exactly-horizontal edges add documentation for stbtt_Rasterize; Sean Barrett 2015-09-13 11:42:54 -0700
  • 54b1879725 document stbtt_Rasterize Sean Barrett 2015-09-13 11:23:33 -0700
  • 83d36fd28a fix bug in handling rectangle with width or height of 0 Sean Barrett 2015-09-13 11:17:13 -0700
  • 6b8938124e Merge branch 'fix-vs2015-warnings' of https://github.com/Reedbeta/stb into working Sean Barrett 2015-09-13 11:09:23 -0700
  • d5b8af12cb fix missing "defined" in #if defined(STBI_NO_foo); fix incorrect initialization of alpha channel for RGB PSD Sean Barrett 2015-09-13 11:08:40 -0700
  • 36574182c0 Fix new VS2015 warnings in stb_image 2.07 - conversion from int to stbi_uc - unused parameter Nathan Reed 2015-09-13 11:00:46 -0700
  • 023ff3ffd2 Merge pull request #140 from ocornut/stb-wingraph-static Sean Barrett 2015-09-13 07:01:02 -0700
  • 5bcce36638 rle tweaks, credits Sean Barrett 2015-09-13 06:58:45 -0700
  • 40ace6b0ef Merge branch 'master' of https://github.com/fahickman/stb into working Sean Barrett 2015-09-13 06:51:14 -0700
  • a84daa614e a few more stb_image_write fixes Sean Barrett 2015-09-13 06:46:43 -0700
  • 9bf98d619f update readme Sean Barrett 2015-09-13 06:41:30 -0700
  • 2a1716cc8f credits Sean Barrett 2015-09-13 06:41:16 -0700
  • 23b21a7c1f Merge branch 'master' of https://github.com/guillaumechereau/stb into working Sean Barrett 2015-09-13 06:39:20 -0700
  • 5f54e044ed Merge branch 'master' into working Sean Barrett 2015-09-13 06:37:51 -0700
  • d993ce7a5b update readme Sean Barrett 2015-09-13 06:37:36 -0700
  • 264bc5725f credits Sean Barrett 2015-09-13 06:37:24 -0700
  • 92e9519db3 Merge branch 'master' of https://github.com/Sergobot/stb into working Sean Barrett 2015-09-13 06:35:11 -0700
  • 7b24469bf1 update version / credits Sean Barrett 2015-09-13 06:33:49 -0700
  • 5863a4efe1 delete stb_vorbis.h which leaked in from somebody's pull request Sean Barrett 2015-09-13 06:28:46 -0700
  • 39522da245 Merge branch 'working' Sean Barrett 2015-09-13 06:18:47 -0700
  • f0268375da credit Sean Barrett 2015-09-13 06:16:52 -0700
  • ef21612364 Merge branch 'fix-clang-warnings' of https://github.com/vincentisambart/stb into working Sean Barrett 2015-09-13 06:11:09 -0700
  • b0852b766a Merge branch 'master' of https://github.com/rwhitworth/stb into working Sean Barrett 2015-09-13 06:10:16 -0700
  • 97dfb12f71 credits Sean Barrett 2015-09-13 06:06:37 -0700
  • 9438a74f83 Merge branch 'master' of https://github.com/Mojofreem/stb into working Sean Barrett 2015-09-13 06:05:38 -0700
  • 5583b62a70 credits Sean Barrett 2015-09-13 06:05:24 -0700
  • d422a247e0 Merge branch 'master' of https://github.com/blackpawn/stb into working Sean Barrett 2015-09-13 06:00:32 -0700
  • 2adf6d29aa credits Sean Barrett 2015-09-13 06:00:06 -0700
  • a96eb04795 Merge branch 'master' of https://github.com/r-lyeh/stb into working Sean Barrett 2015-09-13 05:58:57 -0700
  • c6f33a1ff0 Merge branch '64bit' of https://github.com/Mischanix/stb into working Sean Barrett 2015-09-13 05:57:10 -0700
  • 24602db4a5 credits for previous patch Sean Barrett 2015-09-13 05:53:56 -0700
  • 8ca1cdfe4c Merge branch 'fix-double-free' of https://github.com/philippwiesemann/stb into working Sean Barrett 2015-09-13 05:52:59 -0700
  • 33c9010223 update version & version history Sean Barrett 2015-09-13 05:51:16 -0700
  • 27d5d61f08 Merge branch 'master' of https://github.com/jsheard/stb Sean Barrett 2015-09-13 05:47:02 -0700
  • 90dc93a1cc fix bug where we couldn't rewind a file that reached EOF, which can happen with < 92-byte PIC,PNM,HDR,TGA Sean Barrett 2015-09-13 05:41:21 -0700
  • 28a29dd0f1 credit for michaelangel007 patch Sean Barrett 2015-09-13 05:15:09 -0700
  • ddd05479e9 Merge branch 'master' of https://github.com/Michaelangel007/stb into working Sean Barrett 2015-09-13 05:13:57 -0700
  • 0eb5da55a7 er, fix typo in the fix-rmitton checkin Sean Barrett 2015-09-13 05:12:53 -0700
  • 082289b528 Merge branch 'master' of https://github.com/rmitton/stb into working Sean Barrett 2015-09-13 05:12:35 -0700
  • 5607c25cf4 tweak rmitton 16-bit psd patch; adjust credits Sean Barrett 2015-09-13 05:11:51 -0700
  • 69d6fd573c Merge branch 'psd16' of https://github.com/rmitton/stb into working Sean Barrett 2015-09-13 04:58:48 -0700
  • 1ea670e0a5 Merge branch 'urraka-gif-patch' of https://github.com/urraka/stb into working Sean Barrett 2015-09-13 04:49:04 -0700
  • 52d400741c detect all 0-alpha bmp and replace with all-255; fix bug in reedbeta patch Sean Barrett 2015-09-13 04:46:50 -0700
  • fee80f3d83 tweaks to patch from reedbeta Sean Barrett 2015-09-13 04:27:24 -0700
  • 492e6e303d Merge branch 'fix-vs2015-warnings' of https://github.com/Reedbeta/stb into working Sean Barrett 2015-09-13 04:20:29 -0700
  • 9c3e9d63ea add to contributor list Sean Barrett 2015-09-13 04:20:00 -0700
  • 6fe9dae224 bump stb_voxel_render version number Sean Barrett 2015-09-13 04:19:17 -0700
  • 6a45a88e0f update "DMC doesn't accept struct initializer" patch to be VC6 compliant Sean Barrett 2015-09-13 04:14:02 -0700
  • 69a85031a4 Correctly setting default alpha channel values for non RLE-compressed RGB psds. Nick V 2015-09-13 12:02:08 +0100
  • 18a9f3c542 fix #169 rect_pack doesn't try to reserve space for a degenerate rect Jeremy Jaussaud 2015-09-13 11:35:07 +0200
  • b0d162d829 DMC doesn't accept struct initializer syntax James Hofmann 2015-09-12 05:45:39 -0700
  • 26c98260b6 Fix warnings about "conversion to a greater size" that appear in VS2015 in x64 with /W4. Nathan Reed 2015-09-10 01:20:35 -0700
  • 6d613ed8ce Fix variable-shadowing warnings that appear in VS2015 on /W4 Nathan Reed 2015-09-10 01:13:54 -0700
  • 67dee967a0 Merge fb99a57546 into 7ac0f9c9b0 thevaber 2015-09-09 00:04:17 +0000
  • fb99a57546 Fixed readdir_raw 64-bit crash Václav Patejdl 2015-09-09 01:47:43 +0200
  • a9cc31075b Merge ccfb8cae2d into 7ac0f9c9b0 urraka 2015-09-06 20:45:24 +0000
  • 3f5f68fc09 Merge pull request #3 from nothings/master Andrew 2015-09-04 15:13:40 +0300
  • 7ac0f9c9b0 fix typo in accidentally-checked-in stb_image.h Sean Barrett 2015-09-03 22:55:01 -0700
  • 4743a1a6e6 update stb_vorbis Sean Barrett 2015-09-03 11:20:24 -0700
  • 60939ec653 fix some more signed shifts Sean Barrett 2015-09-03 11:18:40 -0700
  • a3d62dfec1 fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester) Sean Barrett 2015-09-03 11:16:19 -0700
  • 7670656322 fix some signed shifts that should have been unsigned for C spec reasons Sean Barrett 2015-09-03 10:24:01 -0700
  • 0e24ec5feb fix some cases that didn't return outofmem error properly and would crash instead Sean Barrett 2015-09-03 07:11:02 -0700
  • a009673856 update stb_vorbis version Sean Barrett 2015-08-31 12:49:03 -0700
  • c15190373c add missing changes to project file Sean Barrett 2015-08-30 19:31:36 -0700
  • ebb54fd7a3 seeking in stb_vorbis (Dougall Johnson) test program for seeking (stb) Sean Barrett 2015-08-30 19:29:35 -0700
  • ccfb8cae2d Fix for 32bpp bmp images that load with alpha=0 on all pixels urraka 2015-08-22 17:56:00 -0300
  • f24f92bcc7 Fix -Wextra warning in stb_truetype.h Sergey Popov 2015-08-19 14:36:09 +0300
  • 09e1972fed fix clang warnings Vincent Isambart 2015-08-08 10:45:26 +0900
  • 0c0a619ca4 Updated to compile with Visual Studio 2015 rwhitworth 2015-08-05 22:27:53 -0400
  • 92634865fa Merge pull request #2 from nothings/master Andrew 2015-08-04 10:32:45 +0300
  • 23dfb8c06b GIF loading improvements. urraka 2015-08-03 22:59:16 -0300
  • c9859afcf9 reverse some of the public-domain-license changes that I didn't actually want Sean Barrett 2015-08-01 23:53:49 -0700
  • c61d9693ce Merge 594502e5fa into 59c353962a Ryan Whitworth 2015-08-01 19:04:10 +0000
  • 594502e5fa Added public domain license text Ryan Whitworth 2015-08-01 14:59:39 -0400
  • 85d0adda25 Added public domain license text Ryan Whitworth 2015-08-01 14:59:03 -0400
  • f844b2dbd2 Added public domain license text Ryan Whitworth 2015-08-01 14:57:53 -0400
  • 4727cdd8c0 Added public domain license text Ryan Whitworth 2015-08-01 14:56:45 -0400
  • 76edb4ec4e Added public domain license text Ryan Whitworth 2015-08-01 14:56:04 -0400
  • 7effe64e45 Added public domain license text Ryan Whitworth 2015-08-01 14:55:35 -0400
  • 35e2f7e739 Added public domain license text Ryan Whitworth 2015-08-01 14:54:57 -0400
  • 5a7d524fd8 Added public domain license text Ryan Whitworth 2015-08-01 14:54:27 -0400
  • 45b27d8a9c Added public domain license text Ryan Whitworth 2015-08-01 14:54:05 -0400
  • 1d48782e1d Added public domain license text Ryan Whitworth 2015-08-01 14:53:00 -0400
  • f0e456b809 Added public domain license text Ryan Whitworth 2015-08-01 14:52:12 -0400
  • 6695bc4e18 Added public domain license text Ryan Whitworth 2015-08-01 14:50:51 -0400
  • fa464b33ac Added public domain license text Ryan Whitworth 2015-08-01 14:49:15 -0400
  • 55ff60818e Added public domain license text Ryan Whitworth 2015-08-01 14:48:37 -0400
  • 242b1fe37a Added public domain license text Ryan Whitworth 2015-08-01 14:48:08 -0400
  • 4ab69f3b2c Added public domain license text Ryan Whitworth 2015-08-01 14:46:52 -0400
  • 9e9ce0ab91 Added public domain license text Ryan Whitworth 2015-08-01 14:46:04 -0400
  • 3ee6c6b8d9 Merge 81be4eff1e into 59c353962a Afinostux 2015-08-01 18:32:47 +0000
  • 59c353962a update readme version numbers Sean Barrett 2015-08-01 04:18:27 -0700
  • c1cb414bc6 stb_voxel_render.h version 0.82 Sean Barrett 2015-08-01 04:17:38 -0700