aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/WMProcess.cpp
Commit message (Collapse)AuthorAge
* Large quality of life update to Lumina:Ken Moore2014-10-30
| | | | | | | | | 1) Fix up the applauncher desktop plugins so that the initial sizing is sane. 2) Completely remove all global static variables from the session. 3) Re-enable the login/logout chimes (works properly without static variables) 4) Streamline the desktop background rotation algorithms a bit. 5) Greatly streamline the Session start procedure (50% to 75% faster on my computer here) 6) Make sure the background wallpaper does not rotate every time the desktop settings file changes (only when the backgrounds for that desktop are changed, or the rotation timer goes off)
* Add a workaround for a fluxbox bug:Ken Moore2014-10-21
| | | | If the ~/.fluxbox directory does not exist, Fluxbox will ignore the given config file. So make sure that directory exists before starting Fluxbox.
* make window manager selectable from lumina-config>settings>generalChristopher Roy Bratusek2014-10-06
|
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15