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)  
				
					
						
							
							
								 
						
							
							
								4eef034d52 
								
							
								 
							
						 
						
							
							
								
								stb_write_image: fix typos  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								6ab920bb6a 
								
							
								 
							
						 
						
							
							
								
								stb_image_write: fix png compression level typos  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								34f087ce4c 
								
							
								 
							
						 
						
							
							
								
								stb_image_write: fix indexing error when computing PNG filters with the stbi__flip_vertically_on_write on.  
							
							... 
							
							
 
							
							The PNG filters of the pixels row N are computed using row N-1 of the final image. If the image should be flipped when saving, this corresponds to row N+1 of the initial image. 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								a77d9213e4 
								
							
								 
							
						 
						
							
							
								
								stb_vorbis: no dealloca  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								a6796aee40 
								
							
								 
							
						 
						
							
							
								
								test stb_lib  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								0ba9ff6599 
								
							
								 
							
						 
						
							
							
								
								stb_image: fix unused variable warning  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								15685cc4d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed seed from documentation  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								6ba21df503 
								
							
								 
							
						 
						
							
							
								
								update dsp with new compile tests  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)  
				
					
						
							
							
								 
						
							
							
								48168170a1 
								
							
								 
							
						 
						
							
							
								
								stb_truetype: add STBTT_fmod  
							
							
 
							
						 
						
							ago%!(EXTRA string=8 years)