Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-13 | Move common pmproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge pmproto | Keith Packard | 10 | -0/+399 | |
2017-12-13 | Move common panoramixproto files out of the way | Keith Packard | 2 | -0/+0 | |
2017-12-13 | Merge panoramixproto | Keith Packard | 2 | -0/+23 | |
2017-12-13 | Move common lg3dproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge lg3dproto | Keith Packard | 29 | -0/+15155 | |
2017-12-13 | Move common kbproto files out of the way | Keith Packard | 9 | -0/+0 | |
2017-12-13 | Merge kbproto | Keith Packard | 48 | -0/+32911 | |
2017-12-13 | Move common inputproto files out of the way | Keith Packard | 8 | -0/+0 | |
2017-12-13 | Merge inputproto | Keith Packard | 15 | -0/+8945 | |
2017-12-13 | Move common glproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge glproto | Keith Packard | 13 | -0/+3653 | |
2017-12-13 | Move common fontsproto files out of the way | Keith Packard | 9 | -0/+0 | |
2017-12-13 | Merge fontsproto | Keith Packard | 17 | -0/+6400 | |
2017-12-13 | Move common fontcacheproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge fontcacheproto | Keith Packard | 10 | -0/+465 | |
2017-12-13 | Move common fixesproto files out of the way | Keith Packard | 7 | -0/+0 | |
2017-12-13 | Merge fixesproto | Keith Packard | 11 | -0/+1601 | |
2017-12-13 | Move common evieproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge evieproto | Keith Packard | 9 | -0/+364 | |
2017-12-13 | Move common dri3proto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge dri3proto | Keith Packard | 9 | -0/+731 | |
2017-12-13 | Move common dri2proto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge dri2proto | Keith Packard | 10 | -0/+1520 | |
2017-12-13 | Move common dmxproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge dmxproto | Keith Packard | 9 | -0/+722 | |
2017-12-13 | Move common damageproto files out of the way | Keith Packard | 7 | -0/+0 | |
2017-12-13 | Merge damageproto | Keith Packard | 12 | -0/+680 | |
2017-12-13 | Move common compositeproto files out of the way | Keith Packard | 7 | -0/+0 | |
2017-12-13 | Merge compositeproto | Keith Packard | 11 | -0/+822 | |
2017-12-13 | Move common calibrateproto files out of the way | Keith Packard | 3 | -0/+0 | |
2017-12-13 | Merge calibrateproto | Keith Packard | 6 | -0/+230 | |
2017-12-13 | Move common bigreqsproto files out of the way | Keith Packard | 9 | -0/+0 | |
2017-12-13 | Merge bigreqsproto | Keith Packard | 13 | -0/+722 | |
2017-12-13 | Move common applewmproto files out of the way | Keith Packard | 6 | -0/+0 | |
2017-12-13 | Merge applewmproto | Keith Packard | 9 | -0/+568 | |
2017-12-13 | Move common x11proto files out of the way | Keith Packard | 10 | -0/+0 | |
2017-11-06 | autotools: Add meson.build to the dist files | Adam Jackson | 1 | -0/+1 | |
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 | 1 | -0/+42 | |
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 | 6 | -5/+5 | |
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 | 1 | -0/+2 | |
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 | 1 | -0/+3 | |
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> | |||||
2017-05-10 | Add XF86XK_Keyboard | Christian Kellner | 1 | -0/+2 | |
The 2017 Thinkpad models have a new hotkey with a keyboard symbols on it, which is mapped to KEY_KEYBOARD in the kernel. Signed-off-by: Christian Kellner <christian@kellner.me> Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||||
2017-03-22 | glproto: Fix typo in X_GLXSetClientInfo2ARB definition | Adam Jackson | 1 | -1/+1 | |
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> |