summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
Commit message (Expand)AuthorAgeFilesLines
* Get rid of dummy source update functions and debug output.Samuel Rødal2012-03-071-1/+0
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* Use the new cool event wrapper functions generated by wayland-scannerJørgen Lind2012-03-0511-38/+36
* Fixing includes to make it compile againJørgen Lind2012-03-054-2/+6
* Upgrade to newer wayland SHA-1.Samuel Rødal2012-03-0511-36/+260
* Add '16 mouse buttons' feature to InputDevice::toWaylandButtonRick Stockton2012-03-031-8/+20
* Do not crash the compositor when hiding a widget.Laszlo Agocs2012-03-021-1/+1
* Improve wayland_cast and introduce resolve to simplify code.Samuel Rødal2012-03-026-11/+12
* Get rid of warnings in compositor source.Samuel Rødal2012-03-028-5/+37
* Avoid flicker when switching back to composited modePaul Olav Tvete2012-03-021-0/+4
* Make direct rendering work after QPlatformScreenBuffer refactoringPaul Olav Tvete2012-03-014-15/+15
* Make SurfaceBuffer a QPlatformScreenBufferJørgen Lind2012-03-016-52/+140
* Refactor wlsurface,Jørgen Lind2012-02-294-172/+187
* Support ShowIsFullScreen in plugin and compositor.Samuel Rødal2012-02-232-0/+7
* Fix issues with sendOnScreenVisibilityChangeLasse Holmstedt2012-02-202-2/+2
* Call the correct frameFinished method in Surface::sendFrameCallbackAndy Nichols2012-02-201-1/+1
* Compositor memory leak fixesLaszlo Agocs2012-02-157-10/+49
* Expose in a virtual function that surfaces are being destroyedJørgen Lind2012-02-152-1/+2
* Added convenience properties in WaylandSurface for window orientation.Samuel Rødal2012-02-144-0/+15
* Removing Wayland::SurfacePrivateJørgen Lind2012-02-1312-541/+561
* Fix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL is not setLaszlo Agocs2012-02-131-2/+2
* Surface::isInverted Dont use xor and move the ret variableJørgen Lind2012-02-121-3/+2
* Added window flags to the surface-extension protocolGunnar Sletta2012-02-104-1/+34
* Add TouchCancel support.Laszlo Agocs2012-02-101-0/+5
* Fix data device handling.Laszlo Agocs2012-02-072-3/+10
* Add mouse event synthesizing to the touch extension protocol.Laszlo Agocs2012-02-074-3/+14
* 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
* Added reporting of window and content orientation to surface extension.Samuel Rødal2012-02-014-1/+73
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3030-30/+30
* 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
* Adapted to new orientation API in qtbase.Samuel Rødal2012-01-241-1/+1
* Update obsolete contact address.Jason McDonald2012-01-2330-30/+30
* 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-175-5/+102
* 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
* Avoid using an extra event for each touch report.Laszlo Agocs2012-01-161-3/+10
* Do not send stationary pointsLaszlo Agocs2012-01-161-0/+4
* Send the contents of the rawScreenPositions() list too.Laszlo Agocs2012-01-162-0/+33
* Rename touch extension interface and fix event sendingLaszlo Agocs2012-01-162-6/+10
* Update license headers.Jason McDonald2012-01-1630-540/+537
* Introduce a touch protocol extension.Laszlo Agocs2012-01-136-8/+236
* 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-116-225/+225
* Add global x and y coordinates to our mouse eventsJørgen Lind2012-01-104-10/+35