summaryrefslogtreecommitdiff
path: root/shell/maynard.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary codeschneefux2014-06-291-105/+1
|
* move favorite launcher to bottomschneefux2014-06-291-5/+2
|
* adjust look and feelschneefux2014-06-281-1/+1
|
* keep only favoritesschneefux2014-06-281-61/+1
|
* remove app launcher and system/volume buttonsschneefux2014-06-281-146/+3
|
* shell-helper: add set_panel request to override surface configureJonny Lamb2014-05-091-0/+1
| | | | | | | | 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.
* maynard: change coding style to be more consistentJonny Lamb2014-04-021-374/+391
| | | | | This style is way more GTKy. shell-helper.c is left using wayland's style as it's much more wayland than it is GTK.
* panel: hide when a favorite is loadedJonny Lamb2014-04-021-0/+13
|
* clock: make system icon clickable and show not implemented messageJonny Lamb2014-04-021-8/+47
|
* Revert "gtk-shell: add hack to always keep app launcher onscreen"Jonny Lamb2014-04-011-4/+2
| | | | | | | There is a better hack in weston now, which means we don't need to keep this surface onscreen. This reverts commit e629806944f19ddccdceb75ccff095b06f2ab06c.
* maynard: scale the background to fit on screenMarco Barisione2014-03-311-2/+35
|
* maynard: use a nice background from kdewallpapers as defaultMarco Barisione2014-03-311-2/+3
|
* maynard: use the background in $BACKGROUND if setMarco Barisione2014-03-311-2/+5
|
* maynard: add clock and launcher grid to the panel's layerJonny Lamb2014-03-291-1/+13
|
* shell: use G_SOURCE_REMOVE instead of FALSE globallyJonny Lamb2014-03-251-2/+4
|
* shell: remove last places that still say "gtk shell"Jonny Lamb2014-03-251-1/+1
|
* shell: rename gtk-shell.c to maynard.cJonny Lamb2014-03-251-0/+542