summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor deletionsHEADmasterschneefux2014-07-051-14/+0
|
* Merge remote-tracking branch 'upstream/master'schneefux2014-07-032-2/+11
|\ | | | | | | merge upstream
| * Don't loop forever if we can't find our interfacesDaniel Stone2014-07-011-1/+6
| | | | | | | | | | Just try one wl_display_roundtrip, rather than doing them in a tight loop until we fall off the face of the planet.
| * authors: add note about TiagoJonny Lamb2014-06-301-1/+5
| |
* | move favorites to topschneefux2014-07-031-4/+1
| |
* | delete slidesschneefux2014-07-021-161/+0
| |
* | cleanupschneefux2014-07-021-10/+1
| |
* | fix windows being started outside the windowschneefux2014-06-291-1/+1
| |
* | remove unnecessary codeschneefux2014-06-291-105/+1
| |
* | fix Makefile.amschneefux2014-06-291-6/+0
| |
* | move favorite launcher to bottomschneefux2014-06-294-10/+7
| |
* | adjust look and feelschneefux2014-06-282-33/+2
| |
* | set panel to full heightschneefux2014-06-281-1/+1
| |
* | keep only favoritesschneefux2014-06-288-526/+1
| |
* | remove app launcher and system/volume buttonsschneefux2014-06-287-1010/+4
|/
* shell-helper: add set_panel request to override surface configureJonny Lamb2014-05-093-0/+51
| | | | | | | | 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.in: create ~/.config if neededMarco Barisione2014-04-161-0/+2
|
* maynard.in: don't try to run weston under X on RaspbianMarco Barisione2014-04-141-2/+8
|
* maynard.in: fix a typoMarco Barisione2014-04-141-1/+1
|
* Add a script to run maynardMarco Barisione2014-04-084-1/+35
|
* clock: use the muted volume icon as initial iconMarco Barisione2014-04-041-1/+1
| | | | If sound doesn't work is nicer to show a “no sound” icon.
* panel: volume_showing needs to be FALSE at startupMarco Barisione2014-04-041-1/+1
| | | | | Without this the initial volume icon is wrong (and the status is inconsistent).
* panel: don't update the volume icon if the panel is expandedMarco Barisione2014-04-041-1/+1
|
* style: update some coloursJonny Lamb2014-04-031-5/+13
|
* launcher: fix up width and height calculation yet againJonny Lamb2014-04-031-19/+20
| | | | | The old code looked fine in a small weston-in-x11 window, but rubbish on a bigger screen.
* clock: shorten not implemented labelJonny Lamb2014-04-031-1/+1
| | | | It was slightly too big for the clock window and making it bigger.
* Merge branch 'master'Jonny Lamb2014-04-021-1/+1
|\
| * gschema: add more favourites and reorder themMarco Barisione2014-04-021-1/+1
| |
* | 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.
* | readme: update and remove old informationJonny Lamb2014-04-021-17/+2
| |
* | authors: add initial versionJonny Lamb2014-04-021-0/+4
| |
* | license: add full GPL textJonny Lamb2014-04-022-0/+341
| |
* | panel: hide when a favorite is loadedJonny Lamb2014-04-023-2/+40
| |
* | clock: make system icon clickable and show not implemented messageJonny Lamb2014-04-026-34/+150
|/
* clock: set volume using asoundlibJonny Lamb2014-04-022-16/+104
|
* launcher: change defaults and behaviour of launcher grid sizingJonny Lamb2014-04-011-15/+8
|
* style: change alpha of launcher gridJonny Lamb2014-04-011-2/+2
|
* 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-312-3/+36
|
* 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
|
* clock: make if for the volume icon cover the whole possible rangeMarco Barisione2014-03-311-3/+3
|
* maynard: add clock and launcher grid to the panel's layerJonny Lamb2014-03-291-1/+13
|
* shell-helper: add add_surface_to_layer requestJonny Lamb2014-03-292-0/+55
| | | | | This is useful for adding other surfaces to an existing layer, like adding the clock and app launcher to the panel's layer.
* panel: don't crash in the handler for enter-notify-eventMarco Barisione2014-03-261-1/+3
|
* shell: use G_SOURCE_REMOVE instead of FALSE globallyJonny Lamb2014-03-252-3/+5
|
* clock: set the initial value in an idleJonny Lamb2014-03-251-0/+15
|
* shell: remove last places that still say "gtk shell"Jonny Lamb2014-03-254-4/+4
|
* shell: rename gtk-shell.c to maynard.cJonny Lamb2014-03-253-2/+2
|
* sound-applet: removed, no longer used or usefulJonny Lamb2014-03-243-171/+0
|