summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix missing file rename from QWayalandQuickView -> ....ItemJørgen Lind2015-08-282-2/+2
| * | Remove the default shell functionalityJørgen Lind2015-08-285-25/+12
| * | Rename QWaylandQuickView to QWaylandQuickItemJørgen Lind2015-08-282-4/+4
| * | Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-284-28/+28
| * | Improve QWaylandExtensionJørgen Lind2015-08-281-1/+1
| * | Public input apisJørgen Lind2015-08-281-3/+3
| * | Rework how we manage extensionsJørgen Lind2015-08-287-15/+24
| * | QWindowCompositor: Stop dragging window state when focus goes out.Jørgen Lind2015-08-281-0/+2
| * | Reimplement the create functionJørgen Lind2015-08-283-12/+19
| * | Introducing QWaylandOutputSpaceJørgen Lind2015-08-284-9/+17
| * | add a multi output exampleJørgen Lind2015-08-288-1/+328
| * | Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-281-0/+4
| * | Add a pure-qml compositor exampleJørgen Lind2015-08-288-0/+323
| * | Move the texture ownership from the QWaylandSurfaceJørgen Lind2015-08-282-69/+44
| * | Deprecate the cursor change request and make it a signalJørgen Lind2015-08-282-2/+3
| * | Make it possible for QWaylandSurfaceItem to children of arbitrary itemsJørgen Lind2015-08-281-3/+3
| * | Make QWaylandCompositor inherit QObjectJørgen Lind2015-08-284-38/+55
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-011-0/+4
|\ \ \
| * | | Make qwindow-compositor build on systems without ext texturesLaszlo Agocs2015-10-271-0/+4
* | | | Example app for subsurfacesMikko Levonmaa2015-11-288-0/+429
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-275-19/+67
|\| | |
| * | | Support EGLStream in wayland-eglLaszlo Agocs2015-10-203-14/+60
| * | | Fix build without pkg-configLaszlo Agocs2015-10-192-5/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-151-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-1/+0
| |\ \ | | |/ | |/|
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-061-1/+0
* | | Implement the wl_subcompositor interface server-sideGiulio Camuffo2015-10-013-21/+3
|/ /
* / Add a mechanism to delay unmapping of surfacesGiulio Camuffo2015-07-151-0/+7
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-153-18/+4
|\
| * examples: remove unused windowDestroyed signalOlivier Blin2015-03-312-15/+0
| * qwindow-compositor: fix rendering shm NPOT textures with OpenGL ES2Olivier Blin2015-03-291-0/+1
| * Fix connecting to surfaceDestroyedOlivier Blin2015-03-271-3/+3
* | Update copyright headersJani Heikkinen2015-02-1723-92/+92
* | Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-083-6/+13
* | Namespace the platform pluginsGiulio Camuffo2015-01-293-8/+8
|/
* Correctly handle '--invert' parameter in server-buffer compositorSiteshwar Vashisht2015-01-131-2/+2
* Move examples into wayland subdirectory.v5.4.0-beta1Friedemann Kleint2014-10-0936-17/+19
* Fix the compositor's wayland versioningGiulio Camuffo2014-10-091-1/+1
* qwindow-compositor: Rename QOpenGLWindowLaszlo Agocs2014-08-296-21/+22
* Explicitly define the interface versionsGiulio Camuffo2014-08-231-1/+1
* QWindowCompositor: Prevent double delete.Robin Burchell2014-08-211-2/+4
* Replace custom texture upload with QOpenGLTextureRobin Burchell2014-08-203-22/+22
* QWindowCompositor: Getting popups to appear in the right place.Robin Burchell2014-08-201-8/+15
* qwindow-compositor: Fix null pointer dereference.Robin Burchell2014-08-181-1/+1
* qml-compositor: Error check loading of WindowChrome.Robin Burchell2014-08-181-0/+4
* qml-compositor: Clean up some unnecessary logging.Robin Burchell2014-08-182-4/+4
* Fix namespaced buildGiulio Camuffo2014-08-074-0/+16
* Fix creation of custom shellsGiulio Camuffo2014-07-083-0/+3
* Make it possible to have custom shell implementationsGiulio Camuffo2014-04-291-1/+1
* Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-297-103/+84