summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-13Move common recordproto files out of the wayKeith Packard
2017-12-13Merge recordprotoKeith Packard
2017-12-13Move common randrproto files out of the wayKeith Packard
2017-12-13Merge randrprotoKeith Packard
2017-12-13Move common printproto files out of the wayKeith Packard
2017-12-13Merge printprotoKeith Packard
2017-12-13Move common presentproto files out of the wayKeith Packard
2017-12-13Merge presentprotoKeith Packard
2017-12-13Move common pmproto files out of the wayKeith Packard
2017-12-13Merge pmprotoKeith Packard
2017-12-13Move common panoramixproto files out of the wayKeith Packard
2017-12-13Merge panoramixprotoKeith Packard
2017-12-13Move common lg3dproto files out of the wayKeith Packard
2017-12-13Merge lg3dprotoKeith Packard
2017-12-13Move common kbproto files out of the wayKeith Packard
2017-12-13Merge kbprotoKeith Packard
2017-12-13Move common inputproto files out of the wayKeith Packard
2017-12-13Merge inputprotoKeith Packard
2017-12-13Move common glproto files out of the wayKeith Packard
2017-12-13Merge glprotoKeith Packard
2017-12-13Move common fontsproto files out of the wayKeith Packard
2017-12-13Merge fontsprotoKeith Packard
2017-12-13Move common fontcacheproto files out of the wayKeith Packard
2017-12-13Merge fontcacheprotoKeith Packard
2017-12-13Move common fixesproto files out of the wayKeith Packard
2017-12-13Merge fixesprotoKeith Packard
2017-12-13Move common evieproto files out of the wayKeith Packard
2017-12-13Merge evieprotoKeith Packard
2017-12-13Move common dri3proto files out of the wayKeith Packard
2017-12-13Merge dri3protoKeith Packard
2017-12-13Move common dri2proto files out of the wayKeith Packard
2017-12-13Merge dri2protoKeith Packard
2017-12-13Move common dmxproto files out of the wayKeith Packard
2017-12-13Merge dmxprotoKeith Packard
2017-12-13Move common damageproto files out of the wayKeith Packard
2017-12-13Merge damageprotoKeith Packard
2017-12-13Move common compositeproto files out of the wayKeith Packard
2017-12-13Merge compositeprotoKeith Packard
2017-12-13Move common calibrateproto files out of the wayKeith Packard
2017-12-13Merge calibrateprotoKeith Packard
2017-12-13Move common bigreqsproto files out of the wayKeith Packard
2017-12-13Merge bigreqsprotoKeith Packard
2017-12-13Move common applewmproto files out of the wayKeith Packard
2017-12-13Merge applewmprotoKeith Packard
2017-12-13Move common x11proto files out of the wayKeith Packard
2017-11-06autotools: Add meson.build to the dist filesAdam Jackson
Makes it so the 'make distcheck' tarball can build with meson too. Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-11-06meson: Add meson build supportDylan Baker
This does everything the autotools build does except muck with your git config. It does so much faster, and has an "ext_glproto" dependency that is meant to be used with meson's wrap capability. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2017-11-06Move headers into structured include directoryDylan Baker
So that meson can use that as an include path for dependencies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2017-05-12Add XF86XK_AudioPresetHans de Goede
Add XF86XK_AudioPreset keysym, to be used as mapping for evdev's KEY_SOUND keycode which is generated on some devices by a button which on windows selects equalizer presets switching between settings such as e.g. theatre-mode / game-mode / voice-mode. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-05-12Add XF86XK_WWAN and XF86XK_RFKillHans de Goede
Add Keysyms corresponding to the evdev WWAN and RFKILL keys, we already have Keysyms for WLAN and UWB from linux/input-event-codes.h: #define KEY_WLAN 238 #define KEY_UWB 239 But not for the WWAN and generic RFKILL keys: #define KEY_WWAN 246 /* Wireless WAN (LTE, UMTS, GSM, etc.) */ #define KEY_WIMAX KEY_WWAN #define KEY_RFKILL 247 /* Key that controls all radios */ This commits add Keysyms for these so that we can add proper mappings for them to xkb. Cc: Bastien Nocera <bnocera@redhat.com> Cc: Benjamin Berg <bberg@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>