summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_dinput.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-4/+4
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-8/+8
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-2/+2
* Adding id() property to input_device Tomer Verona2016-09-201-8/+8
* osd input code cleanup (nw) Brad Hughes2016-08-221-5/+3
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+8
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-15/+4
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-5/+17
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-7/+11
* Move window_list to osd_common_t Brad Hughes2016-06-111-1/+1
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-1/+1
* Improve support for more Joysticks with DirectInput8. Also repair DirectInput... Quench02016-05-201-3/+13
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-3/+3
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-1/+1
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Refactor OSD window. Brad Hughes2016-04-211-1/+1
* Hybrid DirectInput/XInput module Brad Hughes2016-04-041-321/+251
* Cleanups and version bump Miodrag Milanovic2016-03-301-4/+4
* Fix cross compile (nw) Jeffrey Clark2016-03-231-1/+1
* Fix VS Build issue for WRL ComPtr Brad Hughes2016-03-191-1/+1
* temporary fix for VS build. (nw) dankan18902016-03-201-1/+1
* Fix DirectInput stuck joystick directional input when window loses focus. Th... Brad Hughes2016-03-181-4/+4
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-64/+80
* Rewrote overly complex rawinput_device_improve_name function for rawinput mod... Brad Hughes2016-03-181-4/+4
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-6/+2
* Minor fixes for DirectInput 7 Brad Hughes2016-03-011-2/+2
* fix compile on 32bit mingw (nw) Miodrag Milanovic2016-02-291-10/+11
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+683