Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Move common recordproto files out of the way | Keith Packard | |
2017-12-13 | Merge recordproto | Keith Packard | |
2017-12-13 | Move common randrproto files out of the way | Keith Packard | |
2017-12-13 | Merge randrproto | Keith Packard | |
2017-12-13 | Move common printproto files out of the way | Keith Packard | |
2017-12-13 | Merge printproto | Keith Packard | |
2017-12-13 | Move common presentproto files out of the way | Keith Packard | |
2017-12-13 | Merge presentproto | Keith Packard | |
2017-12-13 | Move common pmproto files out of the way | Keith Packard | |
2017-12-13 | Merge pmproto | Keith Packard | |
2017-12-13 | Move common panoramixproto files out of the way | Keith Packard | |
2017-12-13 | Merge panoramixproto | Keith Packard | |
2017-12-13 | Move common lg3dproto files out of the way | Keith Packard | |
2017-12-13 | Merge lg3dproto | Keith Packard | |
2017-12-13 | Move common kbproto files out of the way | Keith Packard | |
2017-12-13 | Merge kbproto | Keith Packard | |
2017-12-13 | Move common inputproto files out of the way | Keith Packard | |
2017-12-13 | Merge inputproto | Keith Packard | |
2017-12-13 | Move common glproto files out of the way | Keith Packard | |
2017-12-13 | Merge glproto | Keith Packard | |
2017-12-13 | Move common fontsproto files out of the way | Keith Packard | |
2017-12-13 | Merge fontsproto | Keith Packard | |
2017-12-13 | Move common fontcacheproto files out of the way | Keith Packard | |
2017-12-13 | Merge fontcacheproto | Keith Packard | |
2017-12-13 | Move common fixesproto files out of the way | Keith Packard | |
2017-12-13 | Merge fixesproto | Keith Packard | |
2017-12-13 | Move common evieproto files out of the way | Keith Packard | |
2017-12-13 | Merge evieproto | Keith Packard | |
2017-12-13 | Move common dri3proto files out of the way | Keith Packard | |
2017-12-13 | Merge dri3proto | Keith Packard | |
2017-12-13 | Move common dri2proto files out of the way | Keith Packard | |
2017-12-13 | Merge dri2proto | Keith Packard | |
2017-12-13 | Move common dmxproto files out of the way | Keith Packard | |
2017-12-13 | Merge dmxproto | Keith Packard | |
2017-12-13 | Move common damageproto files out of the way | Keith Packard | |
2017-12-13 | Merge damageproto | Keith Packard | |
2017-12-13 | Move common compositeproto files out of the way | Keith Packard | |
2017-12-13 | Merge compositeproto | Keith Packard | |
2017-12-13 | Move common calibrateproto files out of the way | Keith Packard | |
2017-12-13 | Merge calibrateproto | Keith Packard | |
2017-12-13 | Move common bigreqsproto files out of the way | Keith Packard | |
2017-12-13 | Merge bigreqsproto | Keith Packard | |
2017-12-13 | Move common applewmproto files out of the way | Keith Packard | |
2017-12-13 | Merge applewmproto | Keith Packard | |
2017-12-13 | Move common x11proto files out of the way | Keith Packard | |
2017-11-06 | autotools: Add meson.build to the dist files | Adam Jackson | |
Makes it so the 'make distcheck' tarball can build with meson too. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2017-11-06 | meson: Add meson build support | Dylan 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-06 | Move headers into structured include directory | Dylan 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-12 | Add XF86XK_AudioPreset | Hans 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-12 | Add XF86XK_WWAN and XF86XK_RFKill | Hans 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> |