summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the platform plugin compatible with qt 5.2.Giulio Camuffo2013-10-119-15/+16
* Avoid dereferencing a null pointer when QMimeData is 0Andrew Knight2013-10-011-0/+4
* Pin qtbase version so we can integrate QPA API changesTor Arne Vestbø2013-09-271-1/+1
* 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-097-40/+40
* Compositor: Fix refresh rateAndrew Knight2013-09-093-3/+3
* 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-2810-82/+28
* 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
* Remove unused QtWayland::ObjectJan Arne Petersen2013-08-227-75/+0
* Make test compile with Wayland 1.2Jan Arne Petersen2013-08-227-139/+288
* Add support for non default Wayland EGL implementationsJan Arne Petersen2013-08-221-33/+56
* Fix key handling.Giulio Camuffo2013-08-221-20/+64
* Generic Wayland platform themePier Luigi Fiorini2013-08-223-3/+54
* Fix the popups handling.Giulio Camuffo2013-08-224-4/+61
* Send expose event when application changes sizeJan Arne Petersen2013-08-221-0/+5
* Make qtwaylandscanner generate correct interface versions.Morten Johan Sorvig2013-08-221-1/+1
* Compile fix for non-XKB buildsAndrew Knight2013-08-221-2/+2
* Make QWaylandWindow::setVisible(false) workGiulio Camuffo2013-08-211-0/+1
* Change setDirectRenderSurface to return the resultMikko Harju2013-08-192-3/+3
* Destroy extended surface objectMikko Harju2013-08-192-0/+6
* Fix Qt key extension loadingAndrew Knight2013-08-141-1/+1
* Correct placement of window event flush for window stateAndrew Knight2013-08-131-3/+3
* Destroy surface by force when not destroying an extended surfaceAndrew Knight2013-08-091-0/+2
* Handle close of transient children upon window destructionAndrew Knight2013-08-091-1/+7
* Integrate QWindow::Visibility into Compositor APIAndrew Knight2013-08-099-39/+59
* Adapt XCompositeBuffer to qtwaylandscannerJan Arne Petersen2013-08-094-36/+26
* Fix brcm-egl plugin to compileJan Arne Petersen2013-08-098-71/+44
* Do not rely on deprecated wl_buffer structJan Arne Petersen2013-08-0911-37/+85
* Adapt TouchExtension to use qtwaylandscannerJan Arne Petersen2013-08-092-60/+36
* Adapt WM integration to use qtwaylandscannerJan Arne Petersen2013-08-092-74/+31
* Fix uninitialized value in generated codeJan Arne Petersen2013-08-081-0/+5
* Fix uninitialized value in surface itemJan Arne Petersen2013-08-081-0/+1
* Remove deadlock in resizeJørgen Lind2013-08-065-33/+40