summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension
Commit message (Expand)AuthorAgeFilesLines
* Use WaylandCursorItem over clients, window system cursor otherwiseShawn Rutledge2020-05-291-3/+2
* Client: Don't send fake SurfaceCreated/Destroyed eventsDavid Edmundson2020-05-181-2/+5
* Remove waylandclient-private dependency from custom-extension exampleJohan Klokkhammer Helsing2018-04-255-8/+5
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-281-1/+1
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-272-2/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* Add non-global object to custom extension examplePaul Olav Tvete2017-10-057-11/+254
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-0410-23/+123
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-10/+10
|\
| * Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-234-11/+11
* | Remove unused files from examplePaul Olav Tvete2017-01-023-103/+0
|/
* Move qtwayland over to use the new configuration systemLars Knoll2016-11-234-33/+0
* Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-031-0/+1
* Make the custom extension example more interestingPaul Olav Tvete2016-09-3011-95/+470
* Simplify custom-extension examplePaul Olav Tvete2016-09-0816-70/+50
* Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-111-1/+1
* Rename createSurface and similar signalsJohan Klokkhammer Helsing2016-08-031-1/+1
* Compositor: make the extensions property list optionalPaul Olav Tvete2016-07-121-16/+12
* Adjust for hotspot position inside WaylandCursorItemJohan Klokkhammer Helsing2016-07-111-2/+2
* Rename enableWSCursor to windowSystemCursorEnabledJohan Klokkhammer Helsing2016-07-111-1/+1
* fix example installOswald Buddenhagen2016-05-251-0/+3
* load(qt_plugin) at the endOswald Buddenhagen2016-05-251-3/+2
* Create a general ShellSurfaceItem to avoid duplicationJohan Klokkhammer Helsing2016-05-201-1/+1
* Fix buildJohan Klokkhammer Helsing2016-05-201-1/+1
* Move QWaylandClientExtension out of namespacePaul Olav Tvete2016-05-193-11/+0
* Rename QWaylandExtension to QWaylandCompositorExtensionPaul Olav Tvete2016-05-182-3/+3
* Fix example build dependencyPaul Olav Tvete2016-05-121-0/+2
* Automatically initialize the quick extension objectsGiulio Camuffo2016-04-294-11/+9
* Add QML api for client side extension.Erik Larsson2016-04-215-1/+208
* Simplify ShellSurfaceItem creationv5.7.0-beta1Johan Klokkhammer Helsing2016-04-111-3/+2
* Rename compositor Shell to WlShellJohan Klokkhammer Helsing2016-04-051-2/+2
* Simplify client-side API for Wayland extensionsErik Larsson2016-03-183-27/+7
* Add surface roles backGiulio Camuffo2016-02-111-1/+1
* Link with the wayland-client libraryPaul Olav Tvete2016-01-141-0/+6
* Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-281-0/+4
* Fix copyright headersPaul Olav Tvete2015-11-095-15/+15
* Add install targets for new examples.Paul Olav Tvete2015-11-043-1/+8
* New custom extension examplePaul Olav Tvete2015-10-2319-0/+906