summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make wayland actually a moduleJørgen Lind2011-12-0774-43/+50
* Add a exportglobal file since we cant use qglobal.h anymoreJørgen Lind2011-12-074-2/+62
* Direct rendering changesPaul Olav Tvete2011-12-063-3/+35
* Remove the input device resource from wayland's list upon destruction.Laszlo Agocs2011-12-061-0/+2
* Avoid qt-compositor crash with data devices.Laszlo Agocs2011-12-063-14/+8
* Fix data source resource destruction in qt-compositor.Laszlo Agocs2011-12-062-1/+10
* Fix wm object resource destruction in qt-compositor.Laszlo Agocs2011-12-061-4/+13
* Fix non-responsiveness issue with threaded GLPaul Olav Tvete2011-12-062-0/+8
* Direct rendering fixesPaul Olav Tvete2011-11-304-7/+30
* Fix xcomposite-glx backend, avoid crashes in frame callback and touchLaszlo Agocs2011-11-3017-223/+82
* Remove file that I never committedJørgen Lind2011-11-301-2/+1
* Use correct include syntax for waylandobject.hAndy Nichols2011-11-301-1/+1
* Disable not-yet-supported drag and drop codeAndy Nichols2011-11-303-12/+12
* update window mamager protocolJørgen Lind2011-11-309-129/+298
* Added data objectsJørgen Lind2011-11-3039-1572/+1802
* Updated to head of Wayland, but did not fix clipboard or dndJørgen Lind2011-11-3042-450/+755
* Fix Wayland touch position mapping on client side.Laszlo Agocs2011-11-281-28/+3
* Clear property cache when window is destroyedLasse Holmstedt2011-11-231-11/+10
* Flush window property changes also with EGL surfacesLasse Holmstedt2011-11-231-0/+8
* Get rid of QOpenGLContext dependency in WaylandCompositor constructor.Samuel Rødal2011-11-0118-44/+33
* Add missing QWindow includeKent Hansen2011-10-311-0/+1
* Enable selections to be offered directly from the compositor.Laszlo Agocs2011-10-284-1/+60
* Fixed Wayland-Client QPA plugin to work correctly for wayland_eglMartin Zielinski2011-10-266-19/+43
* Rename QSG* to QQuick* in qtwayland moduleAndy Nichols2011-10-262-9/+9
* Include QWindow header in qt-compositor.Laszlo Agocs2011-10-251-0/+1
* Make it compile with pkg-config.Laszlo Agocs2011-10-241-3/+2
* Generate touch events with a slightly larger area.Laszlo Agocs2011-10-201-1/+1
* Add a very basic fallback for client-side key handling without xkb.Laszlo Agocs2011-10-121-4/+25
* Remove FUD comments from setTouchEventsEnabled.Laszlo Agocs2011-10-121-14/+0
* Update to new QScreen orientation API.Samuel Rødal2011-10-1116-65/+79
* Fixed compile error (the old Status #define).Samuel Rødal2011-10-071-1/+0
* Be nice to implementations in wayland_egl backend.Samuel Rødal2011-10-071-0/+5
* Use the new page flipping APIPaul Olav Tvete2011-09-224-3/+25
* Set the correct buffer pointer (protected member variables are evil).Samuel Rødal2011-09-221-1/+1
* Fixed XComposite hardware integration in wayland plugin.Samuel Rødal2011-09-222-2/+2
* Add missing license headers.Jason McDonald2011-09-162-0/+82
* Use QPlaftormInputContextFactory to load input context in Wayland pluginJoona Petrell2011-09-162-0/+13
* Fixed qml-compositor failing on XComposite EGL / GLX.Samuel Rødal2011-09-141-0/+2
* Don't call glDeleteTextures() when texture_id is 0.Samuel Rødal2011-09-141-1/+2
* Fixed XComposite hardware integration.Samuel Rødal2011-09-143-2/+4
* Disabled DESTDIR for the wayland platformAndy Nichols2011-09-131-1/+1
* Build fixLasse Holmstedt2011-09-131-3/+3
* Cleaned up project filesAndy Nichols2011-09-131-1/+0
* Merge branch 'refactor'Paul Olav Tvete2011-09-1384-0/+8487
|\
| * Import the wayland platform plugin from qtbase, including the qt/4.8 historyPaul Olav Tvete2011-09-1284-0/+8487
| |\
| | * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-129-158/+342
| | |\
| | | * Generic property support for platform windowsLasse Holmstedt2011-09-059-158/+345
| | * | Propogate that the size has changedJørgen Lind2011-09-021-1/+4
| | * | Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-311-1/+1
| | * | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-2929-51/+51