summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added Wayland selection support.Laszlo Agocs2011-05-091-0/+9
* wayland: Add native access interface for Wayland pluginKristian Høgsberg2011-04-191-0/+7
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-141-0/+1
* Implement QWaylandIntegration::hasOpenGL().Samuel Rødal2011-04-051-0/+9
* Lighthouse: Wayland, implement gl_integrationJørgen Lind2011-03-231-6/+8
* Build fixes for the Wayland pluginPaul Olav Tvete2011-03-021-2/+2
* added capabilites to QPlatformIntegrationGunnar Sletta2011-03-011-2/+8
* Make it build when EGL is not availablePaul Olav Tvete2011-02-241-0/+4
* Lighthouse: Wayland: Use EGLSurfaceJørgen Lind2011-02-091-4/+10
* Lighthouse: Wayland. Make the wayland integration closer to LighthosueJørgen Lind2011-01-261-3/+3
* Making clearer separation between responsibility of different classesJørgen Lind2011-01-261-2/+44
* Lighthouse:Wayland Moving some logic into filesJørgen Lind2011-01-261-473/+9
* Fix Wayland plugin to work with Wayland after some interfaces changedJørgen Lind2011-01-251-9/+8
* Fix for uninitialized member in QWaylandCursorRolf Offermanns2011-01-251-1/+1
* Wayland: request rbg and premultiplied argb visuals as neededJesse Barnes2011-01-251-0/+10
* Wayland: split GL code into separate filesJesse Barnes2011-01-251-202/+0
* Wayland: use correct viewport for swapBuffers and correct coordsJesse Barnes2011-01-251-15/+28
* Wayland: fix geometry of swapBuffersJesse Barnes2011-01-251-1/+2
* Wayland: clean up swapBuffers codeJesse Barnes2011-01-251-13/+25
* Wayland: add GL widget supportJesse Barnes2011-01-251-3/+96
* Wayland: set parent window pointer in setParent()Jesse Barnes2011-01-251-2/+1
* Wayland: render to a texture, not a renderbufferJesse Barnes2011-01-251-4/+4
* Wayland: put context & drawing objects into the drm surfaceJesse Barnes2011-01-251-28/+6
* Wayland: add partial GL widget supportJesse Barnes2011-01-251-3/+43
* Wayland: add GL drawing supportJesse Barnes2011-01-251-1/+16
* Wayland: misc cleanupsJesse Barnes2011-01-251-2/+10
* Introduce drm wayland bufferKristian Høgsberg2011-01-251-8/+25
* Initialize EGLKristian Høgsberg2011-01-251-29/+132
* Cursors, keyboard support, move/resizeKristian Høgsberg2011-01-251-1/+176
* Use QImage::Format_ARGB32_Premultiplied for the surfaceKristian Høgsberg2011-01-251-1/+1
* wayland: Assign a window id to wayland windowsKristian Høgsberg2011-01-251-0/+8
* wayland: Create and destroy surface at show and hideKristian Høgsberg2011-01-251-3/+16
* wayland: Split input device out to its own fileKristian Høgsberg2011-01-251-162/+2
* Add wayland lighthouse pluginKristian Høgsberg2011-01-251-0/+399