| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-01 | Linux: Add an evdev based controller backend, to replace SDL. | Scott Mansell | |
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-03-12 | Removed the controller update lock as it is no longer needed. | skidau | |
| 2014-11-28 | HW: Remove UpdateOutput | Jasper St. Pierre | |
| All of the rumble interfaces are now immediate mode. | |||
| 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 "force" parameter | Jasper St. Pierre | |
| I'm not sure when this nonsense of forcing locking the mutex when it's already taken should have ever taken effect, but let's be thankful it isn't now. That was a badly worded sentence. | |||
| 2014-10-15 | ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() | Lioncash | |
| Initialize now just takes the handle directly. Reinitialize is added because it is much more straightforward in comparison to doing the Shutdown-Initialize manually. | |||
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-09-04 | Controller Interface: Remove "using namespace" in header file. | Rohit Nirmal | |
| 2014-05-04 | Remove SDL from Externals. | Jordan Woyak | |
| 2014-05-04 | Disable SDL input on Windows. | Jordan Woyak | |
| 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-03-09 | clang-modernize -add-override | Tillmann Karras | |
| 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-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 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 | |
