| 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 | 1 | -0/+50 |
| | | |||||
| * | 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 | 1 | -21/+42 |
| | | |||||
| * | shell-helper: implement interface in weston module | Jonny Lamb | 2014-02-14 | 1 | -3/+9 |
| | | |||||
| * | 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 | 1 | -0/+30 |
| | | |||||
| * | Add a volume control widget to the panel | Emilio Pozuelo Monfort | 2014-01-14 | 1 | -0/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add favorite launchers in the panel | Emilio Pozuelo Monfort | 2013-11-27 | 1 | -5/+15 |
| | | |||||
| * | Add a clock to the panel | Emilio Pozuelo Monfort | 2013-11-25 | 1 | -1/+4 |
| | | |||||
| * | 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 | 1 | -7/+2 |
| | | |||||
| * | 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 | 1 | -0/+143 |
| Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
