summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Get rid of dummy source update functions and debug output.Samuel Rødal2012-03-071-1/+0
* Remove friend declarations in WaylandSurfaceJørgen Lind2012-03-061-3/+0
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* Fixed WaylandSurfaceItem for when paint enabled is false.Samuel Rødal2012-03-052-4/+15
* Build with latest qtdeclarative.Samuel Rødal2012-03-051-1/+1
* Use the new cool event wrapper functions generated by wayland-scannerJørgen Lind2012-03-0512-40/+38
* 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-0210-35/+46
* Get rid of warnings in compositor source.Samuel Rødal2012-03-029-5/+39
* Avoid flicker when switching back to composited modePaul Olav Tvete2012-03-023-10/+42
* Make direct rendering work after QPlatformScreenBuffer refactoringPaul Olav Tvete2012-03-014-15/+15
* Make SurfaceBuffer a QPlatformScreenBufferJørgen Lind2012-03-019-62/+143
* Load the module so we get the correct QT_CONFIGJørgen Lind2012-02-291-0/+2
* Refactor wlsurface,Jørgen Lind2012-02-294-172/+187
* Support ShowIsFullScreen in plugin and compositor.Samuel Rødal2012-02-236-2/+28
* Make glx backend compiling again after qtbase broke the includesLaszlo Agocs2012-02-211-0/+1
* Don't send Deactivate events when creating WaylandSurfaceItemLasse Holmstedt2012-02-201-1/+3
* Fix issues with sendOnScreenVisibilityChangeLasse Holmstedt2012-02-204-3/+8
* Call the correct frameFinished method in Surface::sendFrameCallbackAndy Nichols2012-02-201-1/+1
* Compositor memory leak fixesLaszlo Agocs2012-02-1514-14/+81
* Expose in a virtual function that surfaces are being destroyedJørgen Lind2012-02-154-1/+8
* Added convenience properties in WaylandSurface for window orientation.Samuel Rødal2012-02-1410-2/+58
* Removing Wayland::SurfacePrivateJørgen Lind2012-02-1315-555/+601
* Fix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL is not setLaszlo Agocs2012-02-131-2/+2
* Fix build of compositors by always including QOpenGLContext.Pier Luigi Fiorini2012-02-121-1/+1
* 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-107-2/+60
* 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-076-3/+26
* 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-016-1/+88
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3057-57/+57
* 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
* Added missing include to fix build.Samuel Rødal2012-01-251-1/+1
* Adapted to new orientation API in qtbase.Samuel Rødal2012-01-241-1/+1
* Update obsolete contact address.Jason McDonald2012-01-2357-57/+57
* 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