summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-03-085-15/+11
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-255-15/+11
* | Updated license headersAntti Kokko2016-01-209-126/+180
|/
* Get rid of the egl config test and use what qtbase providesLaszlo Agocs2015-11-111-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-2/+0
|\
| * Remove useless EGL linking in pluginsOlivier Blin2015-03-271-2/+0
* | Update copyright headersJani Heikkinen2015-02-179-203/+131
* | Namespace the platform pluginsGiulio Camuffo2015-01-299-0/+40
|/
* Remove deprecated method in brcm_egl pluginPier Luigi Fiorini2014-07-211-7/+0
* Take advantage of the Qt 5 plugin json structureJorgen Lind2014-03-116-63/+20
* Fixup for GLX integrationJorgen Lind2014-03-113-7/+14
* Fixup the brcm-egl hardware integrationsJorgen Lind2014-01-151-4/+5
* Make classes in client privateJorgen Lind2013-12-273-3/+3
* Change constructor of QWaylandClientBufferIntegrationJorgen Lind2013-12-272-4/+6
* Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind2013-12-274-80/+13
* 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-2762-8436/+6
* 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
* QWayland-EGL: blacklist Mesa drivers from creating threaded GLAndrew Knight2013-11-252-2/+20
* Wayland-EGL QPA: Support desktop OpenGL as wellAndrew Knight2013-11-253-6/+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
* Override QPlatformWindow::requestActivateWindowRobin Burchell2013-11-212-0/+8
* Fixes for BRCM integrationRebecca Worledge2013-11-132-14/+14
* explicitly request wayland-scanner featureOswald Buddenhagen2013-10-214-0/+4
* 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
* 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