|  Camilla Berglund | 56e600d7a1 | Fixed iconify callback not triggered by Alt+Tab. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 0c0bb28d39 | Allow setting swap interval to zero on DWM. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | ed98e06651 | Clarified WGL missing OpenGL error. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 06289110e7 | Documented utility functions. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 823cc38ac1 | Cleanup. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 5ef4f77fb5 | Added support for _NET_WM_BYPASS_COMPOSITOR. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 0ccbddf767 | Moved version number macro to internal.h. This lets alternative build environments avoid having to manually keep
track of which version of GLFW is being built. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 23021422f3 | Added explicit configuration header macro. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 87e6417353 | Added hack detecting ARB_compatibility. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 95c7029e19 | Formatting. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | a79b93f5bc | Avoid X11 video mode setting if modes match. This matches the behavior of the Windows port. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | a5b6a306ae | Added note. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 109e3d13ed | Fixed reporting of negative window positions. MSDN recommends LOWORD and HIWORD for WM_MOVE, but these do not
handle negative window positions correctly.
Fixes #172. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 7af99bce88 | Fixed cursor centering for odd window sizes. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 76afd41727 | Added X error reporting to window creation failure. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | bc625b21b3 | Removed completed todo. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | adbd52ba27 | Formatted todos and notes. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | b9d4875f3e | Improved documentation of hacks. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | b13c84f854 | Removed joystick axis value negation on OS X. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 4013f733fe | Reverted change of IOKit functions. The previously used set of functions caused a regression where no axes
or buttons were reported.  Fixes #78. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | a83d257ac6 | Moved application activation to window showing. Fixes #93. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | ec5cb9c6f7 | Moved to Cocoa for transformation and activation. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | cc7f0bd532 | Fixed crash retrieving the name of some displays. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 97ae40496d | Added reporting of extension string retrieval failure. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 1cbd06c8a2 | Fixed hidden window positioning on Metacity. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | eabbb20d17 | Added NULL test for glGetStringi. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 0153dab346 | Clarified WGL re-creation comment. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 58045a5c07 | Added Lion full scren menu item. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 7d1ae7aea7 | Cleaned up Win32 timer. | ago%!(EXTRA string=12 years) | 
				
					
						|  Jack Moffitt | 5be45d214b | Fix build on Mac OS X 10.7 Lion. `CVDisplayLinkRef` needs an extra header file, and `NSAppKitVersionNumber10_7`
wasn't added until 10.8so use `> NSAppKitVersionNumber10_6` instead. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | bc8ff545ca | Fixed mode enumeration for Thunderbolt monitors. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | e576bdc894 | Removed joystick axis value negation. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | d78510457c | Added hack for full screen focus on OS X. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 7ef7beb9fb | Formatting. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 16e63adc40 | Tenative setting of install_name. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 0041699048 | Fixed glfw3.pc not using LIB_SUFFIX. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 2c920fbb8b | Clarified character callback parameter. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 9c15e2ff86 | Enabled Lion full screen. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 7775c87cd6 | Cleanup and change log update. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | aab08712dd | Fixed zero refresh rate on some monitors. | ago%!(EXTRA string=12 years) | 
				
					
						|  Andri Pálsson | 99784fb8f0 | Fixed hidden cursor positioning corner case. | ago%!(EXTRA string=12 years) | 
				
					
						|  Shane Liesegang | 9e0c07b7ba | Fixing Xcode 5 warning Xcode 5 has gotten more pedantic about undeclared selectors, by
default. | ago%!(EXTRA string=12 years) | 
				
					
						|  Shane Liesegang | 209de7b56d | Removing warnings when building Cocoa in 64-bit NSInteger is defined as the native integer width, so these changes
remove implicit conversions that were causing precision warnings. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 16a8fafab2 | Made disabled mode disable Win32 cursor image. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 6e68d89e0f | Fixed focus for Win+D window restoration. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 9c5d9f8614 | Fixed clip rect being set for unfocused windows. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 161065ac19 | Clarified configuration header comments. | ago%!(EXTRA string=12 years) | 
				
					
						|  Andrew Corrigan | 34f1c298b6 | config.h.in --> glfw_config.h.in | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 8194f1e2ae | Added hack for setting WM_CLASS. | ago%!(EXTRA string=12 years) | 
				
					
						|  Camilla Berglund | 5759d0fdf2 | Fixed F13 being reported as PrtSc on OS X. | ago%!(EXTRA string=12 years) |