| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unnecessary code | schneefux | 2014-06-29 | 1 | -105/+1 |
| | | |||||
| * | fix Makefile.am | schneefux | 2014-06-29 | 1 | -6/+0 |
| | | |||||
| * | move favorite launcher to bottom | schneefux | 2014-06-29 | 4 | -10/+7 |
| | | |||||
| * | adjust look and feel | schneefux | 2014-06-28 | 2 | -33/+2 |
| | | |||||
| * | set panel to full height | schneefux | 2014-06-28 | 1 | -1/+1 |
| | | |||||
| * | keep only favorites | schneefux | 2014-06-28 | 8 | -526/+1 |
| | | |||||
| * | remove app launcher and system/volume buttons | schneefux | 2014-06-28 | 7 | -1010/+4 |
| | | |||||
| * | shell-helper: add set_panel request to override surface configure | Jonny Lamb | 2014-05-09 | 3 | -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 needed | Marco Barisione | 2014-04-16 | 1 | -0/+2 |
| | | |||||
| * | maynard.in: don't try to run weston under X on Raspbian | Marco Barisione | 2014-04-14 | 1 | -2/+8 |
| | | |||||
| * | maynard.in: fix a typo | Marco Barisione | 2014-04-14 | 1 | -1/+1 |
| | | |||||
| * | Add a script to run maynard | Marco Barisione | 2014-04-08 | 4 | -1/+35 |
| | | |||||
| * | clock: use the muted volume icon as initial icon | Marco Barisione | 2014-04-04 | 1 | -1/+1 |
| | | | | | If sound doesn't work is nicer to show a “no sound” icon. | ||||
| * | panel: volume_showing needs to be FALSE at startup | Marco Barisione | 2014-04-04 | 1 | -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 expanded | Marco Barisione | 2014-04-04 | 1 | -1/+1 |
| | | |||||
| * | style: update some colours | Jonny Lamb | 2014-04-03 | 1 | -5/+13 |
| | | |||||
| * | launcher: fix up width and height calculation yet again | Jonny Lamb | 2014-04-03 | 1 | -19/+20 |
| | | | | | | The old code looked fine in a small weston-in-x11 window, but rubbish on a bigger screen. | ||||
| * | clock: shorten not implemented label | Jonny Lamb | 2014-04-03 | 1 | -1/+1 |
| | | | | | It was slightly too big for the clock window and making it bigger. | ||||
| * | Merge branch 'master' | Jonny Lamb | 2014-04-02 | 1 | -1/+1 |
| |\ | |||||
| | * | gschema: add more favourites and reorder them | Marco Barisione | 2014-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | maynard: change coding style to be more consistent | Jonny Lamb | 2014-04-02 | 1 | -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 information | Jonny Lamb | 2014-04-02 | 1 | -17/+2 |
| | | | |||||
| * | | authors: add initial version | Jonny Lamb | 2014-04-02 | 1 | -0/+4 |
| | | | |||||
| * | | license: add full GPL text | Jonny Lamb | 2014-04-02 | 2 | -0/+341 |
| | | | |||||
| * | | panel: hide when a favorite is loaded | Jonny Lamb | 2014-04-02 | 3 | -2/+40 |
| | | | |||||
| * | | clock: make system icon clickable and show not implemented message | Jonny Lamb | 2014-04-02 | 6 | -34/+150 |
| |/ | |||||
| * | clock: set volume using asoundlib | Jonny Lamb | 2014-04-02 | 2 | -16/+104 |
| | | |||||
| * | launcher: change defaults and behaviour of launcher grid sizing | Jonny Lamb | 2014-04-01 | 1 | -15/+8 |
| | | |||||
| * | style: change alpha of launcher grid | Jonny Lamb | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | Revert "gtk-shell: add hack to always keep app launcher onscreen" | Jonny Lamb | 2014-04-01 | 1 | -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 screen | Marco Barisione | 2014-03-31 | 2 | -3/+36 |
| | | |||||
| * | maynard: use a nice background from kdewallpapers as default | Marco Barisione | 2014-03-31 | 1 | -2/+3 |
| | | |||||
| * | maynard: use the background in $BACKGROUND if set | Marco Barisione | 2014-03-31 | 1 | -2/+5 |
| | | |||||
| * | clock: make if for the volume icon cover the whole possible range | Marco Barisione | 2014-03-31 | 1 | -3/+3 |
| | | |||||
| * | maynard: add clock and launcher grid to the panel's layer | Jonny Lamb | 2014-03-29 | 1 | -1/+13 |
| | | |||||
| * | shell-helper: add add_surface_to_layer request | Jonny Lamb | 2014-03-29 | 2 | -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-event | Marco Barisione | 2014-03-26 | 1 | -1/+3 |
| | | |||||
| * | shell: use G_SOURCE_REMOVE instead of FALSE globally | Jonny Lamb | 2014-03-25 | 2 | -3/+5 |
| | | |||||
| * | clock: set the initial value in an idle | Jonny Lamb | 2014-03-25 | 1 | -0/+15 |
| | | |||||
| * | shell: remove last places that still say "gtk shell" | Jonny Lamb | 2014-03-25 | 4 | -4/+4 |
| | | |||||
| * | shell: rename gtk-shell.c to maynard.c | Jonny Lamb | 2014-03-25 | 3 | -2/+2 |
| | | |||||
| * | sound-applet: removed, no longer used or useful | Jonny Lamb | 2014-03-24 | 3 | -171/+0 |
| | | |||||
| * | panel,clock: implement setting volume by showing a scale over the clock | Jonny Lamb | 2014-03-24 | 6 | -9/+252 |
| | | |||||
| * | build: distribute maynard.gresource.xml | Marco Barisione | 2014-03-21 | 1 | -1/+3 |
| | | |||||
| * | panel: replaced wifi icon with a 'system' icon | Jonny Lamb | 2014-03-18 | 2 | -8/+8 |
| | | |||||
| * | gtk-shell: add hack to always keep app launcher onscreen | Jonny Lamb | 2014-03-14 | 1 | -2/+4 |
| | | | | | | | | | | | | At the moment there's a problem where weston_view->output_mask for the app launcher window isn't updated during the animation of moving it onscreen. While offscreen ->output_mask is obviously 0 but during the animation the correct output should be added to the mask. To workaround this problem for now we'll keep the window always onscreen but hidden by the panel so this problem is never hit. This is a horrible hack and should be fixed properly as soon as possible. | ||||
| * | style: rename classes from wgs-* to maynard-* | Jonny Lamb | 2014-03-07 | 6 | -19/+19 |
| | | |||||
| * | shell: add missing copyright headers to files | Jonny Lamb | 2014-03-07 | 17 | -21/+275 |
| | | |||||
| * | copying: remove empty file | Jonny Lamb | 2014-03-07 | 1 | -0/+0 |
| | | | | | Now we have a LICENSE file we don't need this one. | ||||
| * | Fix README.md wording and add license section | Tiago Vignatti | 2014-03-07 | 1 | -2/+10 |
| | | |||||
