summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Don't handle mouse events in decos if buttons were pressed in the content areaGiulio Camuffo2015-04-081-1/+2
* Drop unused mScreensInitialized variable in QWaylandDisplayOlivier Blin2015-03-291-1/+0
* Fix shm buffers init and destruction on failureOlivier Blin2015-03-272-5/+12
* Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin2015-03-274-7/+11
* Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* Sanitize popup behavior.Laszlo Agocs2015-02-136-21/+37
* Fix popup menus with no parent windowsGiulio Camuffo2015-02-111-6/+13
* Fix copying text to non-qt clientsGiulio Camuffo2015-02-072-0/+5
* Do not send invisible key charactersGiulio Camuffo2015-02-051-1/+2
* Fix deadlock when starting a dragGiulio Camuffo2015-02-051-1/+8
* Make all the screens virtual siblingsGiulio Camuffo2015-02-022-0/+9
* Send mouse events with the correct modifiersGiulio Camuffo2015-01-291-5/+5
* Fix pasting from sources advertising the utf8 charsetGiulio Camuffo2015-01-291-4/+21
* Make sure we send a valid initial resizeGiulio Camuffo2015-01-271-2/+2
* Set the composing string of the wayland input methodGiulio Camuffo2015-01-132-0/+17
* Remove unused membersThiago Macieira2014-12-313-6/+1
* Fix possible double free when hiding a windowGiulio Camuffo2014-12-062-0/+5
* Silence uninited variable compiler warningsLaszlo Agocs2014-12-031-1/+1
* Fix crash when cursor theme can not be loadedOlivier Blin2014-10-211-1/+7
* Fix -no-opengl buildsLaszlo Agocs2014-10-144-0/+8
* Be compatible with older compositorsGiulio Camuffo2014-10-137-9/+15
* Pass the relevant serial when setting the selectionGiulio Camuffo2014-10-092-2/+3
* Fix shm windows sometimes not showing after being hiddenGiulio Camuffo2014-10-063-0/+17
* Call ::exit() from the gui thread onlyGiulio Camuffo2014-10-024-9/+24
* Support the creation of >= 3.x OpenGL contextsGiulio Camuffo2014-09-301-1/+0
* Send also repeat key release eventsGiulio Camuffo2014-09-281-0/+12
* Use the screen resolution to determine whether a screen is portraitGiulio Camuffo2014-09-242-23/+30
* decorations: Remove strange set dance between QWaylandWindow & QWaylandAbstra...Robin Burchell2014-09-233-13/+3
* QtWaylandClient: Pluginize window decorations.Robin Burchell2014-09-238-402/+401
* Rename QWaylandDecoration => QWaylandAbstractDecorationRobin Burchell2014-09-2310-47/+46
* Ignore negative screen physical sizeGiulio Camuffo2014-09-171-1/+1
* Fix retrieving the selection/dnd dataGiulio Camuffo2014-09-152-19/+17
* Don't give bogus values for a screen physical sizeGiulio Camuffo2014-09-151-1/+4
* The QWindowSystemInterface API changed, make it build againGiulio Camuffo2014-09-151-2/+1
* Fix QWaylandScreen geometry and physical sizeGiulio Camuffo2014-09-082-12/+19
* Silence warnings about keyboard grab and size hint propagationLaszlo Agocs2014-09-081-0/+3
* Avoid useless handleTouchEvent callLaszlo Agocs2014-09-081-7/+5
* Allow activating decoration buttons with touchv5.4.0-alpha1Laszlo Agocs2014-09-062-6/+19
* Fix window decorations for GL appsLaszlo Agocs2014-09-063-5/+16
* Advertise new screens created after startupGiulio Camuffo2014-09-063-4/+5
* Avoid unused parameterLaszlo Agocs2014-09-051-0/+1
* DataOffer not invalidated when client loses keyboard focusLi Qiu2014-09-045-0/+21
* Destroy the QScreen when its wl_output is removedGiulio Camuffo2014-09-045-4/+18
* Wayland: can drag a window by its titlebar using the touchscreenShawn Rutledge2014-09-015-2/+32
* Wayland: correct touch locationShawn Rutledge2014-09-011-1/+1
* Fix touch with WestonLaszlo Agocs2014-09-011-7/+19
* Indicate from the client buffer integration if decorations are supportedLaszlo Agocs2014-08-252-1/+5
* Support RasterGLSurface windowsLaszlo Agocs2014-08-257-42/+50
* Explicitly define the interface versionsGiulio Camuffo2014-08-239-14/+14
* Fix typoLaszlo Agocs2014-08-221-1/+1