eee50c079d 
								
							
								 
							
						 
						
							
							
								
								Update to STB conventions  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								d156642036 
								
									
								
							
								 
							
						 
						
							
							
								
								Silence warning 'tc' may be used uninitialized in this function  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								ccc4b3716a 
								
							
								 
							
						 
						
							
							
								
								fix compiler warnings and const error  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								eccee04e5a 
								
							
								 
							
						 
						
							
							
								
								stb_sprintf: fix integer size for %ld  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								610a976b83 
								
							
								 
							
						 
						
							
							
								
								Removed redundant check  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								3e6370720e 
								
							
								 
							
						 
						
							
							
								
								Fixed STB_LEAKCHECK_SHOWALL  
							
							... 
							
							
 
							
							5a5cf7f9ba 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								359bb10d3c 
								
							
								 
							
						 
						
							
							
								
								Try to clean up stblkck_internal_print a little  
							
							... 
							
							
 
							
							No need to pass all those parameters. Also long longs aren't 8 digits
long. I don't know how to find out the length of a size_t at
compile-time in a way I can use with a format specifier. 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								79dc50bb79 
								
							
								 
							
						 
						
							
							
								
								...Actually, I don't think these are meant to be here  
							
							... 
							
							
 
							
							Looking at 501812f307 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								f7d9426f8e 
								
							
								 
							
						 
						
							
							
								
								Add a way to use %zd on MinGW(-w64)  
							
							... 
							
							
 
							
							This is suggested here:
https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/ 
Compared to using __USE_MINGW_ANSI_STDIO, this prevents those annoying
warning about "unsupported" format specifiers. 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								248604ffbc 
								
							
								 
							
						 
						
							
							
								
								Shut up GCC -pedantic warnings  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								80b89cf6c8 
								
							
								 
							
						 
						
							
							
								
								Fixes for stb_leakcheck.h  
							
							... 
							
							
 
							
							I ran into a couple of problems while trying to use this with my
program:
My compiler (MinGW-w64 GCC 8.2.0) complained about not recognising %lld
format specifiers.
The compiler also warned about non-guarding 'if's. I ignored it at
first, but then I noticed my program crashed when it ran
stb_leakcheck_dumpmem. Making the 'if's guard fixed that.
After that, the lib worked until I changed how it was included: instead
of tacking a debug-only #include at the start of every file, I switched
to using GCC's '-include' option to force-include it in every file. But
doing that gave me errors about size_t not being defined. And after
fixing that, I instead got errors about the #defines messing with
stdlib.h. So to fix those I made the declaration-only part of the header
include stdlib.h. 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								60a5755478 
								
							
								 
							
						 
						
							
							
								
								use simple memcpy if png filter=0  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								7a02732eb3 
								
							
								 
							
						 
						
							
							
								
								allow STBIW_CRC32 override default crc32  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								05b45da629 
								
									
								
							
								 
							
						 
						
							
							
								
								stb_sprintf: fix unaligned access  
							
							... 
							
							
 
							
							Fix an unaligned 32-bit access even if STB_SPRINTF_NOUNALIGNED was defined. 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								f65ed67e89 
								
							
								 
							
						 
						
							
							
								
								stb_rect_pack: Remove always-true assert  
							
							
 
							
						 
						
							ago%!(EXTRA string=7 years)  
				
					
						
							
							
								 
						
							
							
								5d90a8375a 
								
							
								 
							
						 
						
							
							
								
								stb_image: fix 1-bit bmp  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								e64d4f89eb 
								
							
								 
							
						 
						
							
							
								
								Added myself to the list of contributors.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								f1f077b272 
								
							
								 
							
						 
						
							
							
								
								Break a for loop into two parts and get an if out of the loop.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								94e418bb7b 
								
							
								 
							
						 
						
							
							
								
								stb_textedit: fixed undo/redo after pasting large amount of text (over 32 kb). Redo will still fail when undo buffers are exhausted, but text won't be corrupted.  Fix   #620 .  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								05a8de3b86 
								
									
								
							
								 
							
						 
						
							
							
								
								Update stb_tilemap_editor.h  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								a20ccd4a7d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update stb_tilemap_editor.h  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								a66dd42d4c 
								
							
								 
							
						 
						
							
							
								
								stb_image: fix three unused function warnings  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								886cca8f15 
								
							
								 
							
						 
						
							
							
								
								stb_truetype: stbtt_PackFontRanges skip missing glyphs.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								ebcae5b130 
								
									
								
							
								 
							
						 
						
							
							
								
								stb_textedit: remove double initialization  
							
							... 
							
							
 
							
							`clang-scan` found this 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								e0a0328b43 
								
							
								 
							
						 
						
							
							
								
								add tests to tests/test_sprintf.c  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								e5254a7fde 
								
							
								 
							
						 
						
							
							
								
								whoops, makefile for travis was no longer testing most libraries compiling  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								756166e853 
								
									
								
							
								 
							
						 
						
							
							
								
								fix comma warnings when building with -Wcomma  
							
							... 
							
							
 
							
							Happens on standard Xcode Version 9.2 (9C40b) configuration (using Apple LLVM version 9.0.0 (clang-900.0.39.2)). Addresses https://github.com/nothings/stb/issues/515  
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								1ad30e4e77 
								
							
								 
							
						 
						
							
							
								
								stb_image_write.h: Fix jpg flipping for non-multiple-of-8 sizes  
							
							... 
							
							
 
							
							JPG always encodes 8x8 pixel blocks. If the input image does not have
