| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add MIT license for the project | Tiago Vignatti | 2014-03-07 | 2 | -0/+43 |
| | | |||||
| * | shell: rename widgets to reflect project rename | Jonny Lamb | 2014-03-05 | 15 | -267/+267 |
| | | |||||
| * | rename project from weston-gtk-shell to maynard | Jonny Lamb | 2014-03-05 | 12 | -49/+38 |
| | | |||||
| * | shell: remove old launcher grid and related widgets | Jonny Lamb | 2014-03-04 | 9 | -4342/+1 |
| | | |||||
| * | shell: don't hide the panel if the app launcher is showing | Jonny Lamb | 2014-03-04 | 1 | -0/+35 |
| | | |||||
| * | 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 |
| | | | | | Use this to stop showing static times for both clocks. | ||||
| * | 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 |
| | | | | | | | | | | | | Due to the many widgets in the panel, some enter and leave signals get eaten up by some widgets here and there, so their ::enter-notify-event should be connected to to make sure the cursor is still over the panel. ::leave-notify-event isn't required as the panel will always give us a reliable final leave event. The reason why these signals are signalled or not signalled are not fully understood. | ||||
| * | gtk-shell: resize the app launcher grid | Jonny Lamb | 2014-02-17 | 1 | -8/+1 |
| | | | | | | This will get a redesign soon but until it comes let's at least make the grid usable. | ||||
| * | 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 |
| | | | | | | | The desktop_ready() request (added in version 2) must be called after everything is drawn to the screen so weston knows when to fade up and show the desktop. | ||||
| * | 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 |
| | | | | | | | | So that it doesn't choose the x11 backend when DISPLAY is set, e.g. when running weston on x11 or when xwayland is available. Require gtk+ 3.10 for this. | ||||
| * | 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 |
| | | | | | To workaround old libgnome-desktop not exporting that symbol. | ||||
| * | 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 |
| | | | | | To avoid conflicts with weston's weston-desktop-shell. | ||||
| * | gitignore: ignore tarballs | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -0/+1 |
| | | |||||
| * | Drop libtool checks | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -4/+0 |
| | | | | | We're not using it. | ||||
| * | Fix tarball generation | Emilio Pozuelo Monfort | 2013-11-19 | 1 | -6/+2 |
| | | | | | | Name our project weston-gtk-shell instead of weston. Fixes tarball names. | ||||
| * | 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 |
| | | | | | | The app info may have changed so always take the new app info to update the hash table. | ||||
