summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_rawinput.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Tidy up loose ends: Vas Crabb2021-01-061-2/+2
* -bus/a2bus: Added Apple II Parallel Printer Interface Card. Vas Crabb2020-11-011-159/+142
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-4/+4
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-3/+3
* srcclean (nw) Vas Crabb2016-09-261-1/+1
* Adding id() property to input_device Tomer Verona2016-09-201-19/+14
* Support for configuring device to conrtoller id Tomer Verona2016-09-121-2/+10
* osd input code cleanup (nw) Brad Hughes2016-08-221-15/+18
* Patch to fix the Gun#2 not working in Mame, please refer to Bug id 6185 on Ma... Patrick Lessard2016-08-021-22/+131
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-0/+2
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-7/+4
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-3/+11
* The calling convention goes inside the brackets of pointers to functions. All... smf-2016-06-151-4/+4
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-51/+37
* 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
* 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
* Refactor OSD window. Brad Hughes2016-04-211-1/+1
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-5/+5
* Rewrote overly complex rawinput_device_improve_name function for rawinput mod... Brad Hughes2016-03-181-154/+208
* Revert "Fix that makes non-Unicode build to work (nw)" Miodrag Milanovic2016-03-141-1/+1
* Fix that makes non-Unicode build to work (nw) Miodrag Milanovic2016-03-111-1/+1
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-5/+5
* Code cleanup in rawinput plus use common code for dynamic function binding. Brad Hughes2016-03-031-55/+41
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+649