97c58e3891 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'fix_stbimage_gcc_sse2' of  https://github.com/rygorous/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								eaed281d9d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								24fa816116 
								
							
								 
							
						 
						
							
							
								
								merge  https://github.com/nothings/stb/pull/427  but I messed up the merge  
							
							... 
							
							
 
							
							so you don't get the automatic info you normally do 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								32344103df 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								6d60610348 
								
							
								 
							
						 
						
							
							
								
								tweaks to previous merge  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								00c2545510 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'rgb-detect' of  https://github.com/jeremysawicki/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								8fe48099cc 
								
							
								 
							
						 
						
							
							
								
								add comment for next fix prematurely  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								690ad3f9dd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								5bbe1d8c2a 
								
							
								 
							
						 
						
							
							
								
								fixes to that PR  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								55112399e6 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/uTox/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								30a34d6168 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								be6d13cd6d 
								
							
								 
							
						 
						
							
							
								
								fix bug in png decoding with 1,2,4-bpp images using filter that samples previous line  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								72e0f6c971 
								
							
								 
							
						 
						
							
							
								
								Fix whitespace to how Sean likes it  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								1adb98f142 
								
							
								 
							
						 
						
							
							
								
								Fix some MSVC /W4 warnings  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								f298fb8a4c 
								
							
								 
							
						 
						
							
							
								
								Add support for obtaining the entire kerning table from a font all at once, for use in rendering packed textures offline.  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								e5144a3996 
								
							
								 
							
						 
						
							
							
								
								stb_image_write.h: Consistently use STBIWDEF for stbi_write_*  
							
							... 
							
							
 
							
							Some functions were missing that in the definition, others weren't,
all had it in the declarations.
Added mention of JPG and HDR formats at the top of the file 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								721c788fdb 
								
							
								 
							
						 
						
							
							
								
								stb_image_write: JPEG writer based on jo_jpeg.cpp  
							
							... 
							
							
 
							
							jo_jpeg.cpp is a Public Domain JPEG writer written by Jon Olick in 2012
http://www.jonolick.com/code.html 
My changes to jo_jpeg:
* port to plain C89 (+ // comments, as supported by MSVC6)
* support for 2 comp input (Greyscale+Alpha, Alpha is ignored)
* use stbi__write_context abstraction instead of stdio for writing
* adjust names to stbiw-style 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								a99bc0ca32 
								
							
								 
							
						 
						
							
							
								
								Fix a bunch of warnings under Apple's clang-800.0.42.1  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								667f35578b 
								
							
								 
							
						 
						
							
							
								
								statically initialize  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								22c72a069c 
								
							
								 
							
						 
						
							
							
								
								stb_image: Support optional args consistently.  
							
							... 
							
							
 
							
							My guideline for the rules is the PNG loader (which I consider
"canonical"). In the _load functions, x and y are required but
comp is optional; in the _info functions, all three are optional.
Fixes issue #411  (and other related, unreported issues). 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								3e17544873 
								
							
								 
							
						 
						
							
							
								
								stb_image: Give up trying to runtime-detect SSE2 on GCC.  
							
							... 
							
							
 
							
							We tried but it was nothing but trouble. New rule: with
GCC/Clang, if you're compiling with -msse2, you get always-on
SSE2 code, otherwise you don't get any. Trying to ship
anything with proper runtime dispatch requires both working
around certain bugs and some fiddling with build settings,
which runs contrary to the intent of a one-file library,
so bail on it entirely.
Fixes issue #280 .
Fixes issue #410 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								9e76bb5108 
								
							
								 
							
						 
						
							
							
								
								stb_image: JPEG: Improved detection of RGB images  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								6f6e11f85f 
								
							
								 
							
						 
						
							
							
								
								readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								a463577988 
								
							
								 
							
						 
						
							
							
								
								update README w/ MIT info  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								16c83cd5fc 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix a pair of warnings in stb_image.h  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								be931882ef 
								
							
								 
							
						 
						
							
							
								
								update README  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								ee19531f68 
								
							
								 
							
						 
						
							
							
								
								fix to new bc5 path  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								def6a1898c 
								
							
								 
							
						 
						
							
							
								
								version number  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								bee6e9fc2e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'textedit-line_start_end_handlers' of  https://github.com/ocornut/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								bd2cb593e0 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'old_textedit' into working  
							
							... 
							
							
 
							
							Conflicts:
	stb_textedit.h 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								d052909923 
								
							
								 
							
						 
						
							
							
								
								better handle dragging mouse in single-line mode  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								b1a0089c4b 
								
							
								 
							
						 
						
							
							
								
								stb.h swprintf fix  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								a81422cd80 
								
							
								 
							
						 
						
							
							
								
								version number  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								98e825ac67 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								07c6c6bc88 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stbir_patch' of  https://github.com/BSVino/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								a2bc1eabec 
								
							
								 
							
						 
						
							
							
								
								perlin noise function pull request by Jack Mott but deleted before I could pull it  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								03611a369e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								e895f6d3af 
								
							
								 
							
						 
						
							
							
								
								tweak previous PR merge  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								9009ae042e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'rect-pack-fail' of  https://github.com/IntellectualKitty/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								fab4c61d45 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								c918a6b801 
								
							
								 
							
						 
						
							
							
								
								tweak previous PR merge  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								2be620d2bb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'lead_sign' of  https://github.com/rohit-n/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								324be64e80 
								
							
								 
							
						 
						
							
							
								
								version number  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								3841bc6198 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/jarikomppa/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								335565a86f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								fd912b5d93 
								
							
								 
							
						 
						
							
							
								
								version number, doc tweaks  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								98537b7091 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/guitarfreak/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								d79487a0ba 
								
							
								 
							
						 
						
							
							
								
								readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								0c1232f576 
								
							
								 
							
						 
						
							
							
								
								version number  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
				
					
						
							
							
								 
						
							
							
								b280541e6a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stbtt_const_chardata' of  https://github.com/cdwfs/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)