summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* grid: don't add duplicate entries when the menu tree changesEmilio Pozuelo Monfort2013-10-282-21/+15
| | | | | Fix a few bugs in our shell-app-system code that are exposed by this change.
* Fix bottom of the grid getting cutEmilio Pozuelo Monfort2013-10-261-1/+8
|
* Add a gitignore fileEmilio Pozuelo Monfort2013-10-261-0/+40
|
* Make the grid actually show real launchersEmilio Pozuelo Monfort2013-10-2613-9/+4584
|
* Properly set the panel heightEmilio Pozuelo Monfort2013-10-241-1/+1
| | | | The other way doesn't work for some reason.
* Add a fake menu gridEmilio Pozuelo Monfort2013-10-241-20/+42
| | | | | | | It is toggled from the new 'Menu' button in the panel. The old weston-terminal launcher is now gone. The menu is not yet populated with desktop files.
* Quick hack to get things workingEmilio Pozuelo Monfort2013-10-221-2/+2
|
* Merge pull request #1 from garyvdm/protocol-updateTiago Vignatti2013-10-211-19/+12
|\ | | | | Update protocol/desktop-shell.xml to version from weston 1.3.
| * Update protocol/desktop-shell.xml to version from weston 1.3.Gary van der Merwe2013-10-211-19/+12
|/
* Add panel example and terminal launcherTiago Vignatti2013-04-041-20/+101
| | | | Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
* Fix cursor settingTiago Vignatti2013-04-011-2/+0
| | | | | | Don't clobber surface user data with junk. Background is alright now again. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
* Fix background drawingTiago Vignatti2013-03-271-17/+45
| | | | | | | There's still some race happening though, which prevents the client of showing anything. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
* Add small README.mdTiago Vignatti2013-03-252-0/+14
| | | | Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
* Initial commitTiago Vignatti2013-03-2510-0/+328
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>