summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api
Commit message (Expand)AuthorAgeFilesLines
* Don't access a dangling pointerGiulio Camuffo2014-11-201-0/+2
* Remove deleted views from the listGiulio Camuffo2014-11-141-1/+3
* Make sure to have valid texturesGiulio Camuffo2014-11-103-4/+11
* Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-282-9/+1
* Fix the compositor's wayland versioningGiulio Camuffo2014-10-096-12/+12
* Remove duplicate size property declarationMikko Levonmaa2014-10-061-1/+0
* Fix warning from qmake in the compositor headersLaszlo Agocs2014-09-051-1/+1
* 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
* Replace signals with Q_SIGNALS.Robin Burchell2014-08-193-3/+3
* QWaylandCompositor: Warn if there are still destroyed surfaces on destruction.Robin Burchell2014-08-181-4/+0
* 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-073-5/+7
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-012-0/+16
* Make Surface own its visibility propertyGiulio Camuffo2014-08-011-6/+10
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-311-3/+1
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-311-1/+3
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-07-312-0/+27
|\
| * Fix QWaylandSurfaceItem to process hover eventsDaniel Nicoletti2014-04-302-0/+27
* | Add more API to change QWaylandSurface propertiesGiulio Camuffo2014-07-305-12/+53
* | Introduce QWaylandSurfaceInterfaceGiulio Camuffo2014-07-308-163/+322
* | Destroy the SurfaceBuffers and their textures after the wl_buffer are destroyedGiulio Camuffo2014-07-301-6/+6
* | 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
* | Fix creation of custom shellsGiulio Camuffo2014-07-082-6/+6
* | Fix a few project warningsGiulio Camuffo2014-07-084-4/+6
* | Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-083-4/+4
* | 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 unsetting the shell surface on deletionGiulio Camuffo2014-06-121-1/+1
* | Export the QWaylandSurfaceItem classGiulio Camuffo2014-06-121-1/+1
* | Support configurable capabilities for input devicesMikko Levonmaa2014-04-292-3/+22
* | Make it possible to have custom shell implementationsGiulio Camuffo2014-04-298-14/+311
* | Fix possible racey crash after surface destructionGiulio Camuffo2014-04-291-0/+4
* | Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-2916-171/+273
* | Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-295-14/+6
* | Rework the way buffers are used and renderedGiulio Camuffo2014-04-2914-337/+995
* | Merge branch 'stable' into devGunnar Sletta2014-03-258-20/+69
|\|
| * Make the compositor redraw when a surface gets a commit().Giulio Camuffo2014-03-112-1/+2
| * Make sure the frame callbacks are sent at the right timeGiulio Camuffo2014-03-112-0/+7
| * Remove the buffer queue.Giulio Camuffo2014-03-114-7/+7
| * Support changing the keymapGiulio Camuffo2014-03-102-0/+39
| * Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-192-12/+11
| |\
| * | Improve the frame callbacks handlingGiulio Camuffo2014-02-054-12/+14
* | | Dont use a separate mapped state of QWaylandSurfaceItemJorgen Lind2014-03-034-9/+10
| |/ |/|
* | Cleanup extension and hw integration initializationJorgen Lind2014-02-111-1/+1
* | Fix connections in QWaylandSurfaceItemJorgen Lind2014-02-111-11/+10
|/
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-2/+2