summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Add a missing #include <QtCore/QStringList>Thiago Macieira2012-05-041-0/+1
* Fix build: update to QPA APIThiago Macieira2012-04-241-1/+1
* Make the module not depend on QtBase configureJørgen Lind2012-03-121-15/+18
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* 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
* 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-1657-849/+1244