summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Cleaned out usages of removed or to be removed APIs.Samuel Rødal2012-12-064-59/+0
* Cleanup QtWayland moduleAndy Nichols2012-12-034-8/+8
* Change setPos -> setPosition in WaylandSurfaceItem.David Yip2012-12-031-1/+1
* Port to libxkbcommon 0.2.0.Giulio Camuffo2012-11-051-4/+4
* Update QtCompositor API to use wayland 1.0.0Andy Nichols2012-11-043-7/+25
* Prevent leaking texture ids.Samuel Rødal2012-10-242-4/+16
* Changing from QQuickCanvas to QQuickWindowThomas Senyk2012-10-161-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2569-390/+554
* Fixed modifiers not working for non-Qt wayland clients.Samuel Rødal2012-09-222-1/+52
* Made qtwayland compositor handle plain wayland clients.Samuel Rødal2012-09-223-0/+96
* Prevent crashing the compositor when the client wants to unset the cursor.Samuel Rødal2012-09-221-1/+3
* use wl_list_for_each_safe instead of wl_list_for_eachElvis Lee2012-09-121-2/+2
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Fix mouse input in WaylandSurfaceItem.Pier Luigi Fiorini2012-08-271-4/+8
* qtwayland: correct order of parameters in setMouseFocus()Elvis Lee2012-08-201-1/+1
* Update Wayland SHAJorgen Lind2012-08-171-1/+1
* Do not pass texture ownership to scenegraph in WaylandSurfaceItemLaszlo Agocs2012-08-171-1/+1
* Wheel event support in WaylandSurfaceItemLaszlo Agocs2012-08-172-0/+9
* Add sendConfigure() for WaylandSurfaceElvis Lee2012-08-172-0/+8
* Make the gl integrations use the same build options as the config testsJorgen Lind2012-08-133-4/+18
* 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
* Config tests for gl integrationJorgen Lind2012-07-171-27/+22
* Use the new QPlatformNativeInterface native resource function getterJørgen Lind2012-07-051-4/+9
* Still support building with pri filesJorgen Lind2012-07-052-2/+2
* build system cleanupsOswald Buddenhagen2012-06-272-8/+2
* switch to new-style configure testsOswald Buddenhagen2012-06-271-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-272-5/+5
* Fix broken handling of inactive transient surfacesLaszlo Agocs2012-06-189-6/+30
* Fix build when QtQuick is not availableLaszlo Agocs2012-06-182-8/+13
* Introduce standard pkg-config usageDonald Carr2012-06-112-24/+4
* Reset keyboard focus when a surface is destroyedLaszlo Agocs2012-06-111-2/+6
* Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal2012-06-066-1/+60
* 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-041-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-301-0/+1
* Make sendOnScreenVisibility invokableGunnar Sletta2012-05-291-1/+1
* 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-211-2/+2
* Make axis events compatible with WestonLaszlo Agocs2012-05-201-1/+1
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-205-130/+313
* Implemented graceful quitting of clients.Samuel Rødal2012-05-193-1/+18
* BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal2012-05-186-0/+443
* 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
* Build without hw integration.Samuel Rødal2012-05-151-1/+8