summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix shadow build problemAndy Nichols2013-02-131-1/+1
* Add wayland_common static lib to PRE_TARGETDEPSAndy Nichols2013-02-131-2/+3
* Call handleScreenGeometryChange when QWaylandScreen::setGeometryElvis Lee2013-02-081-0/+4
* Qt-ify the QtCompositor moduleAndy Nichols2013-02-08164-794/+1314
* QtCompositor hardware integrations as pluginsAndy Nichols2013-02-0641-124/+726
* Overhaul how platform plugins are builtAndy Nichols2013-02-06126-1843/+454
* Don't build QtCompositor unless explicitly enabledAndy Nichols2013-02-051-1/+5
* Fix scroll wheel behavior for Wayland clientsAndy Nichols2013-01-312-5/+17
* Cleanup for Wayland client cursorsAndy Nichols2013-01-302-158/+201
* Disable desktop settings awareness for nowAndy Nichols2013-01-291-0/+2
* fix build error when QT_COMPOSITOR_WAYLAND_GL is not defined.Elvis Lee2013-01-291-0/+1
* Fix crash when unsetting cursorAndy Nichols2013-01-291-1/+2
* Fix the pointer cursor handling (QtCompositor side)Andy Nichols2013-01-189-48/+49
* Fix the pointer cursor handling.Giulio Camuffo2013-01-187-146/+182
* Fix build error in non wayland-egl backendsAndy Nichols2013-01-166-6/+6
* Draw window iconPier Luigi Fiorini2013-01-153-2/+35
* Default to Qt::ArrowCursor when cursor = 0 in changeCursor().Friedemann Kleint2013-01-151-6/+7
* Implemented moving and resizing using the decorations.Giulio Camuffo2013-01-1012-30/+110
* Draw decorations using colors from QPalette.Pier Luigi Fiorini2013-01-102-8/+27
* Client-side decoration actions.Pier Luigi Fiorini2013-01-104-4/+114
* Fix issue where hidden menus were never shown againAndy Nichols2013-01-101-1/+1
* Title don't cover buttons.Pier Luigi Fiorini2013-01-101-1/+9
* make use of qtHaveModule()Oswald Buddenhagen2013-01-081-1/+1
* Fix menus so they do not disappear instantlyAndy Nichols2013-01-071-1/+0
* Remove WAYLAND_CLIENT_THREAD_AFFINITY logicAndy Nichols2013-01-072-10/+0
* Set surface class name.Pier Luigi Fiorini2013-01-048-2/+37
* Cleaned out usages of removed or to be removed APIs.Samuel Rødal2012-12-0611-86/+6
* Cleanup QtWayland moduleAndy Nichols2012-12-0330-1908/+552
* Change setPos -> setPosition in WaylandSurfaceItem.David Yip2012-12-031-1/+1
* 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 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
* 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
* Prevent leaking texture ids.Samuel Rødal2012-10-242-4/+16
* 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
* Changing from QQuickCanvas to QQuickWindowThomas Senyk2012-10-161-6/+6
* change the order of subdirsElvis Lee2012-10-081-1/+1
* Compile after QWindowSystemInterface API changes.Morten Johan Sorvig2012-09-282-7/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-25166-2679/+2925
* 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
* m_windowManagerListener is unused variableElvis Lee2012-09-121-2/+0
* 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-112-3/+0
* Fix build errors due to api changes in QtBaseJorgen Lind2012-09-101-1/+1