summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
Commit message (Expand)AuthorAgeFilesLines
* Cleaned out usages of removed or to be removed APIs.Samuel Rødal2012-12-062-26/+0
* Cleanup QtWayland moduleAndy Nichols2012-12-031-5/+5
* Port to libxkbcommon 0.2.0.Giulio Camuffo2012-11-051-4/+4
* Update QtCompositor API to use wayland 1.0.0Andy Nichols2012-11-043-7/+25
* Prevent leaking texture ids.Samuel Rødal2012-10-242-4/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2534-204/+204
* Fixed modifiers not working for non-Qt wayland clients.Samuel Rødal2012-09-222-1/+52
* Made qtwayland compositor handle plain wayland clients.Samuel Rødal2012-09-223-0/+96
* Prevent crashing the compositor when the client wants to unset the cursor.Samuel Rødal2012-09-221-1/+3
* use wl_list_for_each_safe instead of wl_list_for_eachElvis Lee2012-09-121-2/+2
* qtwayland: correct order of parameters in setMouseFocus()Elvis Lee2012-08-201-1/+1
* Update Wayland SHAJorgen Lind2012-08-171-1/+1
* Fix fall out from shell protocol changeLaszlo Agocs2012-07-252-4/+4
* Fix broken handling of inactive transient surfacesLaszlo Agocs2012-06-185-3/+16
* Fix build when QtQuick is not availableLaszlo Agocs2012-06-181-0/+4
* Reset keyboard focus when a surface is destroyedLaszlo Agocs2012-06-111-2/+6
* Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal2012-06-064-1/+51
* A few fixes to prevent compositor crashesAndy Nichols2012-06-062-8/+13
* Bump shaLaszlo Agocs2012-06-041-1/+1
* added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2012-05-301-0/+1
* Reset the keyboard and pointer focus when attaching a null bufferLaszlo Agocs2012-05-231-0/+8
* Make axis events compatible with WestonLaszlo Agocs2012-05-201-1/+1
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-205-130/+313
* Implemented graceful quitting of clients.Samuel Rødal2012-05-191-1/+6
* Build without hw integration.Samuel Rødal2012-05-151-1/+8
* Disable some debug prints in clipboardLaszlo Agocs2012-05-154-8/+7
* Make sure the pointer focus is really reset when destroyingLaszlo Agocs2012-05-102-3/+9
* Add wheel event supportLaszlo Agocs2012-05-102-0/+12
* Inform the platform plugin when direct rendering is activePaul Olav Tvete2012-05-103-0/+17
* Implemented refresh rate support.Samuel Rødal2012-05-094-1/+23
* Start using the new wl_fixed_t type properlyLaszlo Agocs2012-05-093-31/+33
* Update to wayland headLaszlo Agocs2012-05-094-5/+56
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-084-5/+5
* Make SurfaceBuffer::handle return something sensibleJørgen Lind2012-05-042-6/+35
* Pass device capabilities to client in the touch extensionLaszlo Agocs2012-04-261-1/+1
* Give "something" for the handle of a shm sufracebufferJørgen Lind2012-04-241-1/+5
* Fix warnings in compositor and 1 wl_resource_send eventJørgen Lind2012-04-241-1/+16
* Fix compositor crash when closing windows with subsurfacesJørgen Lind2012-04-242-0/+10
* Do not delete extended output instances twiceLaszlo Agocs2012-04-241-1/+0
* Send expose from qwindow-compositorLaszlo Agocs2012-04-242-1/+3
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-198-27/+26
* Fix compilation against latest qtbase.Samuel Rødal2012-04-191-1/+1
* Implement nativeBufferLockingJørgen Lind2012-04-174-5/+18
* Decorations: Make it possible to move windows with transient parentLaszlo Agocs2012-04-174-7/+20
* Client side decorationJørgen Lind2012-04-115-13/+331
* Implement so that Compositors can use the wl_pointer_grab interfaceJørgen Lind2012-04-111-24/+22
* Update wayland_sha1 and implement buffer_pool interfaceJørgen Lind2012-04-109-245/+23
* Implemented QDesktopServices in wayland plugin.Samuel Rødal2012-03-291-1/+1
* Introduced WaylandClient API to keep track of clients.Samuel Rødal2012-03-292-5/+4
* Fixed leaking of ExtendedOutput objects in the compositor.Samuel Rødal2012-03-292-1/+11