summaryrefslogtreecommitdiff
path: root/protocol
Commit message (Collapse)AuthorAgeFilesLines
* shell-helper: add set_panel request to override surface configureJonny Lamb2014-05-091-0/+4
| | | | | | | | The weston_surface's configure function defined by weston's desktop-shell module had loads of things we don't want such as moving the surface to 0,0 and removing all other surface's from the panel layer. By setting our own configure function we can only do the things we want.
* shell-helper: add add_surface_to_layer requestJonny Lamb2014-03-291-0/+5
| | | | | This is useful for adding other surfaces to an existing layer, like adding the clock and app launcher to the panel's layer.
* shell-helper: add new interface for moving surfaces around onscreenJonny Lamb2014-02-142-1/+22
|
* desktop-shell: update protocol to version 3Jonny Lamb2014-02-111-1/+19
|
* Update protocol/desktop-shell.xml to version from weston 1.3.Gary van der Merwe2013-10-211-19/+12
|
* Initial commitTiago Vignatti2013-03-253-0/+125
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>