summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed rendering stalling in qml-compositor.Samuel Rødal2013-04-231-0/+1
* Fixed build issue due to not finding "wayland-client.h".Samuel Rødal2013-04-231-0/+4
* Fixed hellowindow with multiple windows in xcomposite-egl.Samuel Rødal2013-04-232-0/+4
* Fixed EGL_BAD_MATCH error with xcomposite-egl.Samuel Rødal2013-04-231-1/+1
* Fixed / cleaned up xcomposite integrations.Samuel Rødal2013-04-239-77/+52
* Fixed client being blocked in xcomposite integrations.Samuel Rødal2013-04-234-63/+0
* Adapted Surface and Region to use the qtwaylandscanner.Samuel Rødal2013-04-2319-178/+152
* Use surfaceBuffer's image to get image for shm surfaceElvis Lee2013-04-233-8/+25
* Fix variable name in QWaylandInputDevice::keyboard_modifiersThomas Senyk2013-04-171-1/+1
* 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
* 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
* 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