Opentk/Source/OpenTK
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
..
Audio [AL] Fix runtime crash when OpenAL not available 2014-09-29 23:37:40 +02:00
Compute Disabled OpenCL bindings (#define EXPERIMENTAL in project options to re-enable). 2010-10-03 13:19:05 +00:00
Graphics Regenerate bindings 2015-07-30 14:31:34 +01:00
Input Allowed Mac and Linux to use GamePad. Added Name param to GamePad. Added Xbox 360 Wireless Joystick linux config to GamePadCongifurationDatabase. 2015-01-19 19:04:59 +01:00
Math Merge pull request #220 from Frassle/project 2015-05-11 12:07:24 +02:00
Platform [Win32] Fix leaks in Win32 Cursor property 2015-08-10 21:57:05 +01:00
Properties Updated project files 2013-12-05 09:03:12 +01:00
AutoGeneratedAttribute.cs Rewrite support for [Slot] attribute 2013-11-26 01:31:10 +01:00
BindingsBase.cs Change to correct throw statement to preserve stack trace. 2014-06-22 20:40:15 +01:00
BlittableValueType.cs Eliminated cls-compliance warnings in BlittableValueType 2013-12-15 22:02:21 +01:00
Configuration.cs [Linux] Fixed X11 vs KMS detection 2014-07-18 09:19:37 +02:00
ContextHandle.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
DisplayDevice.cs Cleaned up the remaining obsolete warnings 2014-07-21 16:49:24 +02:00
DisplayIndex.cs Normalized line endings 2013-10-11 01:58:54 +02:00
DisplayResolution.cs Cleaned up the remaining obsolete warnings 2014-07-21 16:49:24 +02:00
Exceptions.cs Fixed a large amount of documentation warnings. 2009-06-04 11:22:20 +00:00
FrameEventArgs.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
GameWindow.cs [Input] Added GameWindow.Mouse/Keyboard.GetState() 2014-09-11 01:03:24 +02:00
GameWindowFlags.cs Added GameWindowFlags.FixedWindow to allow for fixed border SDL Windows 2014-05-15 00:38:06 +02:00
IGameWindow.cs Marked IGameWindow as public. 2009-09-26 21:34:19 +00:00
INativeWindow.cs Fixed a large number of build warnings 2014-07-21 15:03:24 +02:00
InteropHelper.cs Initial work on Pin<> statements (WIP) 2013-11-25 20:00:22 +01:00
IntPtrEqualityComparer.cs Implemented new multi-mouse API on Mac 2010-11-24 23:49:40 +00:00
KeyPressEventArgs.cs Made KeyChar property setter internal instead of private. Useful for reusing KeyPressEventArgs structures (instead of allocating a new one on each and every character event). 2009-09-26 21:55:23 +00:00
Minimal.cs Fixed incorrect self-assignment statements 2013-10-12 15:16:05 +02:00
MouseCursor.cs [OpenTK] Rearranged MouseCursor parameters 2014-04-30 20:04:31 +02:00
NativeWindow.cs Throw exception if ProcessEvents isn't called on main thread. 2014-11-03 23:41:19 +01:00
OpenTK.Android.csproj Added Xamarin.Android target 2013-10-12 05:08:27 +02:00
OpenTK.csproj [Win] Removed WinMM joystick driver 2014-09-11 12:51:47 +02:00
OpenTK.dll.config [X11] Implement support for XQuartz (X11 on Mac) 2014-06-15 14:28:23 +02:00
RewrittenAttribute.cs Update to latest version from git 2013-11-26 19:07:01 +01:00
SlotAttribute.cs Regenerated bindings 2013-11-27 00:03:21 +01:00
Toolkit.cs [OpenTK] Removed the finalizer in OpenTK.Toolkit 2014-07-23 21:22:22 +02:00
ToolkitOptions.cs [Input] Corrected malformed documentation comments 2014-01-03 02:17:42 +01:00
WindowBorder.cs Revert WindowBorder and WindowState value changes. 2009-10-19 21:32:33 +00:00
WindowIcon.cs [OpenTK] Rearranged MouseCursor parameters 2014-04-30 20:04:31 +02:00
WindowState.cs Revert WindowBorder and WindowState value changes. 2009-10-19 21:32:33 +00:00