summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* update server buffer interfacesJorgen Lind2013-12-272-20/+30
* Add hardware integration protocolJorgen Lind2013-12-276-24/+177
* Fix compiler warningsJorgen Lind2013-12-273-0/+14
* Adjust the location of the compositors clientbuffer integration pluginsJorgen Lind2013-12-272-2/+2
* Add server buffer extensionJorgen Lind2013-12-279-28/+532
* Compositor: rename QWaylandGraphicsHardwareIntegrationJorgen Lind2013-12-2712-71/+71
* make compositor build with new directory layoutJorgen Lind2013-12-271-1/+1
* Use the instealled headers in the public headers for clientJorgen Lind2013-12-271-0/+1
* Move wayland into a client directory not under the plugins src folderJorgen Lind2013-12-2726-26/+25
* QtCompositor: Fix retained selectionsAndrew Knight2013-12-183-0/+9
* QtCompositor: Provide a way to update the clipboard on a clientAndrew Knight2013-12-172-0/+25
* Remove redefined InputMethod slotPier Luigi Fiorini2013-12-161-3/+0
* InputMethod extension fixupsAndrew Knight2013-12-161-0/+3
* QtCompositor: Allow key events to be delivered to unfocused windowsAndrew den Exter2013-12-165-0/+16
* QtCompositor: handle destruction in InputMethodAndrew Knight2013-12-162-0/+7
* QtCompositor: Handle destroyed DataSource objects in DataDeviceAndrew Knight2013-12-165-2/+22
* QtCompositor: simplify retained selection implementationAndrew Knight2013-12-165-32/+25
* InputMethod extension fixupsAndrew Knight2013-12-161-2/+3
* QtCompositor: Make ExtensionFlags a QFlagsAndrew Knight2013-12-164-7/+9
* Use QElapsedTimer for Compositor timerAndrew Knight2013-12-164-10/+9
* QtCompositor: fix null pointer referenceAndrew Knight2013-12-151-1/+4
* Unbind suface item from surface when surface is destroyedkwangwoong.lee2013-12-111-0/+3
* Update surface item position when it's createdPier Luigi Fiorini2013-12-091-0/+2
* Return window typePier Luigi Fiorini2013-12-094-12/+38
* Don't send visibility change on creationMikko Harju2013-11-251-1/+0
* Add support for popup shell surfacesJan Arne Petersen2013-11-222-10/+175
* Add Drag&Drop support to compositorJan Arne Petersen2013-11-2217-314/+499
* Add support to get the focused keyboard resourceJan Arne Petersen2013-11-222-0/+6
* Improve grab support for QtWayland::PointerJan Arne Petersen2013-11-222-7/+66
* Add support for text protocol to compositorJan Arne Petersen2013-11-2228-9/+1569
* Do not get blocked on an unmapped bufferJan Arne Petersen2013-11-221-2/+7
* Add TouchGrabberJan Arne Petersen2013-11-222-8/+87
* Export input devices and grabberJan Arne Petersen2013-11-224-5/+13
* Don't assert on a missing output.Robin Burchell2013-11-211-2/+1
* Fix crash on setCursorSurface when the surface is null.Robin Burchell2013-11-201-1/+0
* use private linkage where possibleOswald Buddenhagen2013-11-042-3/+3
* Compositor: Extend QWaylandSurfaceNode from QSGSimpleTextureNodeAndrew Knight2013-10-245-288/+4
* explicitly request wayland-scanner featureOswald Buddenhagen2013-10-211-0/+1
* Compositor: Ping/Pong APIAndrew Knight2013-10-174-1/+24
* Call sendRelease before unlockNativeBufferElvis Lee2013-09-201-1/+2
* Compositor: add BypassWindowManager hint to WindowFlagsAndrew Knight2013-09-201-1/+2
* Allow to customize enabled compositor extensionsJan Arne Petersen2013-09-094-34/+37
* Compositor: Fix refresh rateAndrew Knight2013-09-091-1/+1
* Use QMultiMap instead of wl_list for resourcesJan Arne Petersen2013-08-288-43/+14
* Remove QWaylandSurface::setSize because it is not meaningfulAndrew Knight2013-08-283-11/+4
* Remove unused QtWayland::ObjectJan Arne Petersen2013-08-224-72/+0
* Compile fix for non-XKB buildsAndrew Knight2013-08-221-2/+2
* Change setDirectRenderSurface to return the resultMikko Harju2013-08-192-3/+3
* Destroy surface by force when not destroying an extended surfaceAndrew Knight2013-08-091-0/+2
* Integrate QWindow::Visibility into Compositor APIAndrew Knight2013-08-095-8/+52