summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add mouse event synthesizing to the touch extension protocol.Laszlo Agocs2012-02-078-9/+62
* Set pointer focus to null when surface is destroyed.Laszlo Agocs2012-02-031-0/+2
* Don't try to carry over qPrintable() pointersLasse Holmstedt2012-02-033-5/+4
* Fix mouse handling in qml-compositor.Laszlo Agocs2012-02-021-0/+2
* Added reporting of window and content orientation to surface extension.Samuel Rødal2012-02-0110-1/+131
* Revert "Do not attach null buffer."Laszlo Agocs2012-01-301-0/+2
* Do not attach null buffer.Laszlo Agocs2012-01-301-2/+0
* Null out the frame callback ptr properly.Laszlo Agocs2012-01-301-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30144-144/+144
* Fix compilationLaszlo Agocs2012-01-271-0/+1
* Add possibillity of overriding invertedY flag for wl_surfacesJørgen Lind2012-01-261-6/+12
* Make it possible not to have queing of buffers on the serversideJørgen Lind2012-01-261-11/+12
* Revert "Do not generate mouse event on the first motion event."Laszlo Agocs2012-01-261-8/+5
* Do not generate mouse event on the first motion event.Laszlo Agocs2012-01-261-5/+8
* Added missing include to fix build.Samuel Rødal2012-01-251-1/+1
* Adapted to new orientation API in qtbase.Samuel Rødal2012-01-244-5/+5
* Update obsolete contact address.Jason McDonald2012-01-23144-144/+144
* pick the right gl versionGunnar Sletta2012-01-181-1/+1
* Offer the retained selection when no data source is available anymoreLaszlo Agocs2012-01-173-2/+13
* Implement selection offers from compositor to clients.Laszlo Agocs2012-01-1711-57/+248
* Update Wayland shaJørgen Lind2012-01-171-1/+1
* Remove declarations of functions not longer implementedJørgen Lind2012-01-171-10/+0
* Remove unnecessary client list generation in CompositorLaszlo Agocs2012-01-171-1/+0
* Null pointer checkPaul Olav Tvete2012-01-171-1/+2
* Make sure that subSurface extension handling in client is initializedJørgen Lind2012-01-171-0/+1
* Avoid using an extra event for each touch report.Laszlo Agocs2012-01-163-14/+20
* Do not send stationary pointsLaszlo Agocs2012-01-161-0/+4
* Send the contents of the rawScreenPositions() list too.Laszlo Agocs2012-01-163-0/+43
* Rename touch extension interface and fix event sendingLaszlo Agocs2012-01-165-21/+27
* Update license headers.Jason McDonald2012-01-1657-849/+1244
* Introduce a touch protocol extension.Laszlo Agocs2012-01-1315-15/+516
* Fix handleScreenOrientationChange call in wayland plug-in.Laszlo Agocs2012-01-131-1/+1
* Do not use the removed primary flag for touch points.Laszlo Agocs2012-01-131-2/+0
* Replaced missed instance of Wayland::Surface->clientHandle()Andy Nichols2012-01-131-2/+2
* Fix linking errorKent Hansen2012-01-121-1/+1
* Make touch events working in the qml example compositor.Laszlo Agocs2012-01-111-8/+8
* Make touch event sending more robust in the InputDevice.Laszlo Agocs2012-01-111-5/+15
* Don't crash when sending touch events.Laszlo Agocs2012-01-111-1/+1
* Move event handling into WaylandInput apiJørgen Lind2012-01-1114-342/+511
* Add global x and y coordinates to our mouse eventsJørgen Lind2012-01-104-10/+35
* Remove unused variables from wlcompositor and wlsurfaceJørgen Lind2012-01-103-18/+52
* Expose the mouse focus functions from Wayland::CompositorJørgen Lind2012-01-102-0/+16
* Cleanup Wayland::Surface's client handle logicJørgen Lind2012-01-104-54/+35
* Create a ShellSurface classJørgen Lind2012-01-107-44/+80
* Dont keep track of the focus surfacesJørgen Lind2012-01-102-12/+2
* Direct rendering fix for previous fix.Paul Olav Tvete2012-01-101-5/+4
* Make compositor handle subsurfaces with shm buffers.Jørgen Lind2012-01-101-1/+6
* When changing the cursor, call damage on itJørgen Lind2012-01-101-0/+1
* Add an interface to call damage on a wl_bufferJørgen Lind2012-01-101-0/+10
* Remove unnecessary state keeping in input deviceLaszlo Agocs2012-01-102-5/+1