Opentk/Source/OpenTK/Platform/X11
Dean Ellis 9a39949249 Merge pull request #1 from elisee/fix-client-rectangle-setter
Fix ClientRectangle setter on Windows (WinGL) & Linux (X11)
2013-03-22 16:29:36 -05:00
..
Bindings Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
API.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
Functions.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
GlxHelper.cs Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
Structs.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
X11DisplayDevice.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
X11Factory.cs Started implementing GamePad 2013-01-16 17:56:31 -08:00
X11GLContext.cs Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
X11GLNative.cs Merge pull request #1 from elisee/fix-client-rectangle-setter 2013-03-22 16:29:36 -05:00
X11GraphicsMode.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
X11Input.cs Committing artfunkel patch for scan codes 2013-01-24 15:48:01 -06:00
X11Joystick.cs Fixed the issues caused by merging in our changes as patches from the old repo. 2013-01-16 18:08:03 -08:00
X11Keyboard.cs * X11KeyMap.cs: Added AltGr keycode. 2010-11-04 17:57:09 +00:00
X11KeyMap.cs * X11KeyMap.cs: Added AltGr keycode. 2010-11-04 17:57:09 +00:00
X11Mouse.cs * X11Mouse.cs: Updated comments to clarify the capabilities of the driver. 2010-11-23 19:26:35 +00:00
X11WindowInfo.cs Backported bugfixes from 1.0 branch. 2010-02-03 19:04:42 +00:00
XI2Mouse.cs * XI2Mouse.cs: Removed unused code. 2010-11-23 19:21:28 +00:00