summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the module not depend on QtBase configureJørgen Lind2012-03-122-33/+59
* Implement cursor API in platform screen.Friedemann Kleint2012-03-083-2/+8
* Added testing of key events to client auto test.Samuel Rødal2012-03-071-8/+10
* Get rid of dummy source update functions and debug output.Samuel Rødal2012-03-072-7/+1
* Added auto-test for wayland plugin.Samuel Rødal2012-03-071-0/+1
* Remove friend declarations in WaylandSurfaceJørgen Lind2012-03-061-3/+0
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* Fixed WaylandSurfaceItem for when paint enabled is false.Samuel Rødal2012-03-052-4/+15
* Build with latest qtdeclarative.Samuel Rødal2012-03-051-1/+1
* Use the new cool event wrapper functions generated by wayland-scannerJørgen Lind2012-03-0513-45/+46
* Fixing includes to make it compile againJørgen Lind2012-03-054-2/+6
* Upgrade to newer wayland SHA-1.Samuel Rødal2012-03-0518-95/+356
* 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