Opentk/Source/OpenTK
2007-10-20 13:40:55 +00:00
..
Fonts Added TextureFont class. Right now it can Load and Print fonts. Missing documentation. Slow. 2007-10-20 10:31:59 +00:00
Input
Math
OpenGL Fixed a bug in GL.Load() where the GetProcAddress function was never called. 2007-09-29 15:27:18 +00:00
Platform Added GdiCharset enum. Not used for now. 2007-10-20 13:40:55 +00:00
Properties
ColorMode.cs
DisplayMode.cs
Exceptions.cs Added Exceptions.cs which contains OpenTK exceptions. 2007-10-15 11:03:57 +00:00
GameWindow.cs The Resize event is now fired before the Load event. 2007-10-20 10:28:02 +00:00
GLContext.cs Added VSync property to IGLContext. 2007-09-29 15:24:55 +00:00
GLControl.cs Added CreateContext and DestroyContext functions. Better handling of DisplayModes. Added Mode property. 2007-10-15 11:15:34 +00:00
GLControl.Designer.cs Fixed issue with multiple GLControls becoming invisible. Simplified GLControl, the platform dependent code now resides in GLContext and WindowInfo - GLControl itself is platform independent, just like GameWindow. This allowed to remove IGLControl.cs, WinGLControl.cs, X11GLControl.cs and DummyGLControl.cs 2007-10-05 06:52:40 +00:00
GLControl.resx
InputDriver.cs InputDriver now checks for pre-XP windows versions, and instantiates the WMInput driver. 2007-10-19 20:01:41 +00:00
IPackable.cs Initial commit of OpenTK.Fonts. 2007-10-17 21:16:00 +00:00
OpenTK.dll.config
TexturePacker.cs Added ChangeSize function to TexturePacker. 2007-10-20 10:36:27 +00:00