Commit Graph

  • f882db0c80 Merge https://github.com/aras-p/stb into working Sean Barrett 2017-01-02 14:07:06 -0800
  • b84dda0015 stretchy_buffer: Add sb_reserve feature Ivan Ivanov 2017-01-03 07:54:49 +1300
  • f07727a28a stb_image.h: large structures on the stack Thomas Ruf 2016-12-28 14:16:45 +0100
  • a055654ee3 Rename Point to stbv__point Julian Raschke 2016-12-27 11:18:26 +0100
  • 3f36b29589 Overwrites error parameter in stb_vorbis_open_memory when there is no error. This avoid confusion due to previous values. Alejandro Pereda 2016-12-26 16:01:50 +0100
  • 99fd236287 Merge branch 'master' of https://github.com/nothings/stb into num-fonts Christopher Hansen 2016-12-19 18:33:49 -0700
  • ec9db6f84b allow for all 16 bits sammyhw 2016-12-15 23:49:19 -0500
  • 13927ac386 stb_printf.h: Reuse code for assigning lead sign. Rohit Nirmal 2016-12-05 18:18:20 -0600
  • 4338a0e55e Fix the check for a percent character Daniel 2016-12-05 21:03:05 +0000
  • b492a2bee7 Merge 58c51413f6 into bec0b26d1e Jeroen van Rijn 2016-12-05 16:24:08 +0000
  • 58c51413f6 Fix comments where rr* functions hadn't been renamed yet. Jeroen van Rijn 2016-12-05 17:08:10 +0100
  • 0e63382be0 A bit more involved change: support for both 1000 and 1024 divisors, and SI and JEDEC suffixes, as well as removing the space between number and suffix. jarikomppa 2016-12-05 17:23:01 +0200
  • 3e7f2d6ebd fix missing renames Sean Barrett 2016-12-05 06:58:30 -0800
  • bec0b26d1e Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-12-05 06:53:53 -0800
  • 554e072742 fix #ifdef mistake in stb_sprintf Sean Barrett 2016-12-05 06:53:36 -0800
  • 0c6bd72ccb Merge pull request #377 from aras-p/patch-1 Sean Barrett 2016-12-05 05:58:30 -0800
  • 9a3f9dff13 More proper fix for the prefixes (defaults to Ki style, with define for using K style instead) jarikomppa 2016-12-05 15:08:54 +0200
  • a27e577c3e The Si prefixes for mega, giga and tera are upper case (lower case m is not mega but milli) jarikomppa 2016-12-05 14:56:35 +0200
  • e6e20b43db stb_sprintf: seperators -> separators typo in comment Aras Pranckevičius 2016-12-05 14:49:39 +0200
  • ca3b8d7426 add credits to readme Sean Barrett 2016-12-05 04:19:53 -0800
  • 9953803d0c fix bad search-replace in comment Sean Barrett 2016-12-05 03:53:54 -0800
  • 3f2716ace4 add stb_sprintf to readme Sean Barrett 2016-12-05 03:50:06 -0800
  • c9fe5bac48 rename all stb_sprintf identifiers to follow stb conventions Sean Barrett 2016-12-05 03:48:37 -0800
  • fd23d7097d rename rrsprintf to stb_sprintf Sean Barrett 2016-12-05 02:58:16 -0800
  • 454ed822a7 deprecate rrsprintf Sean Barrett 2016-12-05 02:57:49 -0800
  • a468fbda72 readme, add rrsprintf.h Sean Barrett 2016-12-05 02:57:06 -0800
  • 75a8fd9d41 Add function to get the number of fonts in a TrueType file IntellectualKitty 2016-12-04 17:06:17 -0700
  • 7fa573cd61 Update stb_truetype.h IntellectualKitty 2016-12-04 16:06:34 -0700
  • b61b7a74fa update version info Sean Barrett 2016-12-04 05:40:21 -0800
  • b9be4fd8df Merge branch 'merging' into working Sean Barrett 2016-12-04 05:39:52 -0800
  • 0b2c06a7e1 more STB_IMAGE_STATIC fixes Sean Barrett 2016-12-04 05:39:35 -0800
  • 7bcaa93a76 Merge branch 'master' of https://github.com/Zelex/stb into merging Also add more credits Also fix linking multiple copies with STB_IMAGE_STATIC Sean Barrett 2016-12-04 05:38:47 -0800
  • 4a1523f60a make tga load function static to avoid link errors on multiple instances Sean Barrett 2016-12-04 05:28:26 -0800
  • 7759a2a93d fix "misleading indentation" gcc warning Sean Barrett 2016-12-04 05:25:24 -0800
  • ae241feec4 Merge branch 'stb_img_overflows' of https://github.com/rygorous/stb into working Sean Barrett 2016-12-04 05:20:57 -0800
  • 7736399517 return 16-bit PSDs through 16-bit API (untested) Sean Barrett 2016-12-04 05:13:58 -0800
  • 07fefa384a Return all_rects_packed status from stbrp_pack_rects. IntellectualKitty 2016-11-30 13:24:38 -0700
  • ed08976237 Merge 69a85031a4 into 996ccf2159 Nick Verigakis 2016-11-29 12:59:58 +0000
  • e0700d8e2c 16-bit png changes Sean Barrett 2016-11-29 04:13:17 -0800
  • 239a6718e1 rename stbi_load parameters to reduce confusion Sean Barrett 2016-11-29 03:03:07 -0800
  • 2a170daee5 warning fixes, more RGBE fix jon 2016-11-28 16:24:11 -0600
  • a2defc3d7a added support for RGBE header HDR files jon 2016-11-28 16:05:39 -0600
  • cd93a5de11 added basic 3Dc support snake5 2016-11-26 16:45:40 +0200
  • c72e3b8bbf Merge b4ffb204ea into 996ccf2159 red75prime 2016-11-24 17:37:34 +0000
  • 167abd9af2 Merge 01c95ca994 into 996ccf2159 Philipp Wiesemann 2016-11-04 23:29:55 +0000
  • 44d8e3f540 Merge db236618d0 into 996ccf2159 grim210 2016-10-28 19:22:31 +0000
  • 996ccf2159 update version numbers Sean Barrett 2016-10-25 08:53:48 -0700
  • 5d9423f8fd fix -Wcast-qual in stb_rect_pack, stb_textedit, stb_truetype Sean Barrett 2016-10-25 08:50:44 -0700
  • e7a0cc17d7 Merge efa53ff480 into 2f4166e91d Sam Hocevar 2016-10-22 17:16:05 +0000
  • efa53ff480 Fix const correctness in some functions. Sam Hocevar 2016-10-22 12:54:15 +0200
  • 6b66033e18 stb_image: Fix memory leak and missing out-of-mem check. Fabian Giesen 2016-08-12 17:46:43 -0700
  • 62f372754f stb_image: Fix HDR/PSD RLE decoders. Fabian Giesen 2016-08-12 17:31:53 -0700
  • 02190634c2 stb_image: Overflow checking for image allocs. Fabian Giesen 2016-08-12 17:22:46 -0700
  • 8c8d735eb7 stb_image: More input validation in deflate decoder Fabian Giesen 2016-08-12 13:44:11 -0700
  • f32854c809 stb_vorbis: Fix handling of negative numbers in ilog. Fabian Giesen 2016-09-06 11:58:00 -0700
  • 2f4166e91d stb_connected_components Sean Barrett 2016-10-16 07:59:57 -0700
  • 7d0099ecc9 fix bug in stb_connected_components adjacency list updating incorrectly handling avoiding adding the same connection twice Sean Barrett 2016-10-16 07:58:59 -0700
  • 847d288152 stb_textedit: fix LINESTART when cursor is at end of buffer and no trailing newline. Stopped using find_charpos(), simpler and faster. ocornut 2016-10-16 13:33:21 +0200
  • 6a29bcf2a1 Update stb_voxel_render.h guitarfreak 2016-10-08 04:23:52 +0200
  • 5fcd181fae Update stb_voxel_render.h guitarfreak 2016-10-08 04:10:23 +0200
  • dca0a37ff4 other_libs points to new location Sean Barrett 2016-10-07 17:36:21 -0700
  • 1a31473db8 Added block_selector guitarfreak 2016-10-08 01:59:11 +0200
  • bf1dd13245 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-10-07 08:56:45 -0700
  • d9e0dfcd63 readme change link to other_libs Sean Barrett 2016-10-07 08:56:29 -0700
  • 5ecb2d86b8 Delete other_libs.md Sean Barrett 2016-10-07 08:55:48 -0700
  • 33ac18a7fb tinyfiledialogs Sean Barrett 2016-10-07 08:43:38 -0700
  • 3dabed0208 Merge branch 'working' Sean Barrett 2016-10-07 08:38:30 -0700
  • 97305532a9 tweak genann Sean Barrett 2016-10-07 08:37:42 -0700
  • f05f8c3348 Merge branch 'codeplea-genann' of https://github.com/codeplea/stb into working Sean Barrett 2016-10-07 08:34:59 -0700
  • f2847a5493 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-10-07 08:31:19 -0700
  • a117f374b2 update readme with links Sean Barrett 2016-10-07 08:30:52 -0700
  • 3df8926443 Merge branch 'feature/add-link' of https://github.com/1ace/stb into working Sean Barrett 2016-10-07 08:27:40 -0700
  • c36e8ae082 Merge branch 'master' into working Sean Barrett 2016-10-07 08:27:26 -0700
  • 7fa4f12048 tweak doctest Sean Barrett 2016-10-07 08:25:24 -0700
  • 51e136aad7 Merge branch 'patch-1' of https://github.com/onqtam/stb into working Sean Barrett 2016-10-07 08:24:16 -0700
  • cf51044bc6 update stb_pg project Sean Barrett 2016-10-07 08:23:24 -0700
  • 0181b37188 CFF and Type 2 charstream parsing in stb_truetype Dougall Johnson 2016-09-24 20:38:13 +1000
  • 4a60c54710 Shouldn't this be 6? Martin Gerhardy 2016-09-30 10:13:05 +0200
  • 4e38ea9812 Merge cb82f57469 into f814cd7577 Doug Thayer 2016-09-26 14:43:25 +0000
  • e5812bedcf Fixed 'printf' : unknown type field character Sergey Kosarevsky 2016-09-26 12:20:53 +0200
  • f814cd7577 Update other_libs.md Sean Barrett 2016-09-25 17:10:51 -0700
  • 4f51089d1d Update other_libs.md Sean Barrett 2016-09-25 15:09:45 -0700
  • 49d3871d86 stb_c_lexer.h: C99 hex float literals Alan Hickman 2016-08-14 18:35:17 -0700
  • c6b6239357 stb_c_lexer.h: Compile fixes when not using CRT Alan Hickman 2016-08-14 18:34:35 -0700
  • cb82f57469 Added labrat to the tests section Doug Thayer 2016-09-05 14:11:33 -0700
  • 30253fbd19 Merge 8ca666ebf5 into e713a69f1e Ethan Woodward 2016-08-29 15:31:37 +0000
  • 8ca666ebf5 Added convenience links to library desc. table Ethan Woodward 2016-08-29 11:31:00 -0400
  • e713a69f1e Update other_libs.md Sean Barrett 2016-08-28 14:10:03 -0700
  • fa775881d6 Update other_libs.md Sean Barrett 2016-08-28 11:04:38 -0700
  • 973ad3611c other_libs updates Sean Barrett 2016-08-28 10:42:22 -0700
  • fa3db1eb89 Merge branch 'working' Sean Barrett 2016-08-27 12:55:06 -0700
  • e3d804279a Merge branch 'patch-1' of https://github.com/terrehbyte/stb into working Sean Barrett 2016-08-27 12:54:59 -0700
  • ac646fdc27 Merge branch 'working' Sean Barrett 2016-08-27 12:54:03 -0700
  • a1b466ab2f Merge branch 'patch-1' of https://github.com/dbohdan/stb into working Sean Barrett 2016-08-27 12:53:59 -0700
  • 2c105e40fc Merge branch 'working' Sean Barrett 2016-08-27 12:53:27 -0700
  • 5e596c8c2d other_libs: fix indentation Sean Barrett 2016-08-27 12:52:28 -0700
  • 5b3957a546 Merge branch 'master' of https://github.com/xelatihy/stb into working Sean Barrett 2016-08-27 12:45:35 -0700
  • 1e87fa472f Merge branch 'working' Sean Barrett 2016-08-27 12:44:53 -0700
  • 1976e1aee5 Merge branch 'master' of https://github.com/jobtalle/stb into working Sean Barrett 2016-08-27 12:44:45 -0700
  • 6704bc4023 Merge branch 'working' Sean Barrett 2016-08-27 12:41:51 -0700