index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
input
/
input_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd/modules/input: Detect joystick reconnection with SDL. (#9605)
Vas Crabb
2022-04-24
1
-6
/
+6
*
Slightly cleaned up OSD input modules.
Vas Crabb
2021-07-29
1
-37
/
+43
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+2
*
osd/modules/input: Fixed a couple of X11 resource leaks.
Vas Crabb
2020-11-16
1
-18
/
+33
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
Check that m_display is not null to prevent crash (#5725)
George McMullen
2019-10-15
1
-4
/
+20
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-2
/
+2
*
Linux X11 Input: Fix multiple lightgun support
Kiall Mac Innes
2019-04-05
1
-2
/
+26
*
Linux X11 Input: Fix lightgun support
Kiall Mac Innes
2019-02-28
1
-1
/
+17
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
Adding id() property to input_device
Tomer Verona
2016-09-20
1
-6
/
+6
*
Put back accidentally replaced conditional compile directive (nw)
Brad Hughes
2016-08-22
1
-1
/
+1
*
cleanup missed x11 input module (nw)
Brad Hughes
2016-08-22
1
-30
/
+31
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
Fix input issues on big endian systems (fixes #963)
Brad Hughes
2016-06-29
1
-5
/
+5
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-100
/
+100
*
Fix build break for X11 input
Brad Hughes
2016-03-19
1
-1
/
+1
*
Refactor OSD input into modules
Brad Hughes
2016-02-28
1
-0
/
+605