xorgproto: Changes to 'refs/tags/xorgproto-2021.2'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 24 04:43:12 UTC 2021


Tag 'xorgproto-2021.2' created by Peter Hutterer <peter.hutterer at who-t.net> at 2021-02-24 04:42 +0000

xorgproto 2021.2
-----BEGIN PGP SIGNATURE-----

iHcEABECADcWIQQ8LEPZRH1ZOO9FUeviO35wtGfwvwUCYDXZLBkccGV0ZXIuaHV0
dGVyZXJAd2hvLXQubmV0AAoJEOI7fnC0Z/C/O6kAn2neanAVPQ3IguwqMjeeR5zG
ws5RAJ9XxYFHGxllGTnv1t/dOMN2OITWpg==
=70iX
-----END PGP SIGNATURE-----

Changes since xorgproto-2020.1:
Alan Coopersmith (3):
      Fix spelling/wording issues
      Xfuncproto: define _X_NONSTRING for __attribute__((nonstring))
      XKB: Mark key name arrays as not NUL-terminated strings

Peter Hutterer (28):
      Remove misleading comment about not adding syms to XF86keysym.h
      gitlab CI: add a basic build test
      XF86keysym.h: reserve a range for Linux kernel keysyms
      XF86keysyms.h: add new keycodes from kernel v5.10
      XF86keysyms.h: add new keycodes from kernel v5.6
      XF86keysyms.h: add new keycodes from kernel v5.5
      XF86keysyms.h: add new keycodes from kernel v5.2
      XF86keysyms.h: add new keycodes from kernel v5.1
      XF86keysyms.h: add comment for new keycodes from kernel v4.16
      XF86keysyms.h: add new keycodes from kernel v4.13
      XF86keysyms.h: add new keycodes from kernel v4.12
      XF86keysyms.h: add new keycodes from kernel v4.7
      XF86keysyms.h: add new keycodes from kernel v4.1
      XF86keysyms.h: add new keycodes from kernel v3.18
      XF86keysyms.h: add new keycodes from kernel v3.16
      XF86keysyms.h: add new keycodes from kernel v3.13
      XF86keysyms.h: add new keycodes from kernel v3.10
      XF86keysyms.h: add comment for new keycodes from kernel v3.1
      XF86keysyms.h: add some keycodes from 2.6.3x kernels
      XF86keysyms.h: add some keycodes from 2.6.2x kernels
      XF86keysyms.h: add comments for some keycodes from 2.6.1x kernels
      XF86keysyms.h: add some keycodes from kernels 2.6.11 and earlier
      XF86keysym.h: fix a few references to invalid keys
      scripts: use a named pattern for the hexcode check in comments
      scripts: make sure all "Use: XK_Foo" comments point to existing symbols
      gitlab CI: add an autotools distcheck job
      configure.ac: remove trailing whitespaces
      xorgproto 2021.2

Povilas Kanapickas (9):
      specs: Fix grammar (duplicate word)
      specs: Fix incorrect wording for ignored parameter
      specs: Only key code can be grabbed, not key symbol
      specs: Improve consistency of grammar in a list
      specs: Use non-hyphenated spelling of nonzero
      specs: Fix example of touch event processing
      specs: Improve description of detail field in DeviceEvent
      specs: Improve description of detail field in XIPassiveGrabDevice
      specs: Make links between XI2 enum and event names explicit

Samuel Thibault (4):
      keysymdef: Add vietnamese dead accents
      keysymdef: Add Hangul unicode equivalents
      keysymdef.h: Fix the documented perl regexp
      keysymdef: Fix left/rightanglebracket Unicode equivalent

orbea (2):
      pkgconfig: Drop exec_prefix from the .pc.in files.
      meson: Use configure_file for pc files.

