Opentk/Source
thefiddler d12643cf44 [Mac] Mark callback calling convention
Callbacks are now explicitly marked as unmanaged pointers with the
correct (platform-defined) calling convention. Exceptions raised inside
these callbacks are no longer allowed to escape into unmanaged code,
where they will crash the runtime.

Additionally, the window is now only closed on the UI thread, and only
if it is actually open.
2014-07-23 21:18:34 +02:00
..
Bind Merge pull request #157 from thefiddler/warnfix 2014-07-21 18:05:20 +02: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 Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:55:12 +02:00
Examples Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:52:17 +02:00
Generator.Rewrite [Rewrite] Refactored string prologue/epilogues 2014-07-07 13:16:17 +02:00
GLControl [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00
OpenTK [Mac] Mark callback calling convention 2014-07-23 21:18:34 +02:00
Tests/Test.API.Desktop [Test] Added API compatibility test 2014-06-01 00:10:21 +02:00