a width or height that's a multiple of 8, the last column or row is just
used multiple times for the remaining pixels of the block.
The original code first calculated p (the index into the pixel data)
with the "imaginary" row/colum (that might be up to 7 pixels too far
into each direction) and then subtracted the necessary amount of bytes
it if row >= height or col >= width.
That was a bit cryptic (IMHO), and didn't get more readable/obvious when
vertical flipping was added - which introduced a bug, by not taking
stbi__flip_vertically_on_write into account when adjusting p for
row >= height...
The code should be more obvious (and less buggy) now.
This fixes bug #592  
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								cc99df4b48 
								
							
								 
							
						 
						
							
							
								
								stb_truetype: added comment about stbtt_FindGlyphIndex() return value.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								f685ee4e58 
								
							
								 
							
						 
						
							
							
								
								Fix overflow in stbi_write_hdr_core()  
							
							... 
							
							
 
							
							b056850ea9 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								4716080627 
								
							
								 
							
						 
						
							
							
								
								stb_truetype: fix unused variable warning when asserts are disabled.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								d0ae424061 
								
							
								 
							
						 
						
							
							
								
								Re added unicode filename support for stb_image and stb_image_write with whitespace issues fixed.  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								fa8fe30532 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1  from nothings/master  
							
							... 
							
							
 
							
							Update stb 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								eb3c5db96c 
								
							
								 
							
						 
						
							
							
								
								stb_reck_pack: Removed unused assigned variables (under #ifdef _DEBUG wrap)  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								622b3adad3 
								
							
								 
							
						 
						
							
							
								
								Misc. comment typos  
							
							... 
							
							
 
							
							Found via `codespell -q 3` 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								e6afb9cbae 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								fa2a1d9b3b 
								
							
								 
							
						 
						
							
							
								
								stb_image version number  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								0707304469 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								19850aa29a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								af786f9883 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								0c11c4f1b6 
								
							
								 
							
						 
						
							
							
								
								rework GPOS support for old non-declare-anywhere C  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								6d59a4913f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stb-truetype-gpos-request' of  https://github.com/danielmaciel/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								cd62aa9714 
								
							
								 
							
						 
						
							
							
								
								docs  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								ac66307576 
								
							
								 
							
						 
						
							
							
								
								docs  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								b79c8458d3 
								
							
								 
							
						 
						
							
							
								
								stb_vorbis: avoid NaN due to uninitialized variable  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								543ad0c112 
								
							
								 
							
						 
						
							
							
								
								stb_image_write: tweak handling of STB_IMAGE_WRITE_STATIC  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								aeb2b4b64d 
								
							
								 
							
						 
						
							
							
								
								tweak handling of STBIWDEF  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								dbf0fab1c7 
								
							
								 
							
						 
						
							
							
								
								stb_image_write: credits  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								2886b67f7f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stb_image_write_png_filters_fix' of  https://github.com/kosua20/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								6382814b8c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'image_write_variable_typos' of  https://github.com/cap/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)