---
 .gitlab-ci.yml                     |   81 ++++++
 COPYING-x11proto                   |    2 
 README.md                          |   30 ++
 applewmproto.pc.in                 |    1 
 bigreqsproto.pc.in                 |    1 
 compositeproto.pc.in               |    1 
 configure.ac                       |   13 -
 damageproto.pc.in                  |    1 
 dmxproto.pc.in                     |    1 
 dpmsproto.pc.in                    |    1 
 dri2proto.pc.in                    |    1 
 dri2proto.txt                      |    4 
 dri3proto.pc.in                    |    1 
 evieproto.pc.in                    |    1 
 fixesproto.pc.in                   |    1 
 fixesproto.txt                     |    2 
 fontcacheproto.pc.in               |    1 
 fontsproto.pc.in                   |    1 
 glproto.pc.in                      |    1 
 include/GL/glxint.h                |    2 
 include/GL/internal/glcore.h       |    2 
 include/X11/HPkeysym.h             |    2 
 include/X11/XF86keysym.h           |  239 +++++++++++++++++++
 include/X11/Xfuncproto.h           |    8 
 include/X11/ap_keysym.h            |    2 
 include/X11/extensions/Printstr.h  |    8 
 include/X11/extensions/XKB.h       |    2 
 include/X11/extensions/XKBproto.h  |    7 
 include/X11/extensions/XKBstr.h    |    7 
 include/X11/extensions/syncconst.h |    2 
 include/X11/extensions/syncstr.h   |    2 
 include/X11/extensions/windowswm.h |    2 
 include/X11/fonts/FS.h             |    2 
 include/X11/keysymdef.h            |  193 ++++++++-------
 inputproto.pc.in                   |    1 
 kbproto.pc.in                      |    1 
 lg3dproto.pc.in                    |    1 
 man/Xprint.man                     |    6 
 man/Xprint.sgml                    |    6 
 meson.build                        |  115 ++++-----
 presentproto.pc.in                 |    1 
 presentproto.txt                   |    2 
 printproto.pc.in                   |    1 
 randrproto.pc.in                   |    1 
 randrproto.txt                     |    2 
 recordproto.pc.in                  |    1 
 renderproto.pc.in                  |    1 
 resourceproto.pc.in                |    1 
 scripts/keysym-generator.py        |  452 +++++++++++++++++++++++++++++++++++++
 scrnsaverproto.pc.in               |    1 
 specs/XI2proto.txt                 |  106 ++++----
 specs/XIproto.txt                  |   10 
 specs/kbproto/appD.xml             |    6 
 specs/recordproto/record.xml       |    2 
 specs/scrnsaverproto/saver.xml     |   10 
 specs/xextproto/appgrp.xml         |    6 
 specs/xextproto/dbe.xml            |    2 
 specs/xextproto/dpms.xml           |    4 
 specs/xextproto/evi.xml            |    2 
 specs/xextproto/security.xml       |    8 
 specs/xextproto/shm.xml            |    2 
 specs/xextproto/tog-cup.xml        |    6 
 specs/xproto/glossary.xml          |    2 
 specs/xproto/keysyms.xml           |    2 
 specs/xproto/sect1-9.xml           |    2 
 trapproto.pc.in                    |    1 
 videoproto.pc.in                   |    1 
 windowswmproto.pc.in               |    1 
 xcalibrateproto.pc.in              |    1 
 xcmiscproto.pc.in                  |    1 
 xextproto.pc.in                    |    1 
 xf86bigfontproto.pc.in             |    1 
 xf86dgaproto.pc.in                 |    1 
 xf86driproto.pc.in                 |    1 
 xf86miscproto.pc.in                |    1 
 xf86rushproto.pc.in                |    1 
 xf86vidmodeproto.pc.in             |    1 
 xineramaproto.pc.in                |    1 
 xproto.pc.in                       |    3 
 xproxymngproto.pc.in               |    1 
 xv-protocol-v2.txt                 |    2 
 81 files changed, 1090 insertions(+), 317 deletions(-)
---


More information about the xorg-commit mailing list