| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 3 | -3/+286 |
| | | |||||
| * | 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. | ||||
| * | css: add new style css file and put it into gresources | Jonny Lamb | 2014-02-11 | 4 | -1/+50 |
| | | |||||
| * | 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 | 1 | -0/+2 |
| | | | | | | | | 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 |
| | | |||||
| * | 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 favorite launchers in the panel | Emilio Pozuelo Monfort | 2013-11-27 | 4 | -5/+189 |
| | | |||||
| * | 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 | 4 | -1/+116 |
| | | |||||
| * | grid: sort items alphabetically | Emilio Pozuelo Monfort | 2013-11-22 | 1 | -6/+29 |
| | | |||||
| * | Rename the shell to weston-gtk-shell | Emilio Pozuelo Monfort | 2013-11-20 | 1 | -3/+3 |
| | | | | | To avoid conflicts with weston's weston-desktop-shell. | ||||
| * | 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. | ||||
| * | grid: don't add duplicate entries when the menu tree changes | Emilio Pozuelo Monfort | 2013-10-28 | 2 | -21/+15 |
| | | | | | | Fix a few bugs in our shell-app-system code that are exposed by this change. | ||||
| * | Fix bottom of the grid getting cut | Emilio Pozuelo Monfort | 2013-10-26 | 1 | -1/+8 |
| | | |||||
| * | Make the grid actually show real launchers | Emilio Pozuelo Monfort | 2013-10-26 | 12 | -8/+4583 |
| | | |||||
| * | Properly set the panel height | Emilio Pozuelo Monfort | 2013-10-24 | 1 | -1/+1 |
| | | | | | The other way doesn't work for some reason. | ||||
| * | Add a fake menu grid | Emilio Pozuelo Monfort | 2013-10-24 | 1 | -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 working | Emilio Pozuelo Monfort | 2013-10-22 | 1 | -2/+2 |
| | | |||||
| * | Add panel example and terminal launcher | Tiago Vignatti | 2013-04-04 | 1 | -20/+101 |
| | | | | | Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | ||||
| * | Fix cursor setting | Tiago Vignatti | 2013-04-01 | 1 | -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 drawing | Tiago Vignatti | 2013-03-27 | 1 | -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> | ||||
| * | Initial commit | Tiago Vignatti | 2013-03-25 | 2 | -0/+161 |
| Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
