summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-241-6/+6
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-37/+43
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* osd/modules/input: Fixed a couple of X11 resource leaks. Vas Crabb2020-11-161-18/+33
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Check that m_display is not null to prevent crash (#5725) George McMullen2019-10-151-4/+20
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* Linux X11 Input: Fix multiple lightgun support Kiall Mac Innes2019-04-051-2/+26
* Linux X11 Input: Fix lightgun support Kiall Mac Innes2019-02-281-1/+17
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Adding id() property to input_device Tomer Verona2016-09-201-6/+6
* Put back accidentally replaced conditional compile directive (nw) Brad Hughes2016-08-221-1/+1
* cleanup missed x11 input module (nw) Brad Hughes2016-08-221-30/+31
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-5/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Cleanups and version bump Miodrag Milanovic2016-03-301-100/+100
* Fix build break for X11 input Brad Hughes2016-03-191-1/+1
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+605