summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qtwayland: correct order of parameters in setMouseFocus()Elvis Lee2012-08-201-1/+1
* Update Wayland SHAJorgen Lind2012-08-173-3/+6
* Do not pass texture ownership to scenegraph in WaylandSurfaceItemLaszlo Agocs2012-08-171-1/+1
* Fix qtwayland build with QT_NO_ACCESSIBILITYLaszlo Agocs2012-08-171-0/+6
* Wheel event support in WaylandSurfaceItemLaszlo Agocs2012-08-172-0/+9
* Add sendConfigure() for WaylandSurfaceElvis Lee2012-08-172-0/+8
* Add support for loading theme plugins.Pier Luigi Fiorini2012-08-162-0/+16
* Make the gl integrations use the same build options as the config testsJorgen Lind2012-08-138-9/+50
* Create platform plugin binary into the local plugins directory.Pier Luigi Fiorini2012-08-131-1/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Need to NULL check for parent() in parentSurface()Elvis Lee2012-08-101-1/+1
* Fix fall out from shell protocol changeLaszlo Agocs2012-07-252-4/+4
* Revert "Suppress QWindowSystemInterface inclusion warnings."Stephen Kelly2012-07-1811-11/+11
* Config tests for gl integrationJorgen Lind2012-07-172-77/+53
* 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