9d0e102135 
								
							
								 
							
						 
						
							
							
								
								Fixed glfwCreateWindow return value semantics.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								5b8ff4a2fc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #102  from shurcooL/patch-1  
							
							... 
							
							
 
							
							Fixed OS X precise scrolling delta logic. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								c99b7fe7da 
								
							
								 
							
						 
						
							
							
								
								Fixed #if-guard logic and signature for hasPreciseScrollingDeltas.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								bd2d571c31 
								
							
								 
							
						 
						
							
							
								
								Added explanation for #error.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								bea59f64b2 
								
							
								 
							
						 
						
							
							
								
								Enabled inclusion of stddef.h on all platforms.  
							
							... 
							
							
 
							
							The OS X gl.h defines section macros that prevents glext.h from
including stddef.h, leaving it undeclared when it's later used. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								00d004a528 
								
							
								 
							
						 
						
							
							
								
								Updated extension headers.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								53cf4a3b4d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #95  from shurcooL/master  
							
							... 
							
							
 
							
							Added support for Cocoa precise scrolling deltas. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								7e8c7843c5 
								
							
								 
							
						 
						
							
							
								
								Updated extension headers.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								5655e26315 
								
							
								 
							
						 
						
							
							
								
								Changed scrollWheel to use precise scrolling deltas when available.  
							
							... 
							
							
 
							
							Use precise scrolling deltas only on supported versions of OS X;
hasPreciseScrollingDeltas, scrollingDeltaX, scrollingDeltaY are
available in OS X v10.7 and later.
Replaced a single occurence of a tab character with 4 spaces for
consistency in src/socoa_window.m. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								0463e196b4 
								
							
								 
							
						 
						
							
							
								
								Cleanup of size_t use.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								b12c973922 
								
							
								 
							
						 
						
							
							
								
								Moved X11 character translation failure test.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								f1397843ee 
								
							
								 
							
						 
						
							
							
								
								Added GLFW_OPENED to transition guide.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								6632cc7c1d 
								
							
								 
							
						 
						
							
							
								
								Tagged close flag for use from secondary threads.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								45653c5549 
								
							
								 
							
						 
						
							
							
								
								Cleaned up X error handler work.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								f67c7b49ab 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #86  from siavashserver/master  
							
							... 
							
							
 
							
							Added utility functions for X11 error handler. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								50b2961d34 
								
							
								 
							
						 
						
							
							
								
								Moved to auto-updated docs URLs.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								d10eff4531 
								
							
								 
							
						 
						
							
							
								
								Updated OS X OpenGL compatibility docs.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								e67ee935a2 
								
							
								 
							
						 
						
							
							
								
								Fixed documentation tag name.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								41a1374744 
								
							
								 
							
						 
						
							
							
								
								Updated references to OS X (previously Mac OS X).  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								c8b01f61d6 
								
							
								 
							
						 
						
							
							
								
								Enabled OpenGL 3.x and 4.x context on OS X 10.9.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								3b4eb2f0a0 
								
							
								 
							
						 
						
							
							
								
								Added blank cursor creation error checking on X11.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								d20aa0428a 
								
							
								 
							
						 
						
							
							
								
								Fixed window positioning on OS X.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								1c80e99008 
								
							
								 
							
						 
						
							
							
								
								Added forcing of swap interval on DWM composition.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								0e12fb869c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #84  from Nibe/cursor-fix  
							
							... 
							
							
 
							
							Fixed saved cursor position not being restored. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								a55c3f48eb 
								
							
								 
							
						 
						
							
							
								
								Fix incorrect cursor position  
							
							... 
							
							
 
							
							When reactivating the cursor its position was updated visually but not
internally which caused glfwGetCursorPos to return wrong values. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								4b7ae4918b 
								
							
								 
							
						 
						
							
							
								
								Documentation work.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								763ec6cbcb 
								
							
								 
							
						 
						
							
							
								
								Cleanup.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								dcb4d8ee32 
								
							
								 
							
						 
						
							
							
								
								Fixed possible X11 screensaver race condition.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								58c69a9ac4 
								
							
								 
							
						 
						
							
							
								
								Enabled compilation on OS X 10.6 SDK.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								7a03ca8dbc 
								
							
								 
							
						 
						
							
							
								
								Removed superflous casts of allocated memory.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								d7512f529c 
								
							
								 
							
						 
						
							
							
								
								Clarified names of gamma array helper functions.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								209a470a5f 
								
							
								 
							
						 
						
							
							
								
								Replaced all uses of malloc with calloc.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								1947557eb1 
								
							
								 
							
						 
						
							
							
								
								Documentation work.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								621753e8a8 
								
							
								 
							
						 
						
							
							
								
								Added credit.  
							
							
 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								fca5a4687c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #73  from waywardmonkeys/typo-fixes  
							
							... 
							
							
 
							
							Fixed typo. 
							
						 
						
							ago%!(EXTRA string=12 years)  
				
					
						
							
							
								 
						
							
							
								5f37d36d4a 
								
							
								 
							
						 
						
							
							
								
								Fix typo.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								2656bf8f9f 
								
							
								 
							
						 
						
							
							
								
								Added missing module handle freeing.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								194e22dbbe 
								
							
								 
							
						 
						
							
							
								
								Fixed retrieval of OpenGL 1.0 and 1.1 on WGL.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								4883073b91 
								
							
								 
							
						 
						
							
							
								
								Cleanup.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								a17dad4f44 
								
							
								 
							
						 
						
							
							
								
								Updated contact information.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								2ce9e8e6b2 
								
							
								 
							
						 
						
							
							
								
								Fixed clipboard string leaks.  
							
							... 
							
							
 
							
							The clipboard string was not by the Win32 and Cocoa ports on terminate. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								b6b57b5249 
								
							
								 
							
						 
						
							
							
								
								Documentation work.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								659157928e 
								
							
								 
							
						 
						
							
							
								
								Client build documentation work.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								933005a022 
								
							
								 
							
						 
						
							
							
								
								Corrected comment.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								3be3f58a92 
								
							
								 
							
						 
						
							
							
								
								Cleanup.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								e11a5e3973 
								
							
								 
							
						 
						
							
							
								
								Fixed resizing for full screen override redirect.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								96259004be 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #60  from Cloudef/EGL  
							
							... 
							
							
 
							
							Explicitly cast default EGL display. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								5c54987285 
								
							
								 
							
						 
						
							
							
								
								Typecast EGL types to get rid of compile warnings  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								c10bf9ba9c 
								
							
								 
							
						 
						
							
							
								
								Fixed incorrect hint default.  
							
							... 
							
							
 
							
							The default for the GLFW_ALPHA_BITS hint was zero instead of 8. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								5ae2e376a2 
								
							
								 
							
						 
						
							
							
								
								Added missing file to .gitignore.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)