summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/5.9' into 5.10v5.10.0-beta3Paul Olav Tvete2017-10-254-17/+26
|\
| * Ensure QWaylandWindow::transientParent has a shell surfaceJohan Klokkhammer Helsing2017-10-251-11/+16
| * Ref count buffer usageDavid Edmundson2017-10-232-4/+4
| * Fix crash when wl-shell setType is called with a hidden parentJohan Klokkhammer Helsing2017-10-201-2/+4
| * QWaylandWindow: reset window should reset maskChristophe Chapuis2017-10-131-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-205-15/+106
|\|
| * Fix server buffer integration override logicPaul Olav Tvete2017-09-141-1/+1
| * Set window screen from wl_surface.enter and leave eventsJohan Klokkhammer Helsing2017-09-114-5/+78
| * Close popups in the correct orderPaul Olav Tvete2017-09-072-0/+20
| * Fix crash when window attach is called without waiting for frame callbacksJohan Klokkhammer Helsing2017-08-312-9/+7
* | QWaylandShmBuffer: use a memfd if we can for a simple memory bufferv5.10.0-alpha1Thiago Macieira2017-08-261-7/+28
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-175-9/+18
|\|
| * Try -lEGL when checking for wayland-eglJohan Klokkhammer Helsing2017-08-151-1/+2
| * Fallback to focusWindow as transient parentMarco Martin2017-08-101-0/+2
| * Check surface exists when setting textinput focusDavid Edmundson2017-08-091-2/+4
| * Reset mFrameCallback in destructionDavid Edmundson2017-07-191-1/+3
| * Use a non grabbing zxdg_popup_v6 for tooltipsGiulio Camuffo2017-07-122-5/+7
* | Update server buffer integrationPaul Olav Tvete2017-08-151-1/+3
* | Remove extra semicolonFrederik Gladhorn2017-08-111-1/+1
* | QWaylandShmBuffer: use QTemporaryFileThiago Macieira2017-07-311-20/+12
* | Merge remote-tracking branch 'qt/5.9' into devPaul Olav Tvete2017-06-277-12/+20
|\|
| * Fix all the warnings about deprecated qLoadPlugin1Thiago Macieira2017-06-225-10/+10
| * Translucent background supportTasuku Suzuki2017-06-192-2/+10
* | Send SurfaceCreated and SurfaceAboutToBeDestroyed events for wl_surfaceJohan Klokkhammer Helsing2017-06-092-4/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0720-244/+330
|\|
| * Fix setting the window stateGiulio Camuffo2017-05-261-0/+4
| * Match WaylandWindow scale to what we set on the buffer, not the screenDavid Edmundson2017-05-182-2/+7
| * Set the cursor when the pointer enters the windowGiulio Camuffo2017-05-121-1/+1
| * Pass modifiers with wheel eventsDavid Edmundson2017-05-123-6/+7
| * send handleScreenGeometryChange with scaled geometryDavid Edmundson2017-05-121-1/+1
| * Fix build without features.xlibTasuku Suzuki2017-05-081-2/+2
| * Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-0414-193/+268
| * Don't depend on shell extensionPaul Olav Tvete2017-04-271-39/+40
* | Remove duplicate codeRobert Griebl2017-05-152-24/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2121-92/+132
|\|
| * Don't try to create zxdg_popup_v6s with incomplete positionersJohan Klokkhammer Helsing2017-04-191-0/+1
| * Fix warning about inconsistent use of override keywordv5.9.0-beta2Thiago Macieira2017-04-041-1/+1
| * Don't redefine symbols from system librariesPaul Olav Tvete2017-03-281-1/+3
| * Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-2317-57/+72
| * Code cleanup (fixing -no-feature-cursor)Paul Olav Tvete2017-03-083-27/+29
| * Remove QRegularExpression dependencyPaul Olav Tvete2017-03-021-1/+3
| * Merge remote-tracking branch 'qt/5.8' into 5.9Paul Olav Tvete2017-03-014-5/+23
| |\
| | * Initialize the first wl_surface in the constructor of QWaylandWindowJohan Klokkhammer Helsing2017-02-222-1/+8
| | * Fix crash when running without shell integrationGiulio Camuffo2017-02-161-1/+8
| | * fix typos in "Raspberry Pi"Oswald Buddenhagen2017-02-101-1/+1
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-2/+6
| | |\
| | | * Don't call wl_surface::destroy if the surface was never initializedJohan Klokkhammer Helsing2017-01-051-1/+2
| | | * Fix crash when starting clientsJohan Klokkhammer Helsing2017-01-031-1/+4
* | | | Adapt to the API change in QPlatformWindow::setWindowStateOlivier Goffart2017-03-282-29/+24
* | | | Prepare for qtbase changePaul Olav Tvete2017-03-201-1/+1