projects
/
platform
/
core
/
csapi
/
opentk.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/csapi/opentk.git
2014-09-29
thefiddler
[AL] Fix runtime crash when OpenAL not available
commit
|
commitdiff
|
tree
|
snapshot
2014-09-23
thefiddler
Merge pull request #182 from thefiddler/win_inputcrash_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-09-23
thefiddler
[Win] Avoid NRE in WinFactory.Dispose()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
thefiddler
[Examples] Removed test code committed by mistake
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
thefiddler
[Mac] Fixed exception in HIDInput.Dispose()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
thefiddler
[Common] Avoid GC in DeviceCollection
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
thefiddler
Merge pull request #181 from thefiddler/evdev
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
thefiddler
Merge pull request #180 from thefiddler/mac_joystick
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Linux] Fixed byteswapping in joystick Guid calculation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Input] Fixed debug display of Back gamepad button
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Linux] Correctly set evdev packet number
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Linux] Implemented evdev joystick polling
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Linux] Implemented evdev joystick device discovery
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Use DeviceCollection
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Input] Added From* overloads with out parameters
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Match SDL2 element order
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Fixed Joystick Hat calculations
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Sort joystick elements like SDL2
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Added CFGetTypeID method
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Use cookies to match HID joystick elements
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Mac] Fixed joystick Guid calculation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
Merge pull request #161 from thefiddler/win_xinput
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Input] Special-case pre-SDL2.0.4 xinput bindings
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Win] Removed unused code
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Win] Fixed XInput y-axis and trigger range
commit
|
commitdiff
|
tree
|
snapshot
2014-09-17
thefiddler
[Win] Suppressed spurious warning
commit
|
commitdiff
|
tree
|
snapshot
2014-09-16
thefiddler
Merge pull request #176 from Robmaister/develop
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
thefiddler
[Input] Fixed bitwise test for GamePadAxes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
thefiddler
[SDL] Correctly byteswap Guid
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
thefiddler
[Input] Add GamePadCapabilities.IsMapped
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Robert Rouhani
Changed Matrix4[d].CreateFromRotationMatrix to a new...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Fixed button/hat->trigger mapping scale
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Added P880 win32 gamepad configuration
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Fixed trigger ToString()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Added missing Back button in ToString()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Skip devices with too many axes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Correct joystick GUID generation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Do not throw exception on too many axes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Fix compilation in Release
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Added collection id to dictionary keys
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Improved joystick debugging information
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Correct XInput axes/button/hat mapping
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Corrected GUID for xinput devices
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Detect xinput devices and use xinput driver
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Refactored UpdateAxes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Do not change device index when replugging
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Platform] DeviceCollection hardware id is long
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Retrieve joystick input even on background
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Do not re-query caps in ProcessEvents
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Input] Improved GamePadButtons.ToString()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Fixed axis, button and hat value updates
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Fixed axis range calculation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Added HidP status codes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Implemented joystick button updates
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Raw input parsing moved to input drivers
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Added helper raw input methods
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Use DeviceCollection. Fix GUID detection
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Common] Use long for device keys
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Made internal struct non-public
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Fixed axis/button detection
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Win] Improved HidP bindings
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
Fixed minor compilation issues
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Cleaned up public region
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Corrected GetRawInputData invocation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Removed WinMM joystick driver
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Completed raw input IJoystickDriver2
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Reduce duplication in device enumeration
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Input] Added JoystickCapabilities.SetIsConnected
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Completed WinRawJoystick implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Fixed RawHID struct definition
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Common] Moved axis translation to common
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Wrapped additional HID APIs
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Cleanup Raw Input HID usage/pages
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Common] Cleaned up comments
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Added HidProtocol binding
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Common] Added HID usage page definitions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Initial implementation of WinRawJoystick
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Improve WinMM.GetCapabilities performance
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Implemented XInput vibration support
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Separate keyboard/mouse & joystick drivers
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Added combined XInput+WinMM joystick driver
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] Corrected XInput Guid in gamepad database
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] WinRawInput is IKeyboard/MouseDriver2
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[Win] XInputJoystick is now IJoystickDriver2
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Stefanos A
[OpenTK] Removed unused CreateGraphicsMode API
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
Merge pull request #178 from thefiddler/mac_crash
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
Merge pull request #179 from thefiddler/issue152
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[ES][GL] Fix GetObjectLabel marked obsolete
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Mac] Avoid calling finishLaunching multiple times
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
[Mac] Do not modify existing mainMenu
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
Merge pull request #177 from thefiddler/gw_input
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
thefiddler
Merge pull request #166 from thefiddler/gl45
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
thefiddler
[Input] Added GameWindow.Mouse/Keyboard.GetState()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
thefiddler
[API] Fixed tests for nested types
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
thefiddler
[Convert] Update to v4.5 by default
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
thefiddler
[API] Update test to cover extensions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
thefiddler
[ES][GL] Maintain compatibility with 1.1.4
commit
|
commitdiff
|
tree
|
snapshot
2014-09-09
Robert Rouhani
Added Matrix3[d].Add and Matrix4[d].CreateFromRotationM...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
thefiddler
[GL] Sync signatures with OpenGL 4.5
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
thefiddler
[Bind] Remove default debug parameter
commit
|
commitdiff
|
tree
|
snapshot
next