Opentk/Source/OpenTK/Platform/MacOS
the_fiddler 95c88baf3d * Source/OpenTK/Platform/Egl/EglContext.cs:
* Source/OpenTK/Graphics/GraphicsContext.cs:
* Source/OpenTK/Graphics/IGraphicsContext.cs:
* Source/OpenTK/Platform/MacOS/AglContext.cs:
* Source/OpenTK/Platform/X11/X11GLContext.cs:
* Source/OpenTK/Graphics/GraphicsContextBase.cs:
* Source/OpenTK/Platform/Windows/WinGLContext.cs:
* Source/OpenTK/Platform/Dummy/DummyGLContext.cs: Added IsDisposed
  property to IGraphicsContext and implemented in all context classes.
  Removed 'bool disposed' fields from these classes in favor of the
  new property.
2009-09-03 12:23:11 +00:00
..
CarbonBindings Removed obsolete IResizable, DisplayMode and ColorMode APIs. 2009-06-04 11:31:02 +00:00
AglContext.cs * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
Application.cs Replaced tabs with spaces. 2009-07-19 17:50:41 +00:00
CarbonGLNative.cs Implemented INativeWindow.WindowBorderChanged and INativeWindow.WindowStateChanged events. 2009-08-17 09:34:15 +00:00
CarbonInput.cs Initial joystick support (not public yet). 2009-02-28 23:11:27 +00:00
CarbonWindowInfo.cs Added missing license information. Made public. Added documentation. 2009-08-11 21:11:46 +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