summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adapted code to use qtwaylandscanner.Samuel Rødal2013-04-1764-1548/+2112
* Introduced qtwaylandscanner.Samuel Rødal2013-04-173-0/+1043
* Fix threaded resizing once more :)Jørgen Lind2013-04-164-15/+41
* Need to NULL check for waylandBufferHandle of m_backBuffercathy.park2013-04-101-1/+1
* Add warning to makeCurrent if it failsJørgen Lind2013-04-101-5/+3
* Use the api instead of accessing "private" static variablesJørgen Lind2013-04-101-2/+1
* Forgot to clear state after resizeJørgen Lind2013-04-101-0/+2
* Remove unnecessary blocking roundtripJørgen Lind2013-04-101-1/+0
* Make resizing thread-safeJørgen Lind2013-04-054-10/+55
* Fix window decorations to be thread safeAndy Nichols2013-04-0520-327/+122
* Add environment-variable to be able to disable window-decorationsThomas Senyk2013-03-191-0/+4
* Send property to client according to it's parameterElvis Lee2013-03-131-2/+2
* Fix the WindowStates handling.Giulio Camuffo2013-03-046-28/+66
* Return wl_compositor for integrationPier Luigi Fiorini2013-03-031-0/+4
* Report the right screen refresh rate.Giulio Camuffo2013-03-021-2/+2
* Set required Wayland version to 1.0.3 or higherAndy Nichols2013-03-022-3/+8
* define MODULE_VERSIONOswald Buddenhagen2013-02-281-0/+2
* Read and process Wayland events in separate threadAndy Nichols2013-02-257-48/+123
* Fix popup menus hanging the application when triggering them too fastGiulio Camuffo2013-02-221-3/+4
* Delete the margins image in ~QWaylandShmBuffer()Giulio Camuffo2013-02-211-0/+1
* Draw client side decoration actions with pixmapsPier Luigi Fiorini2013-02-181-5/+89
* Fix BRCM compilation issuesanknight2013-02-182-6/+3
* Return a pointer to wl_output for QScreenPier Luigi Fiorini2013-02-152-0/+12
* WaylandSurfaceItem: add property resizeSurfaceToItemanknight2013-02-152-2/+30
* Follow changes for Qt-ify naming conventionElvis Lee2013-02-151-1/+1
* Ignore generated filesPier Luigi Fiorini2013-02-131-3/+16
* 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-08171-898/+1418
* 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-054-9/+31
* Require xkbcommon and wayland-scanner to buildAndy Nichols2013-02-014-2/+128
* 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
* Update tests to build with wayland 1.0.0Andy Nichols2013-01-292-13/+20
* Fix the pointer cursor handling (QtCompositor side)Andy Nichols2013-01-1813-76/+102
* 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