summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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