platform/core/csapi/opentk.git
2014-09-11 Stefanos A[Win] Completed raw input IJoystickDriver2
2014-09-11 Stefanos A[Win] Reduce duplication in device enumeration
2014-09-11 Stefanos A[Input] Added JoystickCapabilities.SetIsConnected
2014-09-11 Stefanos A[Win] Completed WinRawJoystick implementation
2014-09-11 Stefanos A[Win] Fixed RawHID struct definition
2014-09-11 Stefanos A[Common] Moved axis translation to common
2014-09-11 Stefanos A[Win] Wrapped additional HID APIs
2014-09-11 Stefanos A[Win] Cleanup Raw Input HID usage/pages
2014-09-11 Stefanos A[Common] Cleaned up comments
2014-09-11 Stefanos A[Win] Added HidProtocol binding
2014-09-11 Stefanos A[Common] Added HID usage page definitions
2014-09-11 Stefanos A[Win] Initial implementation of WinRawJoystick
2014-09-11 Stefanos A[Win] Improve WinMM.GetCapabilities performance
2014-09-11 Stefanos A[Win] Implemented XInput vibration support
2014-09-11 Stefanos A[Win] Separate keyboard/mouse & joystick drivers
2014-09-11 Stefanos A[Win] Added combined XInput+WinMM joystick driver
2014-09-11 Stefanos A[Win] Corrected XInput Guid in gamepad database
2014-09-11 Stefanos A[Win] WinRawInput is IKeyboard/MouseDriver2
2014-09-11 Stefanos A[Win] XInputJoystick is now IJoystickDriver2
2014-09-11 Stefanos A[OpenTK] Removed unused CreateGraphicsMode API
2014-09-11 thefiddlerMerge pull request #178 from thefiddler/mac_crash
2014-09-11 thefiddlerMerge pull request #179 from thefiddler/issue152
2014-09-11 thefiddler[ES][GL] Fix GetObjectLabel marked obsolete
2014-09-11 thefiddler[Mac] Avoid calling finishLaunching multiple times
2014-09-11 thefiddler[Mac] Do not modify existing mainMenu
2014-09-11 thefiddlerMerge pull request #177 from thefiddler/gw_input
2014-09-11 thefiddlerMerge pull request #166 from thefiddler/gl45
2014-09-10 thefiddler[Input] Added GameWindow.Mouse/Keyboard.GetState()
2014-09-10 thefiddler[API] Fixed tests for nested types
2014-09-10 thefiddler[Convert] Update to v4.5 by default
2014-09-10 thefiddler[API] Update test to cover extensions
2014-09-10 thefiddler[ES][GL] Maintain compatibility with 1.1.4
2014-09-03 thefiddler[GL] Sync signatures with OpenGL 4.5
2014-09-03 thefiddler[Bind] Remove default debug parameter
2014-09-03 thefiddler[Bind] Minor debug message beautification
2014-09-02 thefiddler[Bind] Hardcode some common OpenGL IHV names
2014-09-02 thefiddler[Bind] Use ES/1.1/obsolete.xml
2014-09-02 thefiddler[ES] Moved some ES 1.1 to ES/1.1/obsolete.xml
2014-09-02 thefiddler[GL] Removed duplicate enums
2014-09-02 thefiddler[Bind] Added ES 3.1 generator
2014-09-02 thefiddler[Bind] Do not re-translate translated enum names
2014-09-02 thefiddler[GL] Fixed COMPRESSED_SRGB_ALPHA_BPTC_UNORM token
2014-09-02 thefiddler[GL] Fixed TEXTURE_BINDING_RECTANGLE token
2014-09-02 thefiddler[GL] Removed duplicate bindings
2014-09-02 thefiddler[GL] Added missing VertexAttribDPointerType enum
2014-09-02 thefiddler[ES] Implemented ES 3.1 binding generator
2014-09-02 thefiddler[GL][ES] Implemented ARB_ES_3_1_compatibility
2014-09-02 thefiddler[ES] Typo corrections in the ES 3.1 bindings
2014-09-02 thefiddler[ES] Implemented bindings for ES 3.1 (2/2)
2014-09-02 thefiddler[ES] Implemented bindings for ES 3.1 (1/2)
2014-09-02 thefiddler[Bind] Moved GL overrides to parent folder
2014-09-02 thefiddler[GL] Added a missing enum
2014-09-02 thefiddler[Bind] Allow multiple overrides files
2014-09-02 thefiddler[GL] Implemented ARB_direct_state_access
2014-09-02 thefiddler[GL] Added missing tokens for 4.2-4.4
2014-09-02 thefiddler[GL][ES] Implemented KHR_context_robustness
2014-09-02 thefiddler[GL] Implemented ARB_get_texture_sub_image
2014-09-02 thefiddler[GL][ES] Implemented KHR_context_flush_control
2014-09-02 thefiddler[GL] Implemented ARB_conditional_render_inverted
2014-09-02 thefiddler[GL] Implemented ARB_cull_distance
2014-09-02 thefiddler[GL][ES] Added tokens for backwards compatibility
2014-09-02 thefiddler[GL] Added ARB_clip_control
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
next