summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* Auto repeat only the keys which should be repeatedGiulio Camuffo2014-07-231-1/+5
* Give a name to the event handling threadGiulio Camuffo2014-07-211-0/+1
* Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-081-0/+1
* Avoid crashing race condition.Gunnar Sletta2014-06-301-2/+8
* Delete data device manager while display is still alive.Gunnar Sletta2014-06-271-0/+1
* xdg-shell: upgrade to support current version (weston-1.5.0)Philippe Coval2014-06-207-21/+217
* Reduce headers inter-dependency in the QPA pluginGiulio Camuffo2014-06-1622-34/+70
* Add minimize feature to QWindow using wayland's xdg-shellPhilippe Coval2014-06-0910-168/+625
* Disable headers precompilationGiulio Camuffo2014-06-041-0/+1
* Avoid virtual calls in constructors.Gunnar Sletta2014-05-222-15/+21
* Fix resizing of shm appsGiulio Camuffo2014-05-121-2/+2
* Send the native codes of the key eventsGiulio Camuffo2014-04-291-28/+36
* Discard the selection and drag source when not active anymoreGiulio Camuffo2014-04-241-1/+3
* Clipboard: perform non-blocking reads from compositorAndrew Knight2014-04-242-20/+49
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-04-154-2/+10
|\
| * build fix for MODULE_PLUGINS_TYPETomasz Olszak2014-04-153-2/+4
| * Null check for window on pointer_axisrelease5.3.0Elvis Lee2014-04-071-0/+6
* | Set the right content orientation of the extended window on QWaylandWindow ctorVesa Halttunen2014-04-051-0/+1
* | Fix broken include guardGiulio Camuffo2014-04-011-1/+1
* | Always bail out when the compositor is closedGiulio Camuffo2014-04-012-3/+3
|/
* Fixup for GLX integrationJorgen Lind2014-03-111-1/+0
* Provide "kde" in the themeNamesMartin Gräßlin2014-02-071-3/+6
* Merge remote-tracking branch 'origin/stable' into devAndy Nichols2014-02-046-54/+99
|\
| * Fix the client behavior when showing or hiding a surfaceGiulio Camuffo2014-02-041-5/+2
| * init mTouchDevice to nullShawn Rutledge2014-02-031-0/+1
| * Allow resizing the Qt window after the buffers swapGiulio Camuffo2014-01-222-7/+19
| * Fixup the iid versions for the pluginsJorgen Lind2014-01-202-2/+2
| * Fix some typosLaszlo Agocs2014-01-161-2/+2
| * Send the globals to new listenersLaszlo Agocs2014-01-162-8/+32
| * Don't flushWindowSystemEvents in QWaylandWindow ctor.Tomasz Olszak2014-01-152-26/+34
| * Fix build without xkbcommonLaszlo Agocs2014-01-151-6/+6
| * Destroy the input wayland objectsGiulio Camuffo2014-01-101-0/+3
* | Fixup plugin interface versioningJorgen Lind2014-01-102-2/+2
|/
* Include wayland-client with < and not "Jorgen Lind2014-01-092-3/+1
* Adjust the serverbufferintegrations to use bind texture apiJorgen Lind2014-01-091-2/+1
* Use xkb, not X11 for symbol defines.Robin Burchell2014-01-081-71/+71
* Move the code for seat's keyboard, pointer and touch in different classesGiulio Camuffo2014-01-064-216/+302
* Add a size to the QWaylandServerBuffer on the client sideJorgen Lind2014-01-032-7/+15
* Improve key auto repeat behavior.Giulio Camuffo2013-12-301-2/+2
* Make classes in client privateJorgen Lind2013-12-2768-214/+216
* Add wl_display and server_buffer_integration to the native interfaceJorgen Lind2013-12-271-1/+3
* update server buffer interfacesJorgen Lind2013-12-272-7/+54
* Use QScopedPointer in QWaylandDisplay for extensionsJorgen Lind2013-12-272-29/+29
* Add hardware integration protocolJorgen Lind2013-12-276-12/+192
* Fix compiler warningsJorgen Lind2013-12-273-2/+7
* Remove stale createGLIntegration functionsJorgen Lind2013-12-271-2/+0
* Add serverbufferintegration to the qpa pluginJorgen Lind2013-12-279-5/+409
* Remove compiler warnings in client.Jorgen Lind2013-12-273-13/+13
* Change constructor of QWaylandClientBufferIntegrationJorgen Lind2013-12-272-1/+3
* Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind2013-12-2712-33/+344