aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LPanel.h
Commit message (Collapse)AuthorAge
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, ↵Ken Moore2015-02-25
| | | | | | | settings menu). Clean up/add some desktop/panel "prepareToClose()" routines, and have them run when appropriate. Also add these close routines to the general session cleanup. Add support for a new "--noclean" CLI flag when starting LuminaDE. This flag will tell the session not to close system tray utilities and other applications on session close.
* Fix some panel interactions.Ken Moore2015-02-17
| | | | | 1) Found/fixed a bug with a panel mis-reporting which number it was. 2) Clean up the panel interface management in lumina-config.
* Add the auto-hide ability for the Lumina panels (and add a configuration ↵Ken Moore2014-10-23
| | | | option for it to lumina-config). If selected, this will only leave a 2-pixel thick "edge" of the panel on the screen that will expand out to the full panel when moused-over.
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15