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-17
thefiddler
[Linux] Implemented evdev joystick device discovery
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
2014-09-03
thefiddler
[Bind] Minor debug message beautification
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Hardcode some common OpenGL IHV names
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Use ES/1.1/obsolete.xml
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[ES] Moved some ES 1.1 to ES/1.1/obsolete.xml
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Removed duplicate enums
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Added ES 3.1 generator
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Do not re-translate translated enum names
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Fixed COMPRESSED_SRGB_ALPHA_BPTC_UNORM token
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Fixed TEXTURE_BINDING_RECTANGLE token
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Removed duplicate bindings
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Added missing VertexAttribDPointerType enum
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[ES] Implemented ES 3.1 binding generator
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL][ES] Implemented ARB_ES_3_1_compatibility
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[ES] Typo corrections in the ES 3.1 bindings
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[ES] Implemented bindings for ES 3.1 (2/2)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[ES] Implemented bindings for ES 3.1 (1/2)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Moved GL overrides to parent folder
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Added a missing enum
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[Bind] Allow multiple overrides files
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
thefiddler
[GL] Implemented ARB_direct_state_access
commit
|
commitdiff
|
tree
|
snapshot
next