| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -3/+3 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -1/+1 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -1/+1 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | Unified renderer in osd_window as std::unique_ptr Made windows all std::shared_ptr<window_type> Made window lists std::list<std::shared_ptr<window_type>> Updated OSD SDL worker_param to not use malloc (not compatible with smart pointers) Made renderer pointer to window a weak reference. May not be available during destruction of the window. | ||||
| * | Hybrid DirectInput/XInput module | 2016-04-04 | 1 | -321/+251 | |
| | | |||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -4/+4 | |
| | | |||||
| * | Fix cross compile (nw) | 2016-03-23 | 1 | -1/+1 | |
| | | |||||
| * | Fix VS Build issue for WRL ComPtr | 2016-03-19 | 1 | -1/+1 | |
| | | |||||
| * | temporary fix for VS build. (nw) | 2016-03-20 | 1 | -1/+1 | |
| | | |||||
| * | Fix DirectInput stuck joystick directional input when window loses focus. ↵ | 2016-03-18 | 1 | -4/+4 | |
| | | | | | The reset function for the device was overwriting the axis information previously obtained. Changed it to correctly only reset the state member. | ||||
| * | General code cleanup in input modules. Using ComPtr to manage DirectInput ↵ | 2016-03-18 | 1 | -64/+80 | |
| | | | | | resources. | ||||
| * | Rewrote overly complex rawinput_device_improve_name function for rawinput ↵ | 2016-03-18 | 1 | -4/+4 | |
| | | | | | module, plus fixing some other defects in input modules as detected by coverity. | ||||
| * | With latest package from MSYS of clang 3.8.0 build at least compile fine on ↵ | 2016-03-11 | 1 | -6/+2 | |
| | | | | | | | windows (nw) Strange crashing while executing | ||||
| * | Minor fixes for DirectInput 7 | 2016-03-01 | 1 | -2/+2 | |
| | | |||||
| * | fix compile on 32bit mingw (nw) | 2016-02-29 | 1 | -10/+11 | |
| | | |||||
| * | cleanup (nw) | 2016-02-29 | 1 | -1/+0 | |
| | | |||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -0/+683 | |
