summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into mas...Qt Continuous Integration System2011-06-282-34/+34
|\
| * Re-apply licenseheader text in source files for qt4.8Jyri Tahtela2011-06-272-34/+34
* | Fix broken rpath on waylandJørgen Lind2011-06-231-1/+4
* | Make sure to call damage on the buffer when we damage itJørgen Lind2011-06-235-15/+18
* | Update the wayland pluginJørgen Lind2011-06-234-11/+38
|/
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-0662-1047/+1051
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1361-1047/+1047
| * Remove not supported qmake apiJørgen Lind2011-05-091-2/+0
| * Added Wayland selection support.Laszlo Agocs2011-05-093-0/+330
| * Added Wayland selection support.Laszlo Agocs2011-05-096-3/+24
| * Add the wayland client libraries to rpath if we use rpathJørgen Lind2011-05-091-0/+4
| * Fix the wayland windowsurface so that we have stencil and depth bufferJørgen Lind2011-05-091-1/+1
* | Fix the wayland windowsurface so that we have stencil and depth bufferJørgen Lind2011-05-301-1/+1
* | We need to let the currentContext be in the same state afterJørgen Lind2011-05-301-1/+8
* | Track Wayland changesPaul Olav Tvete2011-05-303-3/+40
* | Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-302-10/+24
* | Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-301-0/+2
* | Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-302-3/+3
* | Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-302-23/+69
* | Added Wayland selection support.Laszlo Agocs2011-05-308-3/+352
* | Add authentication token support for wayland windowsLasse Holmstedt2011-05-254-7/+17
* | Refer to 3rdparty in windowmanagerintegration headersLasse Holmstedt2011-05-241-6/+6
* | Move wayland headers files to 3rdparty due to copyright issuesLasse Holmstedt2011-05-242-118/+0
* | Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-191-1/+3
* | Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
* | Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
|/
* Remove warningsJørgen Lind2011-05-031-0/+1
* Fix Wayland plugin so it works with the wayland bind apiJørgen Lind2011-05-035-50/+26
* wayland: Track wayland changesKristian Høgsberg2011-04-285-21/+12
* Added missing function in QWaylandWindow.Samuel Rødal2011-04-191-0/+3
* wayland: Drop a debug qWarning()Kristian Høgsberg2011-04-191-3/+0
* wayland: Discard motion and button events receive with a NULL pointer focusKristian Høgsberg2011-04-191-0/+18
* wayland: Include eglconvenience.pri instead of pulling in individual fileKristian Høgsberg2011-04-191-5/+4
* wayland: Remove unused EGLConfig fieldKristian Høgsberg2011-04-191-1/+0
* wayland: Add native access interface for Wayland pluginKristian Høgsberg2011-04-195-0/+144
* Fixes compilation of wayland plugin after latest changes in wayland.Samuel Rødal2011-04-181-0/+1
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-142-1/+2
* Wayland: Conform with the api change in the frame callbackJørgen Lind2011-04-144-6/+6
* Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-132-31/+1
* Make readEvents() non-blockingPaul Olav Tvete2011-04-113-2/+27
* Wayland: Show what backend is being usedJørgen Lind2011-04-114-3/+4
* Wayland: Tell what backend we use for xcomposite glxJørgen Lind2011-04-111-1/+1
* Wayland: compile fix after making the event handlingJørgen Lind2011-04-112-9/+18
* Make the xcomposite the default gl integration backendJørgen Lind2011-04-112-16/+31
* Make sure the global listener gets registered even when using drm.Samuel Rødal2011-04-111-1/+3
* Wayland: Rename XPixmap GL integrations to ReadbackJørgen Lind2011-04-1118-146/+144
* Prevented crash due to dangling pointer in QWaylandInputDevice.Samuel Rødal2011-04-084-2/+18
* Wayland: Add license headers to new filesJørgen Lind2011-04-0737-47/+1355
* Wayland: Add a egl xcomposite backendJørgen Lind2011-04-079-1/+406
* Made wayland plugin single-threaded, yay :)Samuel Rødal2011-04-077-288/+117