Opentk/src/OpenTK.GLControl
iRon 0a5c346c52 Fix to able to recover from GraphicsModeException in the override OnH… (#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
2018-01-08 22:31:45 +01:00
..
Agl.cs Fix StyleCop issues in GLControl 2017-12-27 21:00:49 +00:00
AglContext.cs Fix StyleCop issues in GLControl 2017-12-27 21:00:49 +00:00
AglGraphicsMode.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Carbon.cs Enforced use of explicit private modifiers. 2017-07-17 18:51:54 +02:00
CarbonGLControl.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
DummyGLControl.cs Enforced use of explicit private modifiers. 2017-07-17 18:51:54 +02:00
GLControl.cs Fix to able to recover from GraphicsModeException in the override OnH… (#658) 2018-01-08 22:31:45 +01:00
GLControl.Designer.cs Removed region declarations across the codebase. 2017-07-05 14:09:27 +02:00
GLControl.resx Renamed GLControl to OpenTK.GLControl 2016-07-17 21:59:59 +02:00
GLControlFactory.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
IGLControl.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
NS.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
OpenTK.GLControl.csproj Remove conditional StyleCop support 2018-01-05 12:56:26 +00:00
paket.references Added necessary paket files 2016-08-14 00:18:10 +02:00
paket.template Make sure that StyleCop.Analyzers is excluded from NuGet dependencies. 2017-07-26 16:42:19 +02:00
Sdl2GLControl.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
WinGLControl.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
X11GLControl.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00