| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-26 | Merge pull request #3943 from ShadowsFriend/nopch-fix | Mat M | |
| ControllerInterface: Include memory to fix building without pch | |||
| 2016-06-25 | Device: Use std::tie for DeviceQualifier's operator== | Lioncash | |
| 2016-06-26 | ControllerInterface: Include memory to fix building without pch | Christian Widmer | |
| All affected files use shared_ptr but do not include memory which breaks building without precompiled headers. | |||
| 2016-06-25 | ControllerInterface: Switch to std::shared_ptr | Léo Lam | |
| Small cleanup by using std::shared_ptr and getting rid of ciface.Devices() which just returned the m_devices (which defeats the point of making m_devices protected). Incidentally, this should make the code safer when we have different threads accessing devices in the future (for hotplug?). A lot of code use Device references directly so there is no easy way to remove FindDevice() and make those unique_ptrs. | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2014-11-28 | ControllerInterface: Remove unused ClearInputState | Jasper St. Pierre | |
| 2014-07-16 | Host: Add a new "UIHasFocus" hook to determine if the UI has focus | Jasper St. Pierre | |
| We can't use RendererHasFocus for this purpose because of some issues with exclusive fullscreen, and the new RendererHasFocus implementation didn't work for non-Render to Main Window cases, since the renderer window wasn't managed by wx. | |||
| 2014-07-11 | ControllerInterface: Gate the input based on our new background input setting | Jasper St. Pierre | |
| 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-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 | |
