summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* InputMethod: fix minor typo in debug logOlivier Blin2014-09-091-4/+2
* Fix QWaylandScreen geometry and physical sizeGiulio Camuffo2014-09-081-0/+2
* Fix warning from qmake in the compositor headersLaszlo Agocs2014-09-051-1/+1
* Remove the unused context parameter from lock/unlockLaszlo Agocs2014-08-262-4/+4
* compositor: Do not access members after deleting an instanceLaszlo Agocs2014-08-231-1/+1
* Do not crash when querying transientParent() and there's noneLaszlo Agocs2014-08-221-1/+1
* QWlSurface: Remove unused static.Robin Burchell2014-08-221-2/+0
* Replace signals with Q_SIGNALS.Robin Burchell2014-08-193-3/+3
* Compile with protected visibilityThiago Macieira2014-08-191-1/+3
* QWaylandCompositor: Warn if there are still destroyed surfaces on destruction.Robin Burchell2014-08-182-4/+3
* Remove QWaylandResourceCollection.Robin Burchell2014-08-154-177/+1
* Remove left-over wayland includeGiulio Camuffo2014-08-152-4/+5
* Don't include wayland-server.h in public headersGiulio Camuffo2014-08-152-4/+7
* Do not list a non-existing file in the projectLaszlo Agocs2014-08-111-1/+0
* Fix namespaced buildGiulio Camuffo2014-08-078-8/+23
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-016-22/+41
* Make Surface own its visibility propertyGiulio Camuffo2014-08-015-16/+14
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-315-33/+36
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-319-79/+67
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-07-314-3/+29
|\
| * Fix popup positioningDaniel Nicoletti2014-05-112-3/+2
| * Fix QWaylandSurfaceItem to process hover eventsDaniel Nicoletti2014-04-302-0/+27
* | Add more API to change QWaylandSurface propertiesGiulio Camuffo2014-07-306-15/+56
* | Introduce QWaylandSurfaceInterfaceGiulio Camuffo2014-07-3014-210/+370
* | Destroy the SurfaceBuffers and their textures after the wl_buffer are destroyedGiulio Camuffo2014-07-304-7/+42
* | Fix the y inversion of QWaylandSurfaceItemGiulio Camuffo2014-07-291-2/+5
* | Add a boolean return value to QWaylandCompositor::openUrl()Vesa Halttunen2014-07-232-3/+3
* | Do not send auto repeat key events to the clientsGiulio Camuffo2014-07-231-1/+1
* | Fix build with noglPier Luigi Fiorini2014-07-221-1/+0
* | Fix creation of custom shellsGiulio Camuffo2014-07-083-7/+6
* | Fix a few project warningsGiulio Camuffo2014-07-084-4/+6
* | Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-088-11/+7
* | Have more guards against mis-use of surfaceless QWaylandSurfaceItemsGiulio Camuffo2014-06-251-10/+26
* | Allow for the creation of surface-less QWaylandSurfaceItemsGiulio Camuffo2014-06-232-14/+21
* | Fix wrong fetching of the y-inverted valueGiulio Camuffo2014-06-161-1/+1
* | Fix crash when deleting ShellSurface objectsGiulio Camuffo2014-06-132-1/+19
* | Fix unsetting the shell surface on deletionGiulio Camuffo2014-06-121-1/+1
* | Export the QWaylandSurfaceItem classGiulio Camuffo2014-06-121-1/+1
* | Fix generated code for interface names not starting with qt_ or wl_Giulio Camuffo2014-06-126-6/+6
* | Disable headers precompilationGiulio Camuffo2014-06-041-0/+1
* | Add grab support for QtWayland::KeyboardMikko Levonmaa2014-05-062-16/+79
* | Support configurable capabilities for input devicesMikko Levonmaa2014-04-294-31/+101
* | Fix compilation on c++03Giulio Camuffo2014-04-291-1/+1
* | Make it possible to have custom shell implementationsGiulio Camuffo2014-04-2914-75/+364
* | Fix possible racey crash after surface destructionGiulio Camuffo2014-04-291-0/+4
* | Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-2933-295/+378
* | Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-299-29/+28
* | Rework the way buffers are used and renderedGiulio Camuffo2014-04-2930-520/+1315
* | Fix the creation of wl_data_offer objectsGiulio Camuffo2014-04-241-1/+1
* | Fix unsetting the wl_data_device selectionGiulio Camuffo2014-04-241-3/+4