summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add keyboard repeat rate and delayPier Luigi Fiorini2015-11-283-1/+75
| * | Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-286-4/+22
| * | Rename setPopup surface argumentPier Luigi Fiorini2015-11-271-1/+1
| * | Doc: Change a few parameter values in the qdocconfVenugopal Shivashankar2015-11-112-12/+9
| * | Fix crash on client exitPaul Olav Tvete2015-11-091-0/+2
| * | Fix copyright headersPaul Olav Tvete2015-11-0936-92/+98
| * | Try to get wl_display from the platform pluginPaul Olav Tvete2015-11-061-2/+6
| * | Add install targets for new examples.Paul Olav Tvete2015-11-045-1/+16
| * | Texture fix for examplePaul Olav Tvete2015-11-041-0/+1
| * | Null pointer check for examplePaul Olav Tvete2015-11-041-2/+6
| * | Merge "Merge branch '5.6' into wip-compositor-api" into wip-compositor-apiPaul Olav Tvete2015-10-2812-58/+315
| |\ \
| | * \ Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-2712-58/+315
| | |\ \
| * | | | Workaround for qwindow-compositor on platforms other than xcbLaszlo Agocs2015-10-281-1/+1
| |/ / /
| * | | Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-2632-38/+2127
| * | | Add support for popups to examplePaul Olav Tvete2015-10-233-4/+57
| * | | New custom extension examplePaul Olav Tvete2015-10-2320-0/+907
| * | | Example project file clean-upsLouai Al-Khanji2015-10-234-28/+19
| * | | Remove obsolete defineLouai Al-Khanji2015-10-231-1/+0
| * | | Add warning to private headersPaul Olav Tvete2015-10-2321-0/+231
| * | | Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-2322-52/+65
| * | | Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-1376-199/+1735
| |\ \ \
| * | | | Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
| * | | | A surface buffer has content iff it has a bufferPaul Olav Tvete2015-10-121-1/+1
| * | | | Avoid crash on window closePaul Olav Tvete2015-10-121-2/+3
| * | | | Avoid double deletePaul Olav Tvete2015-10-021-3/+1
| * | | | Initialize member variablePaul Olav Tvete2015-10-021-0/+1
| * | | | Disable flicking in the examplePaul Olav Tvete2015-09-291-0/+1
| * | | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-294-1/+27
| * | | | Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5
| * | | | Fix reference to removed filePaul Olav Tvete2015-09-181-1/+1
| * | | | Make the multi-output example workJørgen Lind2015-09-187-74/+160
| * | | | Fix broken onSurfaceDestroyed animationJørgen Lind2015-09-181-1/+1
| * | | | Add missing Q_ENUMJørgen Lind2015-09-183-0/+4
| * | | | Make sure QWaylandQuickItem paints the first frameJørgen Lind2015-09-182-0/+3
| * | | | Hook up the QWaylandQuickItem::surfaceDestroyedJørgen Lind2015-09-181-0/+1
| * | | | Remove the parent pointer for the view in QWaylandQuickItemJørgen Lind2015-09-181-1/+1
| * | | | Add sizeFollowsSurface property to QWaylandQuickItemJørgen Lind2015-09-183-24/+29
| * | | | Add a setDefaultOutput function to QWaylandCompositorJørgen Lind2015-09-183-2/+14
| * | | | Add a DiscardFontBuffers property to QWaylandViewJørgen Lind2015-09-183-0/+29
| * | | | Remove qml-compositorJørgen Lind2015-09-1810-842/+1
| * | | | Simplify the construction of pure-qmlJørgen Lind2015-09-183-12/+11
| * | | | Remove the QWaylandOutputSpaceJørgen Lind2015-09-1823-492/+73
| * | | | Remove nativeBuffer from QWaylandBufferRefJørgen Lind2015-09-182-8/+1
| * | | | New API for drag and dropPaul Olav Tvete2015-09-1710-145/+176
| * | | | Crash fixPaul Olav Tvete2015-09-171-1/+1
| * | | | Return empty size when nil buffer is attachedPaul Olav Tvete2015-09-161-0/+3
| * | | | Also draw surfaces without a shell surfacePaul Olav Tvete2015-09-165-9/+28
| * | | | Implement resize/move for pure-qmlJørgen Lind2015-09-1612-53/+427
| * | | | Create a utility function for QWaylandQuickItem::inputRegionContainsJørgen Lind2015-09-162-13/+12
| * | | | Make QWaylandQuickItem use pimplJørgen Lind2015-09-164-136/+250