Opentk/Source/OpenTK/Platform/MacOS
the_fiddler c8c652131e Added experimental Icon and IconConverter implementations from Mono.
Modified INativeWindow implementations to not qualify Icon class fully, so we can change the implementation between System.Drawing and OpenTK at will (using the EXPERIMENTAL #define).
2009-11-02 09:33:53 +00:00
..
CarbonBindings Added experimental OpenTK.Point/Size/Rectangle alternatives to System.Drawing, to make OpenTK usable without referencing System.Drawing (disabled by default, #define EXPERIMENTAL to test). Modified a number of using directives and namespace qualifiers to accommodate this change. 2009-11-01 12:44:38 +00:00
AglContext.cs Avoid accessing OpenTK.Graphics.OpenGL from platform-specific code. Reduces coupling and code-duplication. 2009-10-21 10:16:32 +00:00
Application.cs Replaced tabs with spaces. 2009-07-19 17:50:41 +00:00
CarbonGLNative.cs Added experimental Icon and IconConverter implementations from Mono. 2009-11-02 09:33:53 +00:00
CarbonInput.cs Initial joystick support (not public yet). 2009-02-28 23:11:27 +00:00
CarbonWindowInfo.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
EventInfo.cs Marked platform-specific APIs as internal. 2009-06-04 11:21:33 +00:00
MacOSException.cs Marked platform-specific APIs as internal. 2009-06-04 11:21:33 +00:00
MacOSFactory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
MacOSGraphicsMode.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
MacOSKeyMap.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
QuartzDisplayDeviceDriver.cs Moved OpenTK.Graphics.GL class to the OpenTK.Graphics.OpenGL namespace (reason: necessary for OpenGL|ES support; necessary for support of different OpenGL profiles). OpenTK.Graphics.GL has been moved to the OpenTK.Compatibility library. 2009-08-14 13:13:28 +00:00