Skip to content

Releases: opentk/GLControl

4.0.1

04 Sep 10:28
Compare
Choose a tag to compare
  • Renamed the OpenTK.WinForms namespace to OpenTK.GLControl. (@NogginBops)
  • Fixed all remaining renaming issues. (@NogginBops)

4.0.0-pre.8

03 Sep 16:30
Compare
Choose a tag to compare
  • This will be the last release under the name OpenTK.WinForms, the next release is going to be 4.0 under the name OpenTK.GLControl.
  • Disabled design mode animation as it was causing flickering when a dropdown menu was supposed to draw on top of GLControl. (@NogginBops)
  • Removed the ability to change OpenGL context settings at runtime, attempting this will result in a runtime exception. (@NogginBops)
  • The design time properties of the control have been cleaned up and marked with appropriate attributes. (@NogginBops)
  • Updated to OpenTK 4.8.2. (@NogginBops)
  • Updated to NUKE 8.0.0. (@NogginBops)

4.0.0

03 Sep 16:43
Compare
Choose a tag to compare
  • This is the first stable release of GLControl for OpenTK 4.x.
  • This version is idential to OpenTK.WinForms 4.0.0-pre.8.

4.0.0-pre.7

09 Oct 22:26
Compare
Choose a tag to compare
  • Added properties to GLControlSettings to control backbuffer bits.
  • Added GLControlSettings.SrgbCapable to set backbuffer sRGB capabilities.
  • Fix issue where OpenTK 4.7.2+ would throw an exception at startup.