platform/core/csapi/opentk.git
2014-07-23 thefiddler[OpenTK] Dispose() now clear the list of resources
2014-07-23 thefiddler[Mac] Explicitly close removed devices
2014-07-23 thefiddler[Mac] Mark callback calling convention
2014-07-23 thefiddler[Mac] Only dispose context on UI thread
2014-07-23 thefiddler[Mac]] Add NSApplication.IsUIThread property
2014-07-23 thefiddler[Mac] Resource registration moved to the facades
2014-07-23 thefiddler[Mac] Ensure Cocoa bindings are initialized first
2014-07-23 thefiddler[OpenTK] Register GraphicsContext and NativeWindow
2014-07-23 thefiddler[OpenTK] Added IPlatformFactory.RegisterResource()
2014-07-23 thefiddler[Mac] Do not set callback delegates to null
2014-07-23 thefiddler[Mac] Store a reference to callback delegates
2014-07-23 thefiddler[OpenTK] Reduce duplication in GraphicsContextBase
2014-07-23 thefiddler[Mac] Register platform resources for disposal
2014-07-23 thefiddler[OpenTK] Add allocated resource registry
2014-07-23 thefiddler[Mac] Do not execute run loop prematurely
2014-07-23 thefiddler[OpenTK] Additional constructor and doc cleanup
2014-07-23 thefiddler[Mac] More defensive programming
2014-07-23 thefiddler[OpenTK] Re-add static Factory constructor
2014-07-22 thefiddler[Mac] CursorVisible should only apply when changed
2014-07-22 thefiddler[Mac] Do not use Autorelease pool
2014-07-22 thefiddler[Mac] Added objc_disposeClassPair binding
2014-07-22 thefiddler[Mac] Close CocoaNativeWindow in Dispose()
2014-07-22 thefiddler[Mac] Retain CFRunLoop while it is in use
2014-07-22 thefiddler[Mac] Added CFRetain binding
2014-07-22 thefiddler[OpenTK] Correctly reinitialize platform factory
2014-07-22 thefiddler[Mac] Correctly shutdown HID input driver
2014-07-21 thefiddler[Docs] Updated documentation for release
2014-07-21 thefiddlerMerge pull request #157 from thefiddler/warnfix
2014-07-21 thefiddlerMerge pull request #156 from thefiddler/buildfix
2014-07-21 thefiddlerFixed compilation warnings on Mono 3.4.0
2014-07-21 thefiddlerFixed compilation warnings on Mono 3.4.0
2014-07-21 thefiddlerFixed compilation warnings on Mono 3.4.0
2014-07-21 thefiddlerFixed compilation warnings on Mono 3.4.0
2014-07-21 thefiddler[Examples] Fixed all warnings
2014-07-21 thefiddler[Compat] Use Preserve Newest in dll.config
2014-07-21 thefiddler[ES][GL] Regenerated bindings
2014-07-21 thefiddler[ES][GL] Added missing documentation comments
2014-07-21 thefiddler[Bind] Fixed an issue where CLS-compliance was incorrec...
2014-07-21 thefiddlerCleaned up the remaining obsolete warnings
2014-07-21 thefiddlerCleaned up a number of obsolete warnings
2014-07-21 thefiddler[GL] BufferObjects and TextureUnit are not obsolete
2014-07-21 thefiddler[Bind] Implemented CLS-compliant checks for Enums
2014-07-21 thefiddlerFixed a large number of warnings
2014-07-21 thefiddler[Bind] Added Enum.Obsolete property
2014-07-21 thefiddler[ES] Marked obsolete enums as such
2014-07-21 thefiddler[Bind] Enums can now be marked as obsolete
2014-07-21 thefiddlerFixed a large number of build warnings
2014-07-21 thefiddler[Build] Updated mono version to 3.4.0.
2014-07-21 thefiddlerMerge pull request #155 from thefiddler/relnotes_july2014
2014-07-21 thefiddlerMerge pull request #154 from opentk/glspecs_july2014
2014-07-21 thefiddlerUse "Preserve Newest" option on OpenTK.dll.config
2014-07-21 thefiddler[Docs] Updated documentation for July 2014 release
2014-07-21 thefiddler[ES][GL] Regenerated bindings
2014-07-21 thefiddler[GL] Synced with the July 2014 Khronos spec
2014-07-20 thefiddlerMerge pull request #153 from thefiddler/xwindowfix
2014-07-20 Stefanos A[X11] Use the correct visual info for the context
2014-07-20 Stefanos A[X11] Fixed GLControl on nvidia binary drivers
2014-07-19 Stefanos A.[X11] Fix for issue #143
2014-07-18 thefiddler[X11] Workaround for issue #146
2014-07-18 thefiddler[X11] Fixed OnMouseMove being called without mouse...
2014-07-18 thefiddlerMerge pull request #151 from thefiddler/kms
2014-07-18 thefiddler[Linux] Delay input device detection until a key is...
2014-07-18 thefiddler[Linux] Fixed OnMouseMove being called without movement
2014-07-18 thefiddler[Linux] Additional debugging info on shutdown
2014-07-18 thefiddler[KMS] Correctly restore crtc on exit.
2014-07-18 thefiddler[Linux] Fixed minor typo
2014-07-18 thefiddler[Examples] Only use WinForms when supported.
2014-07-18 thefiddler[Linux] Fixed CursorVisible=false behavior
2014-07-18 thefiddler[Linux] Fixed X11 vs KMS detection
2014-07-18 thefiddler[Linux] Fixed compilation issue
2014-07-18 thefiddler[Linux] Print libinput seat for each detected device
2014-07-17 thefiddler[KMS] VSync off causes a crash; force VSync on until...
2014-07-17 thefiddler[KMS] Print device names when adding input devices
2014-07-17 thefiddler[Linux] Improved mouse cursor behavior
2014-07-17 thefiddler[Linux] Implemented CursorVisible
2014-07-17 thefiddler[Linux] Implemented MouseCursor
2014-07-16 thefiddler[KMS] Implemented INativeWindow.PointToClient/Screen
2014-07-16 thefiddler[Linux] Corrected values for mouse move and scroll...
2014-07-16 thefiddler[Linux] Implemented INativeWindow keyboard/mouse events
2014-07-16 thefiddler[Linux] Fixed GameWindow.ClientSize values.
2014-07-16 thefiddler[Linux] Implemented libinput IMouseDriver2
2014-07-16 thefiddler[Input] MouseState position is now stored in floating...
2014-07-16 thefiddler[Examples] Reverted mistaken change
2014-07-16 thefiddler[Linux] Fixed keyboard polling
2014-07-16 thefiddler[Linux] Fixed poll() in libinput event loop
2014-07-16 thefiddler[Linux] Completed libinput keyboard driver implementation
2014-07-16 thefiddler[Linux] Implemented libinput keyboard input
2014-07-16 thefiddler[Linux] Disabled TTY keyboard driver in favor of libinput
2014-07-16 thefiddler[Linux] Improve checks for TTY
2014-07-16 thefiddler[Linux] Implemented TTY and libinput keyboard drivers
2014-07-16 thefiddler[Linux] Added stub TTY and libinput IKeyboardDriver2
2014-07-16 thefiddler[KMS] Query GPUs lazily
2014-07-16 thefiddler[KMS] Fixed Gbm.DestroyDevice entry point
2014-07-16 thefiddler[KMS] Fixed NRE in Toolkit.Init(); improved resource...
2014-07-16 thefiddler[KMS] Added DRM/GBM framebuffer implementation
2014-07-16 thefiddler[ES][GL] Print name when loading bindings (debug only)
2014-07-16 thefiddler[EGL] Added support for desktop GL rendering
2014-07-16 thefiddler[EGL] Egl.GetError() now returns ErrorCode
2014-07-16 thefiddler[KMS] Improved GBM surface format selection
2014-07-16 thefiddler[KMS] Create window surface
next