summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix window decorations being leaked.Robin Burchell2014-08-211-0/+2
* QWaylandDecoration: Remove some unused membersRobin Burchell2014-08-212-27/+1
* QWaylandDisplay: Centralize error handling in one place.Robin Burchell2014-08-193-30/+23
* QWaylandDisplay: Correctly intercept all errors when dispatching.Robin Burchell2014-08-192-6/+25
* Fix warning about use of uninitialized variableThiago Macieira2014-08-191-0/+2
* QWaylandScreen: Also call QPlatformScreen constructor.Robin Burchell2014-08-181-1/+2
* QWaylandDisplay: Destroy screens when destroying the display.Robin Burchell2014-08-181-0/+2
* QWaylandDisplay: Remove unused static.Robin Burchell2014-08-181-3/+0
* Remove qPlatformScreenForWindow from header.Robin Burchell2014-08-181-2/+0
* QWaylandWindow: Add a missing shell surface null check.Robin Burchell2014-08-181-12/+15
* Flush the wayland events on the dispatcher's awake signalGiulio Camuffo2014-08-151-0/+1
* Fix license test.Robin Burchell2014-08-133-0/+123
* Make the expose region localGiulio Camuffo2014-08-131-3/+3
* Fix namespaced buildGiulio Camuffo2014-08-071-1/+3
* Add a way to have out of source shell integrationsGiulio Camuffo2014-08-0722-79/+618
* Wait to get wl_output's events before creating surfacesGiulio Camuffo2014-08-051-0/+2
* Make sure to have a hardware integration when creating windowsGiulio Camuffo2014-08-041-4/+31
* Resolve build warning on client codePier Luigi Fiorini2014-08-011-1/+1
* Fix checking initial screen aspect ratioGiulio Camuffo2014-08-011-1/+1
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-313-19/+22
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-318-53/+62
* 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_axisElvis Lee2014-04-071-0/+6