summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland
Commit message (Expand)AuthorAgeFilesLines
* Set surface class name.Pier Luigi Fiorini2013-01-043-0/+13
* Cleaned out usages of removed or to be removed APIs.Samuel Rødal2012-12-066-23/+6
* Cleanup QtWayland moduleAndy Nichols2012-12-034-8/+8
* Make sure the GL integrations have been fully initialized in time.Samuel Rødal2012-11-304-0/+7
* Initial implementation of decorations for EGL windows.Giulio Camuffo2012-11-1718-71/+559
* Port the Wayland QPA plugin to wayland 1.0.0.Giulio Camuffo2012-11-0421-60/+101
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-10-241-5/+2
* Follow API change for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-182-6/+2
* Follow API change for QPlatformWindow::setWindowFlagsThomas Senyk2012-10-162-4/+3
* Fixing include warnings regarding QWindowSystemInterfaceThomas Senyk2012-10-1611-11/+11
* Compile after QWindowSystemInterface API changes.Morten Johan Sorvig2012-09-282-7/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2595-2240/+2322
* m_windowManagerListener is unused variableElvis Lee2012-09-121-2/+0
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-1/+0
* Fix build errors due to api changes in QtBaseJorgen Lind2012-09-101-1/+1
* Update Wayland SHAJorgen Lind2012-08-172-2/+5
* Fix qtwayland build with QT_NO_ACCESSIBILITYLaszlo Agocs2012-08-171-0/+6
* 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-135-5/+32
* Create platform plugin binary into the local plugins directory.Pier Luigi Fiorini2012-08-131-1/+1
* Revert "Suppress QWindowSystemInterface inclusion warnings."Stephen Kelly2012-07-1811-11/+11
* Config tests for gl integrationJorgen Lind2012-07-171-50/+31
* Update wayland shaJorgen Lind2012-07-063-12/+4
* Fix QPA plugin metadata changeJorgen Lind2012-07-051-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0311-11/+11
* build system cleanupsOswald Buddenhagen2012-06-271-1/+1
* switch to new-style configure testsOswald Buddenhagen2012-06-272-2/+2
* 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-181-1/+8
* Fix global coordinate translation in clientsLaszlo Agocs2012-06-181-2/+2
* Map function keys properlyLaszlo Agocs2012-06-181-13/+10
* Introduce standard pkg-config usageDonald Carr2012-06-111-27/+7
* Decouple application activation from onscreen_visibility.Gunnar Sletta2012-06-111-3/+0
* Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal2012-06-064-0/+24
* Bump shaLaszlo Agocs2012-06-042-12/+60
* Fix no-xkb buildLaszlo Agocs2012-06-011-1/+1
* added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2012-05-301-0/+2
* Fixed client side issues due to threading bugs.Samuel Rødal2012-05-255-1/+21
* Added config.test for brcm_egl.Samuel Rødal2012-05-211-2/+2
* 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-201-2/+4
* Register QTouchDevice only when the seat is touch-capableLaszlo Agocs2012-05-201-5/+8
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-205-278/+333
* Implemented graceful quitting of clients.Samuel Rødal2012-05-194-1/+20
* BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal2012-05-188-0/+806