platform/core/csapi/opentk.git
2015-02-11 Fraser WatersMerge pull request #218 from roman-yagodin/patch-1
2015-02-11 Roman M. YagodinClarify OpenTK.dll.config use for #217
2015-01-09 Fraser WatersFix wrap around bug in XInput.
2014-11-23 Fraser WatersMerge pull request #202 from Frassle/issue201
2014-11-23 Fraser Waters[Input] Legacy keyboard respects the KeyRepeat field.
2014-11-13 thefiddlerMerge pull request #197 from Frassle/color
2014-11-12 Fraser WatersAdd To/From HCY methods to Color4.
2014-11-12 Fraser WatersAdd To/From YUV methods to Color4.
2014-11-12 Fraser WatersAdd To/From XYZ methods to Color4.
2014-11-12 Fraser WatersAdd To/From HSV methods to Color4.
2014-11-12 Fraser WatersAdd To/From HSL methods to Color4.
2014-11-12 Fraser WatersAdd To/From sRGB methods to Color4.
2014-11-12 thefiddlerMerge pull request #194 from Frassle/getentryassembly
2014-11-04 Fraser Waters[X11] GetEntryAssembly may be null.
2014-11-03 FraserMerge pull request #190 from Frassle/warnings
2014-11-03 Fraser WatersAdd #pragma warning disable for unused field warnings.
2014-11-03 Fraser WatersRemove unused fields/variables.
2014-11-03 Fraser WatersRemove unused field.
2014-11-03 Fraser WatersAdd XML documentation to matrix Add methods.
2014-10-13 thefiddlerMerge pull request #187 from Lazzu/develop
2014-10-13 thefiddlerMerge pull request #188 from xThaWolfx/patch-1
2014-10-13 xThaWolfxUpdate MouseEventArgs.cs
2014-10-12 Lasse NumminenAdded support for Euler angles in Quaternion and Quater...
2014-09-30 thefiddlerMerge pull request #186 from thefiddler/al_notfound_fix
2014-09-29 thefiddler[AL] Fix runtime crash when OpenAL not available
2014-09-23 thefiddlerMerge pull request #182 from thefiddler/win_inputcrash_fix
2014-09-23 thefiddler[Win] Avoid NRE in WinFactory.Dispose()
2014-09-22 thefiddler[Examples] Removed test code committed by mistake
2014-09-20 thefiddler[Mac] Fixed exception in HIDInput.Dispose()
2014-09-20 thefiddler[Common] Avoid GC in DeviceCollection
2014-09-20 thefiddlerMerge pull request #181 from thefiddler/evdev
2014-09-20 thefiddlerMerge pull request #180 from thefiddler/mac_joystick
2014-09-17 thefiddler[Linux] Fixed byteswapping in joystick Guid calculation
2014-09-17 thefiddler[Input] Fixed debug display of Back gamepad button
2014-09-17 thefiddler[Linux] Correctly set evdev packet number
2014-09-17 thefiddler[Linux] Implemented evdev joystick polling
2014-09-17 thefiddler[Linux] Implemented evdev joystick device discovery
2014-09-17 thefiddler[Mac] Use DeviceCollection
2014-09-17 thefiddler[Input] Added From* overloads with out parameters
2014-09-17 thefiddler[Mac] Match SDL2 element order
2014-09-17 thefiddler[Mac] Fixed Joystick Hat calculations
2014-09-17 thefiddler[Mac] Sort joystick elements like SDL2
2014-09-17 thefiddler[Mac] Added CFGetTypeID method
2014-09-17 thefiddler[Mac] Use cookies to match HID joystick elements
2014-09-17 thefiddler[Mac] Fixed joystick Guid calculation
2014-09-17 thefiddlerMerge pull request #161 from thefiddler/win_xinput
2014-09-17 thefiddler[Input] Special-case pre-SDL2.0.4 xinput bindings
2014-09-17 thefiddler[Win] Removed unused code
2014-09-17 thefiddler[Win] Fixed XInput y-axis and trigger range
2014-09-17 thefiddler[Win] Suppressed spurious warning
2014-09-16 thefiddlerMerge pull request #176 from Robmaister/develop
2014-09-12 thefiddler[Input] Fixed bitwise test for GamePadAxes
2014-09-12 thefiddler[SDL] Correctly byteswap Guid
2014-09-12 thefiddler[Input] Add GamePadCapabilities.IsMapped
2014-09-11 Robert RouhaniChanged Matrix4[d].CreateFromRotationMatrix to a new...
2014-09-11 thefiddler[Input] Fixed button/hat->trigger mapping scale
2014-09-11 thefiddler[Input] Added P880 win32 gamepad configuration
2014-09-11 thefiddler[Input] Fixed trigger ToString()
2014-09-11 thefiddler[Input] Added missing Back button in ToString()
2014-09-11 thefiddler[Win] Skip devices with too many axes
2014-09-11 thefiddler[Win] Correct joystick GUID generation
2014-09-11 thefiddler[Input] Do not throw exception on too many axes
2014-09-11 thefiddler[Win] Fix compilation in Release
2014-09-11 thefiddler[Win] Added collection id to dictionary keys
2014-09-11 thefiddler[Win] Improved joystick debugging information
2014-09-11 thefiddler[Win] Correct XInput axes/button/hat mapping
2014-09-11 thefiddler[Win] Corrected GUID for xinput devices
2014-09-11 thefiddler[Win] Detect xinput devices and use xinput driver
2014-09-11 thefiddler[Win] Refactored UpdateAxes
2014-09-11 thefiddler[Win] Do not change device index when replugging
2014-09-11 thefiddler[Platform] DeviceCollection hardware id is long
2014-09-11 thefiddler[Win] Retrieve joystick input even on background
2014-09-11 thefiddler[Win] Do not re-query caps in ProcessEvents
2014-09-11 thefiddler[Input] Improved GamePadButtons.ToString()
2014-09-11 thefiddler[Win] Fixed axis, button and hat value updates
2014-09-11 thefiddler[Win] Fixed axis range calculation
2014-09-11 thefiddler[Win] Added HidP status codes
2014-09-11 thefiddler[Win] Implemented joystick button updates
2014-09-11 thefiddler[Win] Raw input parsing moved to input drivers
2014-09-11 thefiddler[Win] Added helper raw input methods
2014-09-11 thefiddler[Win] Use DeviceCollection. Fix GUID detection
2014-09-11 thefiddler[Common] Use long for device keys
2014-09-11 thefiddler[Win] Made internal struct non-public
2014-09-11 thefiddler[Win] Fixed axis/button detection
2014-09-11 thefiddler[Win] Improved HidP bindings
2014-09-11 thefiddlerFixed minor compilation issues
2014-09-11 Stefanos A[Win] Cleaned up public region
2014-09-11 Stefanos A[Win] Corrected GetRawInputData invocation
2014-09-11 Stefanos A[Win] Removed WinMM joystick driver
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
next