Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							e8e05d462c 
							
						 
					 
					
						
						
							
							Documentation work.  
						
						... 
						
						
						
						Fixes  #276 . 
					
						2014-06-19 11:38:22 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							a7b9deb2ca 
							
						 
					 
					
						
						
							
							Fixed use of previous member name.  
						
						
						
					 
					
						2014-06-18 21:07:54 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							8ac54e8b14 
							
						 
					 
					
						
						
							
							Formatting.  
						
						
						
					 
					
						2014-06-18 18:24:42 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							dcc3e72d39 
							
						 
					 
					
						
						
							
							Introducing extra.less and using Less CSS for higher flexibility.  
						
						... 
						
						
						
						This will reduce the amount of copy paste involved when performing
slight changes to the default color sets.
These Ruby gems are required for generating extra.css from extra.less:
gem install less therubyracer
Please run this command to regenerate extra.css:
lessc --compress extra.less > extra.css 
						
					 
					
						2014-06-18 18:04:52 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							0a4796b2a0 
							
						 
					 
					
						
						
							
							Doxygen CSS cleanup.  
						
						
						
					 
					
						2014-06-18 18:04:52 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							9e72bb1775 
							
						 
					 
					
						
						
							
							Setting CSS for missed elements.  
						
						
						
					 
					
						2014-06-18 18:04:52 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							f3b65445dc 
							
						 
					 
					
						
						
							
							Fixed cursor outside new full screen windows.  
						
						... 
						
						
						
						The cursor was not positioned over newly created full screen windows,
leading to confusing behavior like invisible cursor or window
iconification.
This fix is a stop-gap until the direct cursor position work is merged.
Fixes  #111 . 
						
					 
					
						2014-06-18 17:13:28 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							7cb217ed4a 
							
						 
					 
					
						
						
							
							Fixed plural forms on key/button arrays.  
						
						
						
					 
					
						2014-06-18 16:39:41 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							cdd44849b8 
							
						 
					 
					
						
						
							
							Updated glad.  
						
						
						
					 
					
						2014-06-18 16:39:41 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							35fd08f594 
							
						 
					 
					
						
						
							
							Made windows test show all windows at once.  
						
						
						
					 
					
						2014-06-18 16:39:41 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							11587f1dde 
							
						 
					 
					
						
						
							
							Added position testing to windows test.  
						
						
						
					 
					
						2014-06-18 16:39:40 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							3ce7bfef07 
							
						 
					 
					
						
						
							
							Added GLFW_FLOATING.  
						
						... 
						
						
						
						Fixes  #23 . 
					
						2014-06-18 16:39:39 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							c9808586b3 
							
						 
					 
					
						
						
							
							Added GLFW_DOUBLEBUFFER.  
						
						
						
					 
					
						2014-06-18 16:36:53 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							281013002d 
							
						 
					 
					
						
						
							
							Added GLFW_DONT_CARE.  
						
						... 
						
						
						
						This changes the behavior of framebuffer hints set to zero.  Before,
zero meant that any value was acceptable.  This changes zero to be an
explicit preference and adds GLFW_DONT_CARE to mean that any value is
equally acceptable.
Fixes  #70 . 
						
					 
					
						2014-06-18 16:36:22 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							25e7ff1196 
							
						 
					 
					
						
						
							
							Added GLFW_AUTO_ICONIFY.  
						
						... 
						
						
						
						By default, full screen windows that lose focus will be iconified and
