summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
Commit message (Expand)AuthorAgeFilesLines
...
| * Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-285-21/+16
| * Gracefully fallback when xkb context creation failsOlivier Blin2014-10-231-9/+27
| * Fix fd leak in case of ftruncate() failure in qwlkeyboardOlivier Blin2014-10-211-1/+3
| * Fix the compositor's wayland versioningGiulio Camuffo2014-10-0921-37/+41
* | Support for multiple input devicesMikko Levonmaa2014-10-203-10/+53
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-198-21/+42
|\|
| * Add or remove popup grabber when the surface is mappedPier Luigi Fiorini2014-09-182-11/+16
| * Don't send the wrong physical size to clientsGiulio Camuffo2014-09-182-2/+17
| * InputMethod: fix minor typo in debug logOlivier Blin2014-09-091-4/+2
| * Fix QWaylandScreen geometry and physical sizeGiulio Camuffo2014-09-081-0/+2
| * Remove the unused context parameter from lock/unlockLaszlo Agocs2014-08-261-2/+2
| * QWlSurface: Remove unused static.Robin Burchell2014-08-221-2/+0
| * QWaylandCompositor: Warn if there are still destroyed surfaces on destruction.Robin Burchell2014-08-181-0/+3
* | Expose surface's client to QMLPier Luigi Fiorini2014-08-172-14/+18
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-08-151-2/+0
|\|
| * Remove QWaylandResourceCollection.Robin Burchell2014-08-151-2/+0
* | Add support for setMask to set input regionJan Arne Petersen2014-08-132-2/+15
|/
* Fix namespaced buildGiulio Camuffo2014-08-074-1/+13
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-014-22/+25
* Make Surface own its visibility propertyGiulio Camuffo2014-08-014-10/+4
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-314-30/+35
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-318-78/+64
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-07-312-3/+2
|\
| * Fix popup positioningDaniel Nicoletti2014-05-112-3/+2
* | Add more API to change QWaylandSurface propertiesGiulio Camuffo2014-07-301-3/+3
* | Introduce QWaylandSurfaceInterfaceGiulio Camuffo2014-07-306-47/+48
* | Destroy the SurfaceBuffers and their textures after the wl_buffer are destroyedGiulio Camuffo2014-07-303-1/+36
* | 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-081-1/+0
* | Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-082-5/+1
* | 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 generated code for interface names not starting with qt_ or wl_Giulio Camuffo2014-06-126-6/+6
* | Add grab support for QtWayland::KeyboardMikko Levonmaa2014-05-062-16/+79
* | Support configurable capabilities for input devicesMikko Levonmaa2014-04-292-28/+79
* | Fix compilation on c++03Giulio Camuffo2014-04-291-1/+1
* | Make it possible to have custom shell implementationsGiulio Camuffo2014-04-296-61/+53
* | Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-2917-124/+105
* | Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-294-15/+22
* | Rework the way buffers are used and renderedGiulio Camuffo2014-04-2916-183/+320
* | 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
* | Initialize 'm_visibility' member variableGunnar Sletta2014-04-051-0/+1
* | Prevent crash when extended surface is destroyed.Gunnar Sletta2014-04-052-0/+7
* | qwlkeyboard: fix non-xkb-buildThomas Senyk2014-03-281-0/+2
* | Merge branch 'stable' into devGunnar Sletta2014-03-258-135/+191
|\|
| * Make the compositor redraw when a surface gets a commit().Giulio Camuffo2014-03-111-0/+2
| * Flush the clients connection after sending the frame callbacksGiulio Camuffo2014-03-111-0/+1
| * Make sure the frame callbacks are sent at the right timeGiulio Camuffo2014-03-112-3/+15