| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-28 | Track the co-ordinates of the mouse relative to the pointed window instead ↵ | skidau | |
| of the original hwnd. | |||
| 2014-11-28 | ControllerInterface: Make UpdateInput / UpdateOutput return void | Jasper St. Pierre | |
| The return values here have never been checked, so it doesn't make sense to return a value to begin with. | |||
| 2014-11-28 | ControllerInterface: Remove unused ClearInputState | Jasper St. Pierre | |
| 2014-11-28 | DInput: Remove the unsupported Lights output | Jasper St. Pierre | |
| The LEDs feature doesn't actually do anything: the SetState method is entirely commented out. | |||
| 2014-11-11 | Fix some double->float conversions. | Rachel Bryk | |
| 2014-09-03 | Change ControlState typedef to double, and change all related floats/doubles ↵ | Rachel Bryk | |
| to use it. Fixes an off by 1 issue related to double->float->double conversion, and eliminates numerous warnings. | |||
| 2014-09-01 | Revert changes to how DInput filters out XInput devices. | Shawn Hoffman | |
| This is to remain compatible with XBCD devices. | |||
| 2014-08-23 | windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines ↵ | Shawn Hoffman | |
| from dolphin code. Wrap dinput.h in a header defining DIRECTINPUT_VERSION instead of repeating it multiple places. | |||
| 2014-08-19 | msvc: enable strictStrings solution-wide for release. | Shawn Hoffman | |
| strictStrings is not supported by debug libraries, and indeed breaks the build. Drop wbemidl.h (incompatible with strictStrings) dependency by using SDL-style search for XInput GUIDs. | |||
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-20 | Fix the Windows build in relation to the recent changes. | Lioncash | |
| 2014-02-20 | Fix more header sorting issues in InputCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2014-02-09 | ControllerInterface: Move DInput ForceFeedback support to a seperate class | Jules Blok | |
| 2014-01-30 | Light cleanup to a little bit of InputCommon. Replaces much of the iterators ↵ | Lioncash | |
| that litter this section of the codebase. Also clean up a little bit of the comments that describe the interface classes. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
