Up to [cvs.NetBSD.org] / pkgsrc / devel / wayland-protocols
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 15 16:05:53 2020 UTC (11 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
HEAD
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)
wayland-protocols: Update to 1.20 Based on a patch from wiz@, thanks! Changes: Jonas dahl (2): Makefile.am: Also distribute README.md, GOVERNANCE.md and MEMBERS.md configure.ac: Bump version to 1.20 Ivan Molodetskikh (2): presentation-time: add missing bitfield marker xdg-shell: add missing enum attribute to resize Johan Klokkhammer Helsing (1): Update point-of-contact for Qt Jonas dahl (4): xdg-shell: Remove left-over paragraph from pre positioner versions xdg-shell: Add support for implicit popup repositioning xdg-shell: Add support for explicit popup repositioning configure.ac: Bump version to 1.19 Simon Ser (5): Add governance document Add .editorconfig readme: changes should be submitted via GitLab Add .gitlab-ci.yml Convert plaintext documents to Markdown
Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:19 2020 UTC (11 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)
*: recursive bump for libffi
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 5 22:09:52 2020 UTC (13 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
wayland-protocols: Update to 1.18 This version comes with documentational clarifications, bug fixes and minor additions to existing protocols. See the commit log for details. Alexandros Frantzis (3): linux-explicit-synchronization: Allow fences with opaque EGL buffers linux-explicit-synchronization: Warn about using the protocol while using graphics APIs linux-explicit-synchronization: Clarify implicit synchronization guarantees of release events Chia-I Wu (1): linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID Jan-Marek Glogowski (1): xdg-shell: use case to change the app ID at runtime Jonas dahl (2): xdg-shell/README: Update E-mail address configure.ac: Bump version to 1.18 Sebastian Krzyszkowiak (1): xdg-shell: fix a typo Simon Ser (3): xdg-output: deprecate the xdg_output.done event pointer-gestures: add a release request xdg-output: make xdg_output.description mutable
Revision 1.2 / (download) - annotate - [selected], Tue Aug 27 11:18:16 2019 UTC (18 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
wayland-protocols: Needs wayland-scanner
Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 18 16:07:12 2019 UTC (18 months, 1 week ago) by nia
Branch: MAIN
Diff to selected 1.2 (colored)
Add devel/wayland-protocols. wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. A protocol in wayland-protocols consists of a directory containing a set of XML files containing the protocol specification, and a README file containing detailed state and a list of maintainers.