aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20xdg_shell: add missing <description> tags to the 'state' enum entriesPeter Hutterer
The scanner parses CDATA in <entry> but lets it disappear otherwise. To have descriptive text associated with the <entry>, we need a <description> tag - and that must have a summary attribute. The current scanner doesn't handle <description> however, so to get the summary printed in the output file we still need the summary attribute in the entry tag too. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-20COPYING: Update copyrightsJonas Ådahl
I went through all of the protocols and used the copyright hints in them and used the result of that to put in the COPYING file. One exception was the fullscreen shell which was missing the copyright details. As per direct contact with the original author, copyright of fullscreen shell should be attributed to the author himself and was therefore added to COPYING. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-18Makefile.am: Include protocol README files in tarballJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-17README: postfix -> suffixJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-17README: Use the word 'deprecated' instead of 'obsolete'Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-17Remove presentation timing protocolJonas Ådahl
The presentation timing protocol is already ready for being declared stable and given this we can skip having it going through the unstable naming procedures. Lets remove it for now, and re-introduce in stable/ when declaring it stable. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-16README: Add note about CC:ing maintainersJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09linux-dmabuf: Change the zlinux_prefix to zwp_linuxJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09Apply the new version suffix convention to the protocolsJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Make the interface major version suffix more clearJonas Ådahl
Append _vN instead of just N where N is the major version. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Some clarifications regarding major vs minor versionsJonas Ådahl
Was missing that the major version is also part of the interface names. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09Change all of the zwl_ prefixed protocols to use the zwp_ prefixJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Document interface naming conventionJonas Ådahl
Document that what different types of protocols should prefix their interfaces with. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Change the examples from wl_ to wp_Jonas Ådahl
It was decided that the wl_ prefixed used by protocols and the wayland-client and wayland-server API should only be used by those two libraries. Instead, invent a new prefix for protocols in wayland-protocols: wp_, which stands for Wayland Protocol. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Remove confusing part of paragraph about releasesJonas Ådahl
It should be understood that it is possible to make "oops didn't mean that" commits making intra-release backward incompatible changes. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-06README: Another typo fix and some line wrap cleanupJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-06README: typo fixesPekka Paalanen
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-03README: Clarify unstable between release on an unstable protocolJonas Ådahl
Unstable changes can be made to unstable protocols, but this was about unstable changes within the same major version. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-03Added README file describing development procedures etcJonas Ådahl
The format used is (unverified) AsciiDoc. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-30Migrate xdg_shell protocolJonas Ådahl
This migration did not involve any renaming, xdg_shell already has its own form of unstable protocol semantics. The next xdg_shell protocol change will change to the new naming semantics, and not earlier in order to minimize breakage. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-29Add README files containing protocol maintainersJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-21Migrate the input method protocolJonas Ådahl
Applied the unstable naming convention. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-21Migrate the text input protocolJonas Ådahl
Renamed from "text" to "text-input" and applied the unstable naming convention. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-21Migrate presentation timing protocolJonas Ådahl
Applied unstable naming convention. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-21Migrate linux-dmabuf protocolJonas Ådahl
Version postfix added to interface names. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-21pointer-gestures: Use the new unstable naming schemaJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-20fullscreen-shell: Use the new unstable naming schemaJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-09Add fullscreen shell protocolJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-09Add autotools installation filesJonas Ådahl
Currently installs unstable protocols under an unstable/ subdirectory in $prefix/share/wayland-protocols/. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-09Add unstable pointer gesture protocolJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-09Initial commitJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>