summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Wayland-EGL QPA: Support desktop OpenGL as wellAndrew Knight2013-11-254-9/+23
* 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
* Implement Drag&Drop support in platform pluginJan Arne Petersen2013-11-2216-530/+615
* Generate more useful methods for new_id requestsJan Arne Petersen2013-11-221-6/+1
* Add support for text protocol to platform pluginJan Arne Petersen2013-11-228-5/+378
* Add support for text protocol to compositorJan Arne Petersen2013-11-2230-9/+2188
* Fix creating new objects (with id == 0)Jan Arne Petersen2013-11-221-1/+1
* Do not get blocked on an unmapped bufferJan Arne Petersen2013-11-221-2/+7
* Bind to version 1 of an interfaceJan Arne Petersen2013-11-221-1/+1
* Fix initialization without eglBindWaylandDisplayWLJan Arne Petersen2013-11-221-1/+1
* Add TouchGrabberJan Arne Petersen2013-11-222-8/+87
* Export input devices and grabberJan Arne Petersen2013-11-224-5/+13
* Override QPlatformWindow::requestActivateWindowRobin Burchell2013-11-212-0/+8
* 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
* Fixes for BRCM integrationRebecca Worledge2013-11-132-14/+14
* Add wayland-server as a dependency to wayland-eglJorgen Lind2013-11-111-2/+2
* 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-218-0/+8
* Compositor: Ping/Pong APIAndrew Knight2013-10-174-1/+24
* Use new EGL_WAYLAND_Y_INVERTED_WL attribute to query Y inversion of a buffer.Robin Burchell2013-10-171-0/+14
* Remove code for EGL_WL_request_client_buffer_format.Robin Burchell2013-10-171-22/+0
* Make the platform plugin compatible with qt 5.2.Giulio Camuffo2013-10-118-14/+15
* Avoid dereferencing a null pointer when QMimeData is 0Andrew Knight2013-10-011-0/+4
* Support application internal mouse grabbing for popup windowsGiulio Camuffo2013-09-203-7/+47
* Initialize more variableOlivier Goffart2013-09-202-0/+4
* Call sendRelease before unlockNativeBufferElvis Lee2013-09-201-1/+2
* Compositor: add BypassWindowManager hint to WindowFlagsAndrew Knight2013-09-203-2/+5
* Set surface title on platform window creationPier Luigi Fiorini2013-09-141-0/+3
* Constrain window geometryAndrew Knight2013-09-122-6/+8
* Set window state on platform window creationAndrew Knight2013-09-121-1/+1
* Just exit instead of asking the application to quit when the connection goes ...Robin Burchell2013-09-122-7/+13
* Allow to set a fixed DPI for the screenJan Arne Petersen2013-09-102-0/+11
* Add missing errno.h includeJan Arne Petersen2013-09-101-0/+2
* Wayland platform: Do not crash when opening a popup without the mouseLaszlo Agocs2013-09-101-1/+2
* Fix building xcomposite plugins with pkg-configLaszlo Agocs2013-09-102-2/+2
* Allow to customize enabled compositor extensionsJan Arne Petersen2013-09-094-34/+37
* Compositor: Fix refresh rateAndrew Knight2013-09-092-2/+2
* Fix scanner to support also hex values in enumsJan Arne Petersen2013-08-281-3/+3
* Use QMultiMap instead of wl_list for resourcesJan Arne Petersen2013-08-289-62/+26
* Remove QWaylandSurface::setSize because it is not meaningfulAndrew Knight2013-08-283-11/+4
* Delete the frame callback when destroying a windowGiulio Camuffo2013-08-271-0/+2
* qtwaylandscanner: fix binding delegate to track resourcesAndrew Knight2013-08-221-1/+1
* Quit when the wayland socket is closed.Giulio Camuffo2013-08-222-3/+7
* Do not create unused code with qtwaylandscannerJan Arne Petersen2013-08-221-53/+11
* Fix transient and popup windows with the parent without a shell surfaceGiulio Camuffo2013-08-221-2/+2