summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement cursor API in platform screen.Friedemann Kleint2012-03-193-2/+8
* Updated to use the Thread affinity patch that we tried to upstreamJørgen Lind2012-03-121-1/+1
* Make the module not depend on QtBase configureJørgen Lind2012-03-122-33/+59
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* modify '16 mouse buttons' code within qwaylandinputdevice.cppRick Stockton2012-03-051-50/+19
* Add '16 mouse buttons' feature to InputDevice::toWaylandButtonRick Stockton2012-03-031-8/+20
* Do not crash the compositor when hiding a widget.Laszlo Agocs2012-03-021-1/+1
* Improve wayland_cast and introduce resolve to simplify code.Samuel Rødal2012-03-0210-35/+46
* Get rid of warnings in compositor source.Samuel Rødal2012-03-029-5/+39
* Got rid of warnings in wayland plugin source.Samuel Rødal2012-03-026-2/+26
* Avoid flicker when switching back to composited modePaul Olav Tvete2012-03-023-10/+42
* Make direct rendering work after QPlatformScreenBuffer refactoringPaul Olav Tvete2012-03-014-15/+15
* Make SurfaceBuffer a QPlatformScreenBufferJørgen Lind2012-03-019-62/+143
* Add accessibility to wayland.Frederik Gladhorn2012-03-012-0/+10
* Compile fix for the new DND interfacesJørgen Lind2012-03-012-3/+4
* Added warning for when xkb_compile_keymap_from_rules fails.Samuel Rødal2012-03-011-0/+3
* Load the module so we get the correct QT_CONFIGJørgen Lind2012-02-291-0/+2
* conform to new plugin apiJørgen Lind2012-02-293-2/+9
* Refactor wlsurface,Jørgen Lind2012-02-294-172/+187
* Removed obsolete src/plugins/platforms/wayland/wayland_sha1.txtSamuel Rødal2012-02-281-3/+0
* Get rid of some code in wayland plugin.Samuel Rødal2012-02-272-39/+8
* Support ShowIsFullScreen in plugin and compositor.Samuel Rødal2012-02-2313-5/+90
* Make glx backend compiling again after qtbase broke the includesLaszlo Agocs2012-02-211-0/+1
* Don't send Deactivate events when creating WaylandSurfaceItemLasse Holmstedt2012-02-201-1/+3
* Fix issues with sendOnScreenVisibilityChangeLasse Holmstedt2012-02-204-3/+8
* Call the correct frameFinished method in Surface::sendFrameCallbackAndy Nichols2012-02-201-1/+1
* Fix wayland plugin and qwindow-compositor compilationLaszlo Agocs2012-02-201-1/+1
* Send mouse release generated from TouchCancel to the proper windowLaszlo Agocs2012-02-201-1/+1
* Compositor memory leak fixesLaszlo Agocs2012-02-1514-14/+81
* qtwayland: Add support for 16 mouse buttonsRick Stockton2012-02-151-2/+41
* Expose in a virtual function that surfaces are being destroyedJørgen Lind2012-02-154-1/+8
* Pass the correct window on to QWindowSystemInterface.Samuel Rødal2012-02-141-2/+2
* Added convenience properties in WaylandSurface for window orientation.Samuel Rødal2012-02-1410-2/+58
* Prevent occasional crash in qwaylandinputdevice.cppSamuel Rødal2012-02-131-1/+1
* Removing Wayland::SurfacePrivateJørgen Lind2012-02-1315-555/+601
* Fix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL is not setLaszlo Agocs2012-02-131-2/+2
* Fix build of compositors by always including QOpenGLContext.Pier Luigi Fiorini2012-02-121-1/+1
* Surface::isInverted Dont use xor and move the ret variableJørgen Lind2012-02-121-3/+2
* Added window flags to the surface-extension protocolGunnar Sletta2012-02-1011-2/+83
* Add TouchCancel support.Laszlo Agocs2012-02-104-5/+36
* Remove hack that causes deadlock when waiting in eglSwapBuffersAndy Nichols2012-02-102-36/+20
* Fix data device handling.Laszlo Agocs2012-02-072-3/+10
* Add mouse event synthesizing to the touch extension protocol.Laszlo Agocs2012-02-078-9/+62
* Set pointer focus to null when surface is destroyed.Laszlo Agocs2012-02-031-0/+2
* Don't try to carry over qPrintable() pointersLasse Holmstedt2012-02-033-5/+4
* Fix mouse handling in qml-compositor.Laszlo Agocs2012-02-021-0/+2
* Added reporting of window and content orientation to surface extension.Samuel Rødal2012-02-0110-1/+131
* Revert "Do not attach null buffer."Laszlo Agocs2012-01-301-0/+2
* Do not attach null buffer.Laszlo Agocs2012-01-301-2/+0
* Null out the frame callback ptr properly.Laszlo Agocs2012-01-301-0/+1