summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* shell: add missing copyright headers to filesJonny Lamb2014-03-0717-21/+275
|
* copying: remove empty fileJonny Lamb2014-03-071-0/+0
| | | | Now we have a LICENSE file we don't need this one.
* Fix README.md wording and add license sectionTiago Vignatti2014-03-071-2/+10
|
* Add MIT license for the projectTiago Vignatti2014-03-072-0/+43
|
* shell: rename widgets to reflect project renameJonny Lamb2014-03-0515-267/+267
|
* rename project from weston-gtk-shell to maynardJonny Lamb2014-03-0512-49/+38
|
* shell: remove old launcher grid and related widgetsJonny Lamb2014-03-049-4342/+1
|
* shell: don't hide the panel if the app launcher is showingJonny Lamb2014-03-041-0/+35
|
* launcher: add new app launcher window and replace old grid with itJonny Lamb2014-03-045-25/+502
|
* panel: move height ratio into headerJonny Lamb2014-03-042-5/+2
|
* clocks: use GnomeWallClock to give time change updatesJonny Lamb2014-02-182-7/+65
| | | | Use this to stop showing static times for both clocks.
* shell: stop using magic numbers and utilize new constantsJonny Lamb2014-02-181-5/+9
|
* panel: move panel and vertical clock widgets into their own filesJonny Lamb2014-02-186-124/+385
|
* clock: move into its own widgetJonny Lamb2014-02-183-49/+42
|
* shell: add small clockJonny Lamb2014-02-171-3/+69
|
* shell: add event boxes around app widgets to not lose enter/leave eventsJonny Lamb2014-02-171-3/+9
|
* shell: add a way of listening to other widgets for enter/leaveJonny Lamb2014-02-171-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 gridJonny Lamb2014-02-171-8/+1
| | | | | This will get a redesign soon but until it comes let's at least make the grid usable.
* shell: add clockJonny Lamb2014-02-172-0/+55
|
* shell: hide panel depending on where the cursor isJonny Lamb2014-02-171-0/+98
|
* shell: move panel to left hand sideJonny Lamb2014-02-173-25/+75
|
* app-icon: add new widget subclass for icons on the panelJonny Lamb2014-02-173-0/+102
|
* shell-helper: implement interface in weston moduleJonny Lamb2014-02-145-3/+294
|
* shell-helper: add new interface for moving surfaces around onscreenJonny Lamb2014-02-142-1/+22
|
* shell: bind to version 3 of desktop_shellJonny Lamb2014-02-121-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 3Jonny Lamb2014-02-111-1/+19
|
* css: add new style css file and put it into gresourcesJonny Lamb2014-02-115-1/+52
|
* gitignore: updatedJonny Lamb2014-02-101-0/+5
|
* po: add Makefile.in.inJonny Lamb2014-02-101-0/+222
|
* Add a volume control widget to the panelEmilio Pozuelo Monfort2014-01-144-0/+146
|
* Tell gtk+ we really need the wayland backendEmilio Pozuelo Monfort2013-12-052-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 toEmilio Pozuelo Monfort2013-12-041-0/+1
|
* Post release version bumpEmilio Pozuelo Monfort2013-11-281-1/+1
|
* Update NEWSEmilio Pozuelo Monfort2013-11-271-0/+8
|
* Use g_object_new instead of gnome_wall_clock_newEmilio Pozuelo Monfort2013-11-271-1/+1
| | | | To workaround old libgnome-desktop not exporting that symbol.
* Add old NEWS fileEmilio Pozuelo Monfort2013-11-271-0/+4
|
* Mark files as translatableEmilio Pozuelo Monfort2013-11-271-0/+4
|
* Add favorite launchers in the panelEmilio Pozuelo Monfort2013-11-278-6/+240
|
* app-launcher: chain up on constructedEmilio Pozuelo Monfort2013-11-251-0/+2
|
* Add a clock to the panelEmilio Pozuelo Monfort2013-11-255-1/+117
|
* grid: sort items alphabeticallyEmilio Pozuelo Monfort2013-11-221-6/+29
|
* Post release version bumpEmilio Pozuelo Monfort2013-11-201-1/+1
|
* Check for gtk+-waylandEmilio Pozuelo Monfort2013-11-201-1/+7
|
* Rename the shell to weston-gtk-shellEmilio Pozuelo Monfort2013-11-202-4/+4
| | | | To avoid conflicts with weston's weston-desktop-shell.
* gitignore: ignore tarballsEmilio Pozuelo Monfort2013-11-191-0/+1
|
* Drop libtool checksEmilio Pozuelo Monfort2013-11-191-4/+0
| | | | We're not using it.
* Fix tarball generationEmilio Pozuelo Monfort2013-11-191-6/+2
| | | | | Name our project weston-gtk-shell instead of weston. Fixes tarball names.
* make: recurse into protocolEmilio Pozuelo Monfort2013-11-191-1/+1
|
* Require weston 1.3.0Emilio Pozuelo Monfort2013-11-191-1/+1
|
* app-system: always take the new app infoEmilio Pozuelo Monfort2013-10-281-3/+1
| | | | | The app info may have changed so always take the new app info to update the hash table.