Commit Graph

  • 2afb815509 Merge branch 'add_up_down_checks_to_geometry' of https://github.com/friesencr/stb Sean Barrett 2015-08-01 04:08:21 -0700
  • cb528122e5 Merge branch 'master' of https://github.com/cjxgm/stb into working Sean Barrett 2015-08-01 04:05:43 -0700
  • c6ee732c79 allow finer-grained PackFontRanges with Gather & Render; allow discontinuous codepoints in PackFontRanges; fix bug in GetFontOffsetForIndex (non-0 index never worked?); tweak public domain license Sean Barrett 2015-08-01 04:04:54 -0700
  • e637834865 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2015-08-01 04:03:19 -0700
  • a200fab163 add some minor comments Sean Barrett 2015-08-01 04:02:21 -0700
  • d821fd83f3 Merge branch 'master' into working Sean Barrett 2015-08-01 04:02:00 -0700
  • 5305ffbe49 Include math.h for ceil() Joshua Sheard 2015-07-29 17:00:44 +0000
  • 6645ea5915 Fixed stupid endianness bug. rmitton 2015-07-24 12:00:09 -0700
  • 3159971d85 stb_truetype: fix wrong result returned by stbtt_GetFontOffsetForIndex Giumo X. Clanjor (哆啦比猫/兰威举) 2015-07-20 23:18:47 +0800
  • 52845885c4 Merge remote-tracking branch 'upstream/master' ocornut 2015-07-15 12:08:29 -0600
  • 34ed8ff096 Merge branch 'nothings/master' ocornut 2015-07-15 12:01:27 -0600
  • 93fb372028 update stb_truetype version Sean Barrett 2015-07-14 18:23:46 -0700
  • 20b04f4aa9 stb_truetype version 1.06 Sean Barrett 2015-07-14 18:23:12 -0700
  • 608cbec1f5 Fixed overflow for high values. rmitton 2015-07-07 15:47:37 -0700
  • a371b204f5 Added support for 16-bit PSD loading. rmitton 2015-07-07 15:15:38 -0700
  • 9f23eb30be Adds up and down checks to voxel render input.geometry Chris Friesen 2015-07-06 21:37:05 -0500
  • fcfa17b847 Fixed double-free in JPEG allocation rmitton 2015-07-06 13:32:40 -0700
  • 80a0e90d53 TGA RLE flag and regression fix fahickman 2015-07-03 14:27:29 -0700
  • 65ebe75124 Tweaked to enable compilation under MinGW. Liam Chasteen 2015-07-02 11:50:32 -0700
  • be8284de7e stb_wingraph.h: missing lib pragmas for completeness ocornut 2015-06-30 20:02:41 -0600
  • c11532b872 Cleanup unused functions Michaelangel007 2015-06-30 08:54:14 -0600
  • 2762b410fe Fix unused vars warning in stbi_is_hdr_from_file stbi_is_hdr_from_callbacks Michaelangel007 2015-06-30 08:02:24 -0600
  • 693772ed02 OSX 64bit fixes blackpawn 2015-06-22 19:45:35 -0700
  • 8702dce4d6 msvc 64-bit fixes r-lyeh 2015-06-13 13:50:31 +0200
  • b53c08a148 Merge pull request #127 from mikesart/master Sean Barrett 2015-06-10 12:05:29 -0700
  • 3787e1c143 Fix relative path check for non-Windows platforms in stb_fullpath. Michael Sartain 2015-06-09 16:52:39 -0700
  • 51415dea6e Fix 64-bit compile for pointer set Robert Nix 2015-06-09 12:47:50 -0500
  • 0fbc8bec6f Don't truncate pointers to 4 bytes on 64-bit Robert Nix 2015-06-09 12:46:31 -0500
  • b639b6a468 Don't use __asm int 3; on 64-bit platforms Robert Nix 2015-06-09 12:44:50 -0500
  • 126ec22867 add missing consts fahickman 2015-06-04 14:04:02 -0700
  • aa89970d6b stb_image.h: fix *comp value when loading PSDs stb_voxel_render.h: fix STBVOX_CONFIG_OPTIMIZED_VHEIGHT Sean Barrett 2015-05-28 22:11:45 -0700
  • 1b157be513 Merge remote-tracking branch 'nothings/master' ocornut 2015-05-28 08:55:13 +0100
  • e0e4bd4d86 write TGAs with RLE compression fahickman 2015-05-11 21:38:55 -0700
  • d1d5f4ca96 add STB_IMAGE_WRITE_STATIC macro Guillaume Chereau 2015-04-20 23:18:42 +0800
  • 347e7838be fix compilation of stb_image_write.h with gcc -O3 Guillaume Chereau 2015-04-20 22:59:24 +0800
  • 947bdcd027 update version numbers & docs Sean Barrett 2015-04-19 04:19:55 -0700
  • 8f9c8b682d Merge branch 'master' of https://github.com/nguillemot/stb Sean Barrett 2015-04-19 04:17:21 -0700
  • b4b196af1c update version numbers Sean Barrett 2015-04-19 04:16:11 -0700
  • ac5e25ae01 bump stb_image to version 2.05, tweak docs Sean Barrett 2015-04-19 04:15:33 -0700
  • f224bc2cdb stb_image: Progressive AC decoding - fix ZRL code. Fabian Giesen 2015-04-19 01:49:16 -0700
  • 1894bede3f fix signed/unsignted compare warning Nicolas Guillemot 2015-04-18 21:23:34 -0700
  • fda335609f don't redefine __forceinline with mingw Nicolas Guillemot 2015-04-18 20:39:46 -0700
  • e4be8fae2c fix misplaced STBTT_DEF definition Sean Barrett 2015-04-15 16:06:46 -0700
  • 294340b25d update version numbers Sean Barrett 2015-04-15 02:59:17 -0700
  • e927c3a07a rename to STBRP_SORT for STBRP_ASSERT consistency; version number, credits Sean Barrett 2015-04-15 02:58:00 -0700
  • e536701585 Merge branch 'rectpack-allow-to-replace-qsort' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-15 02:54:01 -0700
  • 9487a59c14 STB_TEXTEDIT_memmove Sean Barrett 2015-04-15 02:52:25 -0700
  • d5251d527b Merge branch 'textedit-allow-to-replace-memmove' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-15 02:49:58 -0700
  • 1acf56b8fb tweak credits Sean Barrett 2015-04-15 02:40:15 -0700
  • b92b225f61 note that README is auto-generated so submitters don't need to change it Sean Barrett 2015-04-15 02:35:55 -0700
  • d710ada2f9 try to re-enable SSE2 support by default on mingw 64-bit Sean Barrett 2015-04-15 02:31:12 -0700
  • 457679209b update truetype version # Sean Barrett 2015-04-15 02:22:19 -0700
  • a51c2d4ab0 update version number etc Sean Barrett 2015-04-15 02:21:59 -0700
  • 6231981a47 Merge pull request #106 from g-pechorin/patch-1 Sean Barrett 2015-04-15 02:20:42 -0700
  • 9d4da3f7cc update readme Sean Barrett 2015-04-15 02:18:48 -0700
  • 85c836f33c Merge branch 'work2' Sean Barrett 2015-04-15 02:18:42 -0700
  • 6cb8c1b624 make compile as C Sean Barrett 2015-04-15 02:17:44 -0700
  • 0d076c08b3 Merge branch 'working_stbte' of https://github.com/machinamentum/stb into work2 Sean Barrett 2015-04-15 02:12:13 -0700
  • 53011a3d96 fix declaration of stbte_create_map Sean Barrett 2015-04-15 02:10:02 -0700
  • 63550ae9ed Update stb_truetype.h Peter LaValle 2015-04-14 13:03:05 +0100
  • 0d7f3bb60b update version numbers for minor libraries that have been made C++-compatible Sean Barrett 2015-04-14 03:53:57 -0700
  • 3f17b24d90 make sure all libs compile as C++ Sean Barrett 2015-04-14 03:53:26 -0700
  • cbcbaff851 replace public-domain rationale with link to longer public domain rationale document Sean Barrett 2015-04-14 03:38:40 -0700
  • e105a19be9 add summary statistics Sean Barrett 2015-04-14 03:33:54 -0700
  • f982f5ae1e restore lines-of-code to original size Sean Barrett 2015-04-14 03:25:12 -0700
  • dda1519da8 shrink font for LoC to layout table better Sean Barrett 2015-04-14 03:19:54 -0700
  • 977cce8cc7 expand explanation of why single file Sean Barrett 2015-04-14 03:13:45 -0700
  • 3db3e56696 consistent capitalization Sean Barrett 2015-04-14 03:10:36 -0700
  • c1ad6b09de make table more readable by shrinking some columns horizontally Sean Barrett 2015-04-14 03:09:01 -0700
  • 3c2090565d fix reversed column headers Sean Barrett 2015-04-14 03:04:32 -0700
  • e5a2c3cf86 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2015-04-14 03:03:37 -0700
  • ede1ebdaa9 add "lines of code" to README.md Sean Barrett 2015-04-14 03:03:11 -0700
  • 8f4958e1f0 Update why_public_domain.md Sean Barrett 2015-04-14 02:05:54 -0700
  • 0a3b6adb32 Update why_public_domain.md Sean Barrett 2015-04-14 02:05:18 -0700
  • 8fece213ee Update why_public_domain.md Sean Barrett 2015-04-14 02:04:44 -0700
  • d44e52d363 Update why_public_domain.md Sean Barrett 2015-04-14 02:03:22 -0700
  • 31461003c7 Update why_public_domain.md Sean Barrett 2015-04-14 02:00:59 -0700
  • 2f17f1a93b Update why_public_domain.md Sean Barrett 2015-04-14 01:58:25 -0700
  • 8074425128 standalone public-domain rationale document Sean Barrett 2015-04-14 01:56:56 -0700
  • 1384715b11 Merge branch 'master' into working Sean Barrett 2015-04-13 11:58:26 -0700
  • 07a598cb2f update stb_image_write version Sean Barrett 2015-04-13 11:58:04 -0700
  • 6dc6304d89 Merge branch 'work2' Sean Barrett 2015-04-13 11:56:42 -0700
  • 00b1797a23 switch memcpy to memmove for simplicity; rename all STBI_ config macros to STBIW_ to avoid conflict with stb_image.h Sean Barrett 2015-04-13 11:55:24 -0700
  • 019236a624 Merge branch 'stb-image-writer-memory' of https://github.com/callidus/stb into work2 Sean Barrett 2015-04-13 11:48:26 -0700
  • 533cf5cc4f Merge branch 'patch-1' of https://github.com/jorgenpt/stb into work2 Sean Barrett 2015-04-13 11:47:57 -0700
  • 8a0a882f53 stb_truetype version update Sean Barrett 2015-04-12 12:46:36 -0700
  • a7ee207475 fix missing free in the new rectangle packing remove unneeded (but harmless) statements Sean Barrett 2015-04-12 12:45:23 -0700
  • ab6aaa85be credits, STBTT_STATIC docs Sean Barrett 2015-04-12 12:36:06 -0700
  • 025ca3f157 Merge branch 'stb-truetype-static' of https://github.com/ocornut/stb into work2 Sean Barrett 2015-04-12 11:49:00 -0700
  • 1e57bcd544 Merge branch 'master' of https://github.com/cap/stb into work2 Sean Barrett 2015-04-12 11:48:39 -0700
  • 25e9e1e72b Merge branch 'no-double-literals' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-12 11:48:11 -0700
  • 24bcc4432b Merge branch 'truetype-memset-defines' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-12 11:47:55 -0700
  • 24a25458e3 update version number Sean Barrett 2015-04-12 09:36:44 -0700
  • 66a75195dc rename STBI_X86_TARGET to STBI__X86_TARGET Sean Barrett 2015-04-12 09:36:01 -0700
  • c83abb051a Merge branch 'mingwfix' of https://github.com/rygorous/stb into work2 Sean Barrett 2015-04-12 09:33:26 -0700
  • e5fde30800 merge two x86/x64 tests into one; update credits Sean Barrett 2015-04-12 09:30:05 -0700
  • c8852111cc Merge branch 'master' of https://github.com/pmj/stb into work2 Sean Barrett 2015-04-12 09:26:25 -0700
  • f22efc6151 update credits/docs Sean Barrett 2015-04-12 09:26:16 -0700
  • 9d7499bca6 Merge branch 'master' of https://github.com/hpesoj/stb into work2 Sean Barrett 2015-04-12 09:23:07 -0700
  • 040df963c8 modifications to vertical flip API: more consistent name, refactor stbi_load_main to preserve old code, support float HDR path, minor bugfix Sean Barrett 2015-04-12 09:20:31 -0700