summaryrefslogtreecommitdiffstats
path: root/wayland_sha1.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update Wayland SHAJorgen Lind2012-08-171-1/+1
| | | | | Change-Id: I3a0adb4b935282b9bb421a87dc8241d6ea8271f0 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Update wayland shaJorgen Lind2012-07-061-1/+1
| | | | | Change-Id: Icf48c40b4d078b13c4132e52d351a22395d4ca76 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Follow protocol changes in pointer attachLaszlo Agocs2012-06-191-1/+1
| | | | | Change-Id: I68b480b7feea814f79997c6a39e4567c3a990f47 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Bump shaLaszlo Agocs2012-06-041-1/+1
| | | | | | | | | | | keyboard_modifiers is not yet sent from server side (in qt-compositor) on keyboard focus, this needs to be added later. Unfortunately the event is somewhat libxkbcommon-specific... Also move/removed some unused variables. Change-Id: Id971bdc3a0e217740593d23145fc4ebb27d99a06 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-201-1/+1
| | | | | Change-Id: I0d218c32478c2acce4d7012bdb26b0cde50ee633 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Start using the new wl_fixed_t type properlyLaszlo Agocs2012-05-091-1/+1
| | | | | | | | | | | | | | The mouse and touch coordinates cannot just be treated as integers anymore, they need to be converted from/to double using the helper functions. Some necessary QPoint -> QPointF changes have also been made. For the Qt-specific touch extension we will not switch to wl_fixed_t though. This is because the precision is unfortunately quite small (factor of 256 vs. 10000). Change-Id: I23deaaffe478a39495b12d336985bc62e38a6af4 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Update to wayland headLaszlo Agocs2012-05-091-1/+1
| | | | | Change-Id: Ie012861bc40e3bc448d85c9d8c27f798434020ed Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-191-1/+1
| | | | | | | | | | This commit makes the qtwayland module compatible with wayland sha1 677c5180e67be18b7a0867fafb7f205b57a6e9ff. Change-Id: I5af0510034b7e4a038313b80f1f6e0b18fa48eb3 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com> Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Updated SHA-1 in wayland_sha1.txt to one against which qtwayland builds.Samuel Rødal2012-04-111-1/+1
| | | | | | | | | | Prevents following error: wayland-util.h:152: error: ‘size_t’ does not name a type Some <string.h> includes are also not necessary any more. Change-Id: I0846948ba32d32521b0749b616eea3cad0ed3383 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Update wayland_sha1 and implement buffer_pool interfaceJørgen Lind2012-04-101-1/+1
| | | | | Change-Id: I0628a7655a6deb061a5d0b6c6304c89d8655cf11 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Update wayland_sha1Jørgen Lind2012-03-051-1/+1
| | | | | Change-Id: I34e186595e3111b687f95b6d9ddb8d497fc6d2d0 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Upgrade to newer wayland SHA-1.Samuel Rødal2012-03-051-1/+1
| | | | | Change-Id: If0c1d86a3011e266cafabeb875bc5616191a8cf4 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Update SHA-1 to match 0.85.0 release.Samuel Rødal2012-03-011-1/+1
| | | | | Change-Id: I3b90ed63d4e4e5f2f5d1b7936f8622aa477a0ac8 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Update Wayland shaJørgen Lind2012-01-171-1/+1
| | | | | | Change-Id: Ic248b08863e661259ad5f96c35b1135d9de594f8 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Add global x and y coordinates to our mouse eventsJørgen Lind2012-01-101-1/+1
| | | | | | | | | | Qt applications don't need global x and y, but the protocol dictates it, so someone else might need it. We still keep the api to just use the local coordinates Change-Id: I4b34df935a6692a8d72946c16603d3d600514161 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Corrected wayland_sha1.txtSamuel Rødal2012-01-051-1/+1
| | | | | | | | | | Change d9ea435f0179fe2b5fe0 updated wayland_sha1.txt with a SHA-1 that was too old, touch_down had not gotten the focus surface as a parameter yet. Change-Id: I1979238261758ef0b145997d5cd11c4c8953f1c5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andy Nichols <andy.nichols@nokia.com>
* Update wayland-sha and implement the surface on the touchdown eventJørgen Lind2011-12-231-1/+1
| | | | | Change-Id: I32435569e6e1181c6bbafb87d885834a883bf43b Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
* Added a resourcecollection classJørgen Lind2011-12-141-1/+1
| | | | | | | | | | This class will typically be the super class of globals which creates wl_resources in the bind functions. If for some reason some other class needs to get a resource for a given client of the global, it can look it up Change-Id: I939cc7aaeb15586f2c760c600c188a8cbf19f358 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Implement shell_surfaceJørgen Lind2011-12-121-1/+1
| | | | | | | | shell_surface is the compositors view of surfaces while wl_surface is the clients view of the surface Change-Id: Ic84eda94ac03960ab566cfc569a103c2b6ad1d44 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* update shaJørgen Lind2011-11-301-1/+1
| | | | | Change-Id: If17fdd64fa49fdc8f717cd638d7c09d951d93c4e Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Update wayland sha.Laszlo Agocs2011-06-301-1/+1
|
* Update wayland_shaJørgen Lind2011-06-231-1/+1
| | | | | also, make the surfaceMapped signal give a size and not rect and use the new visual api
* Updated known-good wayland sha.Laszlo Agocs2011-05-111-1/+1
|
* Added textfile showing what sha1 in wayland we have tested againstJørgen Lind2011-05-031-0/+3