summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Adjust the location of the compositors clientbuffer integration pluginsJorgen Lind2013-12-274-4/+4
* introduce HW integrations client pluginsJorgen Lind2013-12-2713-14/+371
* Change constructor of QWaylandClientBufferIntegrationJorgen Lind2013-12-272-4/+6
* Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind2013-12-274-80/+13
* Compositor: rename QWaylandGraphicsHardwareIntegrationJorgen Lind2013-12-274-26/+27
* make compositor build with new directory layoutJorgen Lind2013-12-2737-1735/+90
* Move to new hardware structure for the platform pluginsJorgen Lind2013-12-2745-2961/+200
* Move wayland into a client directory not under the plugins src folderJorgen Lind2013-12-2763-8436/+7
* Implement keyboard auto-repeatGiulio Camuffo2013-12-232-9/+49
* Fix decoration behavior when passing over with button pressedGiulio Camuffo2013-12-231-0/+1
* Wayland supports multiple windows.Shawn Rutledge2013-12-181-0/+3
* Fix initialization of a text input manager pointerMichael Krasnyk2013-12-161-0/+1
* QtCompositor: Allow key events to be delivered to unfocused windowsAndrew den Exter2013-12-162-22/+25
* InputMethod extension fixupsAndrew Knight2013-12-161-0/+1
* Link against glib if necessary.Robin Burchell2013-12-111-1/+2
* Pass full screen method constant name instead of valuePier Luigi Fiorini2013-12-101-1/+1
* Build fix for platforms without xkbcommon.hDominik Holland2013-12-101-0/+6
* Fix the override of glBindFrameBufferObject when parameter is 0Jorgen Lind2013-11-282-6/+13
* Added dependency for wayland-server to brcm-egl.Rebecca Worledge2013-11-281-1/+1
* QWayland-EGL: blacklist Mesa drivers from creating threaded GLAndrew Knight2013-11-252-2/+20
* Wayland-EGL QPA: Support desktop OpenGL as wellAndrew Knight2013-11-254-9/+23
* Implement Drag&Drop support in platform pluginJan Arne Petersen2013-11-2216-530/+615
* Add support for text protocol to platform pluginJan Arne Petersen2013-11-228-5/+378
* Fix initialization without eglBindWaylandDisplayWLJan Arne Petersen2013-11-221-1/+1
* Override QPlatformWindow::requestActivateWindowRobin Burchell2013-11-212-0/+8
* Fixes for BRCM integrationRebecca Worledge2013-11-132-14/+14
* Add wayland-server as a dependency to wayland-eglJorgen Lind2013-11-111-2/+2
* explicitly request wayland-scanner featureOswald Buddenhagen2013-10-217-0/+7
* 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
* Compositor: add BypassWindowManager hint to WindowFlagsAndrew Knight2013-09-201-1/+2
* 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
* Compositor: Fix refresh rateAndrew Knight2013-09-091-1/+1
* Delete the frame callback when destroying a windowGiulio Camuffo2013-08-271-0/+2
* Quit when the wayland socket is closed.Giulio Camuffo2013-08-222-3/+7
* Fix transient and popup windows with the parent without a shell surfaceGiulio Camuffo2013-08-221-2/+2
* Remove unused QtWayland::ObjectJan Arne Petersen2013-08-223-3/+0
* Add support for non default Wayland EGL implementationsJan Arne Petersen2013-08-221-33/+56
* Fix key handling.Giulio Camuffo2013-08-221-20/+64