platform/core/csapi/opentk.git
2014-09-10 thefiddler[Input] Added GameWindow.Mouse/Keyboard.GetState()
2014-09-02 thefiddlerMerge pull request #173 from thefiddler/buffersize_to_int
2014-09-02 thefiddlerMerge pull request #174 from thefiddler/issue171
2014-09-02 thefiddlerMerge pull request #175 from thefiddler/mono360
2014-09-02 thefiddler[Build] Update Travis CI to mono 3.6.0
2014-09-02 thefiddler[GL] Added int overload to DrawElements for OpenGL4
2014-09-02 thefiddlerMerge pull request #172 from thefiddler/intptr_fix
2014-09-02 thefiddler[Bind] Add int overloads to buffer size (IntPtr) parameters
2014-09-01 thefiddler[Rewrite] Cast int32 overloads to native int
2014-08-10 thefiddlerMerge pull request #164 from thefiddler/x11_scrollfix
2014-08-10 thefiddler[X11] Fixed core X11 scrolling and absolute y motions
2014-08-09 thefiddler[X11] Fixed absolute motion valuators
2014-08-09 thefiddler[X11] Added strong-typed enum for XIValuatorInfo.mode
2014-08-09 thefiddler[X11] Check before using motion/scroll valuators
2014-08-09 thefiddler[X11] Added XGetAtomName() function
2014-08-09 thefiddlerMerge pull request #163 from thefiddler/sdl_guid_crash
2014-08-09 thefiddler[SDL] Workaround for a Mono crash in SDL.JoystickGetGUID
2014-07-29 thefiddlerMerge pull request #160 from thefiddler/pad_db_hat
2014-07-29 thefiddler[Input] Cleaned up line endings and joystick hat mapping
2014-07-27 Andrew O'Connor[Input][SDL] Fix JoystickHat bugs
2014-07-25 thefiddler[Input] Implemented JoystickHat GamePad mapping
2014-07-23 thefiddler[Docs] Updated documentation for 1.1.4c release
2014-07-23 thefiddler[Input] Corrected invalid GUID in GamePad database
2014-07-23 thefiddler[Docs] Updated documentation for 1.1.4b release
2014-07-23 thefiddlerMerge pull request #159 from thefiddler/joydb
2014-07-23 thefiddler[Input] Sync GamePad database with SDL 2.0.4
2014-07-23 thefiddlerMerge pull request #158 from thefiddler/fuzzfix
2014-07-23 thefiddler[Mac] Release input driver before other resources
2014-07-23 thefiddler[Mac] Do not use autorelease pool
2014-07-23 thefiddler[Mac] Correctly release mach port
2014-07-23 thefiddler[Graphics] Implemented structural equality
2014-07-23 thefiddler[Mac] Removed stored delegate list
2014-07-23 thefiddler[OpenTK] Removed the finalizer in OpenTK.Toolkit
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.
next