Skip to content

Releases: opentk/GLWpfControl

4.3.2

08 Aug 16:24
Compare
Choose a tag to compare

Fixed AccessViolationException when disposing GLWpfControl. (@NogginBops)
Fixed issue where GLWpfControl would not work on integrated graphics cards.
The current fix doesn't support using MSAA on these graphics cards and will throw a COMException. This is something we want to fix or be able to detect in the future. (@NogginBops)
Fixed issue where resizing control would leak GL objects due to wrong deletion order. (@NogginBops)

4.3.1

30 May 18:59
Compare
Choose a tag to compare

Hotfix release to fix context handling in 4.3.0.
Added documentation comments about OpenGL context handling. (@NogginBops)
Fixed issue where when multiple GLWpfControls only the last initialized controls OpenGL context would be current. (@NogginBops)

4.3.0

30 May 18:22
Compare
Choose a tag to compare

Made each GLWpfControl have it's own OpenGL context allowing different controls to have different context settings. (@NogginBops)
Enabled multisample anti-aliasing though GLWpfControlSettings.Samples. (@NogginBops)
Implemented IDisposable for GLWpfControl that allows native DirectX and OpenGL resources to be freed. (@NogginBops)
Made GLWpfControl have Focusable be true by default, solving a lot of the keyboard input event issues. (@NogginBops)
Deprecated GLWpfControlSettings.GraphicsContextFlags in favor of GLWpfControlSettings.ContextFlags. (@NogginBops)
Deprecated GLWpfControlSettings.GraphicsProfile in favor of GLWpfControlSettings.Profile. (@NogginBops)
Added GLWpfControlSettings.SharedContext to allow context sharing. (@NogginBops)
Deprecated GLWpfControl.CanInvokeOnHandledEvents and GLWpfControl.RegisterToEventsDirectly, updated readme to reflect this. (@NogginBops)
Fixed rounding issues related to DPI scaling. (@NogginBops, @5E-324)
Updated to depend on OpenTK 4.8.2. (@NogginBops, @softwareantics)
Fixed memory leak where DirectX resouces would never be freed. (@NogginBops)

4.2.3

15 Feb 15:07
Compare
Choose a tag to compare

Fix event issue, use RegisterToEventsDirectly and CanInvokeOnHandledEvents to customize event registering/handling. (@softwareantics)
Internal cleanup that fixed issue where setting RenderContinuously = false caused an extra call to render. (@francotiveron)

4.2.2

20 Jun 21:46
Compare
Choose a tag to compare

Fix issue where 4.2.1 was only compatible with netcoreapp3.1-windows and nothing else.

4.2.1

19 Jun 16:24
Compare
Choose a tag to compare

Fix broken nuget package in 4.2.0.

4.2.0

18 Jun 15:50
Compare
Choose a tag to compare

Add ability to make the control transparent by setting GLWpfControlSettings.TransparentBackground to true. (@luiscuenca)
Change the dependency on OpenTK to be >= 4.3.0 < 5.0.0. (@NogginBops)
Add ability to pass a custom IBindingsContext in GLWpfControlSettings. (@Kaktusbot)
Add stencil buffer to the framebuffer. (@Svabik)
Fixed issue where remote desktop would fail due to having to use a software implementation of OpenGL.
Fixed so that KeyDownEvent and KeyUpEvent properly work in the control. (@BBoldenow)

4.1.0

24 Feb 11:43
Compare
Choose a tag to compare

Adds non-reloading tab control

4.0.0

06 Jan 13:55
Compare
Choose a tag to compare
Release 4.0.0