summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlsurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QtCompositor API to use wayland 1.0.0Andy Nichols2012-11-041-6/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-251-6/+6
* use wl_list_for_each_safe instead of wl_list_for_eachElvis Lee2012-09-121-2/+2
* Fix broken handling of inactive transient surfacesLaszlo Agocs2012-06-181-0/+1
* Fix build when QtQuick is not availableLaszlo Agocs2012-06-181-0/+4
* A few fixes to prevent compositor crashesAndy Nichols2012-06-061-8/+10
* Reset the keyboard and pointer focus when attaching a null bufferLaszlo Agocs2012-05-231-0/+8
* Inform the platform plugin when direct rendering is activePaul Olav Tvete2012-05-101-0/+1
* Update to wayland headLaszlo Agocs2012-05-091-0/+8
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-081-1/+1
* Send expose from qwindow-compositorLaszlo Agocs2012-04-241-0/+2
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-191-2/+2
* Decorations: Make it possible to move windows with transient parentLaszlo Agocs2012-04-171-3/+5
* Client side decorationJørgen Lind2012-04-111-0/+6
* Update wayland_sha1 and implement buffer_pool interfaceJørgen Lind2012-04-101-3/+8
* Prevented crash and missing animation for shm clients.Samuel Rødal2012-03-281-12/+9
* Don't initialize QRegion with an int.Samuel Rødal2012-03-281-2/+0
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* Use the new cool event wrapper functions generated by wayland-scannerJørgen Lind2012-03-051-1/+1
* Upgrade to newer wayland SHA-1.Samuel Rødal2012-03-051-4/+37
* 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-021-4/+5
* Avoid flicker when switching back to composited modePaul Olav Tvete2012-03-021-0/+4
* Make direct rendering work after QPlatformScreenBuffer refactoringPaul Olav Tvete2012-03-011-6/+7
* Make SurfaceBuffer a QPlatformScreenBufferJørgen Lind2012-03-011-20/+31
* Refactor wlsurface,Jørgen Lind2012-02-291-124/+126
* Call the correct frameFinished method in Surface::sendFrameCallbackAndy Nichols2012-02-201-1/+1
* Compositor memory leak fixesLaszlo Agocs2012-02-151-0/+4
* Expose in a virtual function that surfaces are being destroyedJørgen Lind2012-02-151-1/+1
* Removing Wayland::SurfacePrivateJørgen Lind2012-02-131-502/+209
* Fix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL is not setLaszlo Agocs2012-02-131-2/+2
* 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-101-0/+6
* Don't try to carry over qPrintable() pointersLasse Holmstedt2012-02-031-2/+1
* Added reporting of window and content orientation to surface extension.Samuel Rødal2012-02-011-0/+12
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add possibillity of overriding invertedY flag for wl_surfacesJørgen Lind2012-01-261-6/+12
* Make it possible not to have queing of buffers on the serversideJørgen Lind2012-01-261-11/+12
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Null pointer checkPaul Olav Tvete2012-01-171-1/+2
* Update license headers.Jason McDonald2012-01-161-17/+17
* Move event handling into WaylandInput apiJørgen Lind2012-01-111-148/+3
* Add global x and y coordinates to our mouse eventsJørgen Lind2012-01-101-7/+24
* Cleanup Wayland::Surface's client handle logicJørgen Lind2012-01-101-39/+29
* Create a ShellSurface classJørgen Lind2012-01-101-0/+14
* Direct rendering fix for previous fix.Paul Olav Tvete2012-01-101-5/+4
* Make compositor handle subsurfaces with shm buffers.Jørgen Lind2012-01-101-1/+6
* Add a function to the compositor api to send full touch eventsLaszlo Agocs2012-01-101-0/+16
* Workaround for race condition when compositor is animatingPaul Olav Tvete2012-01-091-1/+6
* Make the queueing work.Paul Olav Tvete2012-01-091-32/+20