summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update wayland shaJorgen Lind2012-07-063-12/+4
* Use the new QPlatformNativeInterface native resource function getterJørgen Lind2012-07-051-4/+9
* Fix QPA plugin metadata changeJorgen Lind2012-07-051-1/+1
* Still support building with pri filesJorgen Lind2012-07-052-2/+2
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0311-11/+11
* build system cleanupsOswald Buddenhagen2012-06-273-9/+3
* switch to new-style configure testsOswald Buddenhagen2012-06-273-3/+3
* auto-generate module prisOswald Buddenhagen2012-06-272-5/+5
* Set cloexec in shm bufferLaszlo Agocs2012-06-231-2/+8
* Destroy shell surfaces on client sideLaszlo Agocs2012-06-222-0/+6
* Follow protocol changes in pointer attachLaszlo Agocs2012-06-195-18/+38
* Fix broken handling of inactive transient surfacesLaszlo Agocs2012-06-1810-7/+38
* Fix global coordinate translation in clientsLaszlo Agocs2012-06-181-2/+2
* Fix build when QtQuick is not availableLaszlo Agocs2012-06-182-8/+13
* Map function keys properlyLaszlo Agocs2012-06-181-13/+10
* Introduce standard pkg-config usageDonald Carr2012-06-113-51/+11
* Reset keyboard focus when a surface is destroyedLaszlo Agocs2012-06-111-2/+6
* Decouple application activation from onscreen_visibility.Gunnar Sletta2012-06-111-3/+0
* Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal2012-06-0610-1/+84
* A few fixes to prevent compositor crashesAndy Nichols2012-06-063-12/+19
* Bind texture in WaylandSurfaceItem::updateTextureAndy Nichols2012-06-041-0/+1
* Bump shaLaszlo Agocs2012-06-043-13/+61
* Fix no-xkb buildLaszlo Agocs2012-06-011-1/+1
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-05-311-2/+2
* added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2012-05-302-0/+3
* Make sendOnScreenVisibility invokableGunnar Sletta2012-05-291-1/+1
* Fixed client side issues due to threading bugs.Samuel Rødal2012-05-255-1/+21
* Reset the keyboard and pointer focus when attaching a null bufferLaszlo Agocs2012-05-231-0/+8
* Added config.test for brcm_egl.Samuel Rødal2012-05-212-4/+4
* Use a lookup table instead of an incomplete switch when mapping keysLaszlo Agocs2012-05-211-39/+87
* Position windows with transient parents properlyLaszlo Agocs2012-05-213-6/+11
* Fix clipboard crash in clients with westonLaszlo Agocs2012-05-211-2/+7
* Fix stuck modifier keysLaszlo Agocs2012-05-212-27/+13
* Make axis events compatible with WestonLaszlo Agocs2012-05-202-3/+5
* Register QTouchDevice only when the seat is touch-capableLaszlo Agocs2012-05-201-5/+8
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-2010-408/+646
* Implemented graceful quitting of clients.Samuel Rødal2012-05-197-2/+38
* BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal2012-05-1814-0/+1249
* Fixed context sharing in wayland_egl backend.Samuel Rødal2012-05-182-2/+21
* Add a custom WaylandSurfaceNode with its own materialsAndy Nichols2012-05-186-43/+284
* Fix case where we get a new damage event too soonAndy Nichols2012-05-181-2/+10
* Give texture ownership to scenegraph in WaylandSurfaceItemAndy Nichols2012-05-181-5/+5
* Store the input device in the touch extensionLaszlo Agocs2012-05-172-9/+14
* Build without hw integration.Samuel Rødal2012-05-151-1/+8
* Remove unnecessary display_sync and use the safer pattern in xcompositeLaszlo Agocs2012-05-154-24/+25
* Call set_toplevel properly to fix apps on westonLaszlo Agocs2012-05-151-3/+3
* Disable some debug prints in clipboardLaszlo Agocs2012-05-154-8/+7
* Yet another xkbcommon API changeLaszlo Agocs2012-05-151-2/+2
* Do not assert in pointer and keyboard enterLaszlo Agocs2012-05-111-4/+4
* Make sure the pointer focus is really reset when destroyingLaszlo Agocs2012-05-102-3/+9