Commit Graph

  • 5079aaeb08 Accepting request 1161687 from X11:XOrg factory Ana Guerrero 2024-03-26 18:25:41 +0000
  • 6e50129063 - Update to version 2024.1 * updates for the DRI3 and Present protocol definitions to support explicit synchronization and other keysyms/keydefs fixes and improvements. Stefan Dirsch 2024-03-26 09:51:58 +0000
  • db5ec7105c Accepting request 1093477 from X11:XOrg Dominique Leuenberger 2023-06-18 21:07:34 +0000
  • 47fec60c2a - Update to version 2023.2 * quick-fix release to address the Present protocol version not being updated in xorgproto-2023.1. Stefan Dirsch 2023-06-16 11:19:06 +0000
  • d2da55b190 Accepting request 1091981 from X11:XOrg Dominique Leuenberger 2023-06-12 13:25:05 +0000
  • 6fa1e70921 - Update to version 2023.1 This release introduces a couple of new options for existing extensions: * A new option PresentOptionAsyncMayTear for the Present extension, * A new flag XFixesClientDisconnectFlagForceTerminate to the XFixes XFixesClientDisconnectFlags intended to be used by screen lockers, where the server must exit if the screen locker does. The other changes include various fixes, clarifications and keysym definitions updates: Stefan Dirsch 2023-06-10 11:31:11 +0000
  • a486a13b33 Accepting request 1062233 from X11:XOrg Dominique Leuenberger 2023-02-01 15:38:26 +0000
  • ed69a2ece7 - switched to multibuild for -doc package to avoid build cycles Stefan Dirsch 2023-01-31 10:31:20 +0000
  • ecccc27bf1 Accepting request 1061849 from home:yecril71pl:branches:X11:XOrg Stefan Dirsch 2023-01-29 10:15:31 +0000
  • 479f2082f1 Accepting request 998573 from X11:XOrg Dominique Leuenberger 2022-08-23 12:26:01 +0000
  • 6bf5f65033 Accepting request 998567 from home:dirkmueller:Factory Stefan Dirsch 2022-08-22 07:27:20 +0000
  • bed4bd945f Accepting request 998454 from home:iznogood:branches:X11:XOrg Stefan Dirsch 2022-08-21 17:09:05 +0000
  • 6c4eaf5cc0 - corrected version in latest changelog Stefan Dirsch 2022-08-20 08:41:19 +0000
  • 8f78910c87 Accepting request 994509 from home:ukbeast89:branches:X11:XOrg Stefan Dirsch 2022-08-20 08:39:44 +0000
  • cb711d7136 Accepting request 971274 from X11:XOrg Dominique Leuenberger 2022-04-23 17:44:56 +0000
  • 3e9c785ed0 - xorgproto 2022.1 * No changes to the actual protocols, just the additions of some new keysyms provided by the Linux kernel. Stefan Dirsch 2022-04-21 02:26:10 +0000
  • d51234b968 Accepting request 919283 from X11:XOrg Dominique Leuenberger 2021-09-21 19:12:13 +0000
  • eb118dfb80 - xorgproto 2021.5 * This release introduces the version 2.4 of the X Input protocol. It contains the addition of the concept of touchpad gestures. Touchpad gesture is an interaction of two or more fingers that can be interpreted as a swipe or a pinch. Stefan Dirsch 2021-09-15 21:45:12 +0000
  • 19ddcca46b Accepting request 896416 from X11:XOrg Dominique Leuenberger 2021-06-05 21:30:32 +0000
  • 794c5ea0b3 Accepting request 896382 from home:dirkmueller:Factory Stefan Dirsch 2021-05-31 17:44:34 +0000
  • b37a20a5b0 Accepting request 889520 from X11:XOrg Dominique Leuenberger 2021-05-02 16:35:12 +0000
  • df40f95b09 - xorgproto 2021.4 The big new feature in this release is Olivier's addition that makes up XFixes 6: the new ClientDisconnectMode. An X server that is started on demand (Xwayland) should ideally also terminate when the last client disconnects. However, some X11 clients that provide system services will linger around forever, preventing that shutdown. With the new XFixes request, a client can designate itself as to-be-terminated and the X server can ignore those clients when counting the number of remaining clients. If no other clients are left, the server can shut down. Note that this requires changes to the X server and each client to work. Stefan Dirsch 2021-04-30 10:22:17 +0000
  • be79092ebb dummy change to trigger rebuild Stefan Dirsch 2021-04-17 13:24:03 +0000
  • 2bb8e7d5b6 Accepting request 875092 from X11:XOrg Richard Brown 2021-03-02 11:25:50 +0000
  • 35b895443c - xorgproto 2021.3 If you thought the 2021.2 release was exciting, well, you're in for a surprise: this one even builds with meson! How cool is that?! Somewhat related: the new script to generate and verify the keysyms was missing from the (autotools-generated) tarball, causing a meson build from that tarball to fail during the setup phase. This is fixed now. No changes to the rest of the sources, so this is effectively identical to yesterday's tarball. Stefan Dirsch 2021-02-25 10:44:08 +0000
  • 8cf76eaac9 - xorgproto 2021.2 This release is mostly all about keysyms. Some additions to Vietnamese and Hangul but the big set of commits here is catching up with several years of Linux kernel releases. The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what you'd expect). Beyond the normal range expected to change with different layouts there are many keycodes that should only ever do one thing. For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of layout). In the past, we've added these keysyms on a as-requested basis. We now have a reserved subrange in the already reserved range for XF86Foo keysyms. Within that range, keysyms map directly to their evdev counterparts, making future updates easier. The above example KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym. The header file follows a strict convention to make this range machine-readable, xkeyboard-config can make use of this to make those keysyms available by default. Note that almost all keys are outside the X keycode range so very little will change under X. Note that most keys exist on selected devices only so the practial use is quite limited. But those keysyms are available through normal XKB configuration so users can re-map existing keys where needed. Aside from those, a bit of misc cleanup work. Many thanks to all contributors. Stefan Dirsch 2021-02-25 10:42:04 +0000
  • d699ba2da9 Accepting request 793959 from X11:XOrg Dominique Leuenberger 2020-04-19 19:35:24 +0000
  • b4ef09e77f - xorgproto 2020.1 * This release adds a new keysym, a state-change event to the DPMS extension, synchronizes more of the meson and autotools build sytems, and converts some quasi-text documentation to Markdown. Stefan Dirsch 2020-04-14 21:29:49 +0000
  • f0c0949fb4 Accepting request 741048 from X11:XOrg Dominique Leuenberger 2019-10-24 21:00:44 +0000
  • 7e0b7135e8 - xorgproto 2019.2 * This release moves more header files to the legacy set. Note that this means libX11 older than 1.6.9 and libXvMC older than 1.0.12 will not build without some legacy headers installed. Stefan Dirsch 2019-10-18 10:39:07 +0000
  • 9f8f214610 Accepting request 711706 from X11:XOrg Dominique Leuenberger 2019-07-16 06:37:08 +0000
  • 757d2ef041 - use --enable-legacy configure option on existing products in order not to break package builds, which still requires any of these extensions: * trapproto * xf86miscproto * xproxymngproto deleterequests for the affected packaages have been done for factory/TW Stefan Dirsch 2019-06-24 14:49:28 +0000
  • 08ed56cf6a - xorgproto 2019.1 * This release boasts a bunch of cleanup work and a few new keysyms. No functional changes to any of the protocols. Stefan Dirsch 2019-06-21 10:12:47 +0000
  • aaa9927163 Accepting request 620406 from X11:XOrg Dominique Leuenberger 2018-07-22 21:33:49 +0000
  • a9bb42149a Accepting request 619635 from home:tobijk:X11:XOrg Stefan Dirsch 2018-06-29 08:23:11 +0000
  • 76d6acd86f Accepting request 581293 from home:tobijk:X11:XOrg Stefan Dirsch 2018-03-01 10:13:54 +0000