| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | launcher: add new app launcher window and replace old grid with it | Jonny Lamb | 2014-03-04 | 5 | -25/+502 |
| * | panel: move height ratio into header | Jonny Lamb | 2014-03-04 | 2 | -5/+2 |
| * | clocks: use GnomeWallClock to give time change updates | Jonny Lamb | 2014-02-18 | 2 | -7/+65 |
| * | shell: stop using magic numbers and utilize new constants | Jonny Lamb | 2014-02-18 | 1 | -5/+9 |
| * | panel: move panel and vertical clock widgets into their own files | Jonny Lamb | 2014-02-18 | 6 | -124/+385 |
| * | clock: move into its own widget | Jonny Lamb | 2014-02-18 | 3 | -49/+42 |
| * | shell: add small clock | Jonny Lamb | 2014-02-17 | 1 | -3/+69 |
| * | shell: add event boxes around app widgets to not lose enter/leave events | Jonny Lamb | 2014-02-17 | 1 | -3/+9 |
| * | shell: add a way of listening to other widgets for enter/leave | Jonny Lamb | 2014-02-17 | 1 | -0/+12 |
| * | gtk-shell: resize the app launcher grid | Jonny Lamb | 2014-02-17 | 1 | -8/+1 |
| * | shell: add clock | Jonny Lamb | 2014-02-17 | 2 | -0/+55 |
| * | shell: hide panel depending on where the cursor is | Jonny Lamb | 2014-02-17 | 1 | -0/+98 |
| * | shell: move panel to left hand side | Jonny Lamb | 2014-02-17 | 3 | -25/+75 |
| * | app-icon: add new widget subclass for icons on the panel | Jonny Lamb | 2014-02-17 | 3 | -0/+102 |
| * | shell-helper: implement interface in weston module | Jonny Lamb | 2014-02-14 | 5 | -3/+294 |
| * | shell-helper: add new interface for moving surfaces around onscreen | Jonny Lamb | 2014-02-14 | 2 | -1/+22 |
| * | shell: bind to version 3 of desktop_shell | Jonny Lamb | 2014-02-12 | 1 | -1/+3 |
| * | desktop-shell: update protocol to version 3 | Jonny Lamb | 2014-02-11 | 1 | -1/+19 |
| * | css: add new style css file and put it into gresources | Jonny Lamb | 2014-02-11 | 5 | -1/+52 |
| * | gitignore: updated | Jonny Lamb | 2014-02-10 | 1 | -0/+5 |
| * | po: add Makefile.in.in | Jonny Lamb | 2014-02-10 | 1 | -0/+222 |
| * | Add a volume control widget to the panel | Emilio Pozuelo Monfort | 2014-01-14 | 4 | -0/+146 |
| * | Tell gtk+ we really need the wayland backend | Emilio Pozuelo Monfort | 2013-12-05 | 2 | -1/+3 |
| * | Unlock the screen when asked to | Emilio Pozuelo Monfort | 2013-12-04 | 1 | -0/+1 |
| * | Post release version bump | Emilio Pozuelo Monfort | 2013-11-28 | 1 | -1/+1 |
| * | Update NEWS | Emilio Pozuelo Monfort | 2013-11-27 | 1 | -0/+8 |
| * | Use g_object_new instead of gnome_wall_clock_new | Emilio Pozuelo Monfort | 2013-11-27 | 1 | -1/+1 |
| * | Add old NEWS file | Emilio Pozuelo Monfort | 2013-11-27 | 1 | -0/+4 |
| * | Mark files as translatable | Emilio Pozuelo Monfort | 2013-11-27 | 1 | -0/+4 |
| * | Add favorite launchers in the panel | Emilio Pozuelo Monfort | 2013-11-27 | 8 | -6/+240 |
| * | app-launcher: chain up on constructed | Emilio Pozuelo Monfort | 2013-11-25 | 1 | -0/+2 |
| * | Add a clock to the panel | Emilio Pozuelo Monfort | 2013-11-25 | 5 | -1/+117 |
| * | grid: sort items alphabetically | Emilio Pozuelo Monfort | 2013-11-22 | 1 | -6/+29 |
| * | Post release version bump | Emilio Pozuelo Monfort | 2013-11-20 | 1 | -1/+1 |
| * | Check for gtk+-wayland | Emilio Pozuelo Monfort | 2013-11-20 | 1 | -1/+7 |
| * | Rename the shell to weston-gtk-shell | Emilio Pozuelo Monfort | 2013-11-20 | 2 | -4/+4 |
| * | gitignore: ignore tarballs | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -0/+1 |
| * | Drop libtool checks | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -4/+0 |
| * | Fix tarball generation | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -6/+2 |
| * | make: recurse into protocol | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -1/+1 |
| * | Require weston 1.3.0 | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -1/+1 |
| * | app-system: always take the new app info | Emilio Pozuelo Monfort | 2013-10-28 | 1 | -3/+1 |
| * | grid: don't add duplicate entries when the menu tree changes | Emilio Pozuelo Monfort | 2013-10-28 | 2 | -21/+15 |
| * | Fix bottom of the grid getting cut | Emilio Pozuelo Monfort | 2013-10-26 | 1 | -1/+8 |
| * | Add a gitignore file | Emilio Pozuelo Monfort | 2013-10-26 | 1 | -0/+40 |
| * | Make the grid actually show real launchers | Emilio Pozuelo Monfort | 2013-10-26 | 13 | -9/+4584 |
| * | Properly set the panel height | Emilio Pozuelo Monfort | 2013-10-24 | 1 | -1/+1 |
| * | Add a fake menu grid | Emilio Pozuelo Monfort | 2013-10-24 | 1 | -20/+42 |
| * | Quick hack to get things working | Emilio Pozuelo Monfort | 2013-10-22 | 1 | -2/+2 |
| * | Merge pull request #1 from garyvdm/protocol-update | Tiago Vignatti | 2013-10-21 | 1 | -19/+12 |
| |\ | |||||