the video mode will be restored.  This makes it impossible to create
applications spanning multiple monitors.  The GLFW_AUTO_ICONIFY window
hint will allow users to disable this behavior.
Fixes  #143 . 
						
					 
					
						2014-06-18 16:33:58 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							4fb5da75dc 
							
						 
					 
					
						
						
							
							Consume WM_ERASEBKGND.  
						
						
						
					 
					
						2014-06-18 16:19:17 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							5e008ad074 
							
						 
					 
					
						
						
							
							Removed tautological test.  
						
						
						
					 
					
						2014-06-18 16:19:17 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							20792526c6 
							
						 
					 
					
						
						
							
							Clarified dependency list.  
						
						
						
					 
					
						2014-06-18 16:13:49 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							7123bcfc3e 
							
						 
					 
					
						
						
							
							Fixed modifier key events being lost.  
						
						
						
					 
					
						2014-06-17 11:49:29 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							20b7ac0518 
							
						 
					 
					
						
						
							
							Formatting.  
						
						
						
					 
					
						2014-06-12 22:08:37 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							2f30d3e5a3 
							
						 
					 
					
						
						
							
							Only generate Doxyfile if generating docs.  
						
						... 
						
						
						
						Fixes  #307 . 
					
						2014-06-11 23:07:55 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							cb9d194f86 
							
						 
					 
					
						
						
							
							Removed uses of GLU in tests.  
						
						
						
					 
					
						2014-06-10 15:04:32 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							7653f3af49 
							
						 
					 
					
						
						
							
							Updated comments on global variables.  
						
						
						
					 
					
						2014-06-10 15:04:32 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							ae469ee614 
							
						 
					 
					
						
						
							
							Made X11 Unicode table const.  
						
						
						
					 
					
						2014-06-10 15:04:32 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							0493d717a4 
							
						 
					 
					
						
						
							
							Merge pull request  #306  from SephiRok/patch-1  
						
						... 
						
						
						
						Start reopen test in fullscreen. 
						
					 
					
						2014-06-10 14:56:59 +02:00 
						 
				 
			
				
					
						
							
							
								Rok Breulj 
							
						 
					 
					
						
						
						
						
							
						
						
							093029c2f5 
							
						 
					 
					
						
						
							
							Start reopen test in fullscreen.  
						
						
						
					 
					
						2014-06-10 03:39:40 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							c6e02c09ff 
							
						 
					 
					
						
						
							
							Fixed leaks of joystick mutable arrays.  
						
						
						
					 
					
						2014-05-29 13:19:08 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							8f2336f02c 
							
						 
					 
					
						
						
							
							Fixed release of get rule objects.  
						
						... 
						
						
						
						Partial revert of b4c03b992cFixes  #262 . 
						
					 
					
						2014-05-29 11:28:22 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							0ffe934a3e 
							
						 
					 
					
						
						
							
							Fixed typo in transition guide.  
						
						
						
					 
					
						2014-05-26 10:33:22 +04:30 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							aa5be2dbc3 
							
						 
					 
					
						
						
							
							Removed deprecated Doxygen options.  
						
						
						
					 
					
						2014-05-23 13:53:55 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							04ea2112bd 
							
						 
					 
					
						
						
							
							Fixed possible use of invalid HWND.  
						
						
						
					 
					
						2014-05-23 13:24:36 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							4923f1cf7e 
							
						 
					 
					
						
						
							
							Call platform API directly where possible.  
						
						
						
					 
					
						2014-05-21 21:30:24 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							56f0bb8613 
							
						 
					 
					
						
						
							
							Comment fix.  
						
						
						
					 
					
						2014-05-21 21:30:24 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							b91116e2bc 
							
						 
					 
					
						
						
							
							Fixed glfwShowWindow restoring maximized windows.  
						
						... 
						
						
						
						Fixes  #264 . 
					
						2014-05-19 15:01:05 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							dc5c264e26 
							
						 
					 
					
						
						
							
							Fixed broken key repeat detection.  
						
						
						
					 
					
						2014-05-19 15:01:05 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							22e1b525a5 
							
						 
					 
					
						
						
							
							Cleaned up shared key repeat detection.  
						
						
						
					 
					
						2014-05-18 14:06:51 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							d95b1b33e5 
							
						 
					 
					
						
						
							
							Cleanup of XKB detection code.  
						
						
						
					 
					
						2014-05-18 14:06:49 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew Corrigan 
							
						 
					 
					
						
						
						
						
							
						
						
							b889aa7841 
							
						 
					 
					
						
						
							
							Automatically detect Xkb at run-time.  
						
						... 
						
						
						
						Uses XGetKeyboardMapping as a fallback.  Fixes  #282 . 
						
					 
					
						2014-05-18 12:45:43 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							e02b278db1 
							
						 
					 
					
						
						
							
							Linux joystick cleanup.  
						
						
						
					 
					
						2014-05-16 11:27:30 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							deed44a4af 
							
						 
					 
					
						
						
							
							Fixed joystick name dangling pointer.  
						
						
						
					 
					
						2014-05-16 11:25:34 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							aa6f8d40bd 
							
						 
					 
					
						
						
							
							Fixed misspelled parameter.  
						
						... 
						
						
						
						Fixes  #287 . 
					
						2014-05-04 12:19:11 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							5ea485e197 
							
						 
					 
					
						
						
							
							Added missing function stub.  
						
						
						
					 
					
						2014-05-04 11:51:40 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							60eeaeee69 
							
						 
					 
					
						
						
							
							4.  
						
						
						
					 
					
						2014-04-24 07:57:33 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							cda5b25cb2 
							
						 
					 
					
						
						
							
							Moved to WM_NCCREATE.  
						
						
						
					 
					
						2014-04-20 15:26:52 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							f91d1d967f 
							
						 
					 
					
						
						
							
							Fixed doxygen navigation bar position for Firefox web browser.  
						
						... 
						
						
						
						- More unification with website (page padding and width)
- Setting the minimum width of navigation bars to 800px. 
						
					 
					
						2014-04-19 11:03:08 +04:30 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							42bf473b18 
							
						 
					 
					
						
						
							
							Added linking tutorial caveat.  
						
						
						
					 
					
						2014-04-13 18:08:12 +02:00 
						 
				 
			
				
					
						
							
							
								Siavash Eliasi 
							
						 
					 
					
						
						
						
						
							
						
						
							f6f5b4ab0d 
							
						 
					 
					
						
						
							
							Fixed doxygen navigation bar position for chromium web browser.  
						
						
						
					 
					
						2014-04-12 08:52:02 +04:30 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							f1cb1f8420 
							
						 
					 
					
						
						
							
							Disabled Wayland on OS X.  
						
						
						
					 
					
						2014-04-08 18:24:02 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							9becd733af 
							
						 
					 
					
						
						
							
							Added file renaming notice.  
						
						
						
					 
					
						2014-04-08 17:47:38 +02:00 
						 
				 
			
				
					
						
							
							
								Camilla Berglund 
							
						 
					 
					
						
						
						
						
							
						
						
							646c1cb8a8 
							
						 
					 
					
						
						
							
							Added inclusion of TLS header to Wayland.  
						
						
						
					 
					
						2014-04-08 17:47:38 +02:00