summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
Commit message (Expand)AuthorAgeFilesLines
...
* Prevented crash and missing animation for shm clients.Samuel Rødal2012-03-281-12/+9
* Properly report content orientation changes in the compositor.Samuel Rødal2012-03-281-1/+1
* Don't initialize QRegion with an int.Samuel Rødal2012-03-281-2/+0
* Change the touch extension to be always available.Laszlo Agocs2012-03-285-14/+9
* Remember to free the qtkey extension class.Samuel Rødal2012-03-281-0/+1
* Enable the qtkey extension regardless.Samuel Rødal2012-03-285-13/+8
* Added qtkey extension to send raw QKeyEvents over the protocol.Samuel Rødal2012-03-277-1/+224
* 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