Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Tags: PaintLab/opentk

Tags

v3.0.0

Toggle v3.0.0's commit message
Fix to able to recover from GraphicsModeException in the override OnH… (

opentk#658)

* Fix to able to recover from GraphicsModeException in the override OnHandleCreated.

* Changes according to comments:
- m_implementation and m_context is now always set. To DummyGLControl if CreateContext fails
- Changed FailedCreateContext -> HasValidContext
- Changed all if{} to short style with braces.
- Added null propagation when applicable
- Renamed member variables to have 'm_' infront.
- and more ...

* Changed 'm_' prefix into '_'
Added braces to be using Allman Style

* Fixed:

  2) SA1003: GLControl.cs(226,47): Operator '(IGraphicsContextInternal)' must not be followed by whitespace.
  3) SA1003: GLControl.cs(412,49): Operator '(float)' must not be followed by whitespace.

* Removed Paket.Restore.targets from sourcecontrol
Added *.Restore.targets to .gitignore

* Fixed comments
Added *.DotSettings to .gitignore

* Removed *.DotSettings from GitIgnore
Moved *.Restore.targets to Paket section

2.0-0

Toggle 2.0-0's commit message
Update readme for 2.0.0 release news (opentk#431)

* Update readme with 2.0.0 news

* Fix link; Add note about OpenTK.Next.

* better markdown formatting for older news entries

1.1-4c

Toggle 1.1-4c's commit message
Merge branch 'develop'

1.1-4b

Toggle 1.1-4b's commit message
Merge branch 'develop'

1.1-4

Toggle 1.1-4's commit message
Merge branch 'develop'

1.1-3

Toggle 1.1-3's commit message
Merge branch 'develop'

1.1-2

Toggle 1.1-2's commit message
Merge branch 'develop'

1.1-1

Toggle 1.1-1's commit message
Merge remote-tracking branch 'origin/develop'

1.1-0

Toggle 1.1-0's commit message
Merge branch 'develop'

1.1-rc2

Toggle 1.1-rc2's commit message
Merge branch 'develop'