Opentk/Source
Fraser Waters 33c06d4b35 [Win32] Fix leaks in Win32 Cursor property
GetIconInfo
(https://msdn.microsoft.com/en-us/library/windows/desktop/ms648070(v=vs.85).aspx)
creates bitmaps that must be deleted after the call to
CreateIconIndirect, which copies the bitmaps to the icon it creates.

bmpIcon created by Bitmap.GetHicon is now destroyed after being used.

The return value of SetCursor was used to retrieve the last cursor, as
it could have been set by another library (Some UI libraries change the
cursor using the .net Cursor) this could of leaked the cursor we created
and now lost track of. We now delete the handle we had set, not the one
returned by SetCursor.
2015-08-10 21:57:05 +01:00
..
Bind [Bind] Remove Zero-width space from overrides file 2015-07-30 18:46:30 +01:00
Build.UpdateVersion [Build] Updated copyright information 2014-03-18 14:29:41 +01:00
Compatibility Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:48:14 +02:00
Converter [Bind] Remove all C header code from Convert 2015-06-08 15:38:08 +01:00
Examples [Input] Legacy keyboard respects the KeyRepeat field. 2014-11-23 14:40:36 +01:00
Generator.Rewrite Remove unused field. 2014-11-03 01:35:49 +01:00
GLControl [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00
OpenTK [Win32] Fix leaks in Win32 Cursor property 2015-08-10 21:57:05 +01:00
Tests/Test.API.Desktop [API] Fixed tests for nested types 2014-09-11 00:00:16 +02:00