aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-session
Commit message (Expand)AuthorAge
* Get the screensaver system up and running.Ken Moore2020-05-04
* Disable xscreensaver from auto-start.Ken Moore2020-04-24
* Switch to pkill from killall for restarting Fluxbox/ComptonKen Moore2020-03-25
* Remove the compositing with gpu accel only option. Not used in the backend an...Ken Moore2019-04-27
* Fix up the loading order for initial file copies.Ken Moore2019-03-23
* Make sure that if a blank compton.conf exists, that it is properly replaced w...Ken Moore2019-03-12
* A couple changes for compositing:Ken Moore2019-03-12
* Fix a quick typo in the session environment setup.Ken Moore2018-10-04
* Make the GLX/Hybrid usage for compton a bit smarter. Still prefer glx-only if...Ken Moore2018-09-13
* Make sure that the compositor process (compton) is properly watching/updating...Ken Moore2018-09-10
* Make sure that we point compton at the right config file when starting it.Ken Moore2018-09-10
* Fix up the launching of the desktop sessionKen Moore2018-09-06
* Ensure that the Fluxbox background/wallpaper setter is disabled before Lumina...Ken Moore2018-09-06
* A few fixes for Lumina:Ken Moore2018-08-22
* Fix the compositing force flag. Missed one of the if setting checks earlier.Ken Moore2018-06-05
* Add a quick option to allow forcing compositing on when starting up lumina.Ken Moore2018-06-05
* Always enable the hybrid xrender/glx backend for compton.Ken Moore2018-05-16
* Clean up a bit of the session initialization routines.Ken Moore2018-04-11
* Get a bit more work on the new window-embed routine for Lumina 2Ken Moore2018-04-10
* manpages: fix out of tree installAndreas Müller2017-11-27
* Clean up the session file-init routine.Ken Moore2017-10-16
* Make the wm crash-reset timer 2 seconds between crashes.Ken Moore2017-08-15
* Setup the WM restart routine to make it more flexible:Ken Moore2017-08-15
* Add a wm failure counter to start-lumina-desktop, and restart the process up ...Ken Moore2017-08-14
* Couple trivial changes to some files.Ken Moore2017-08-14
* Make sure the "start-lumina-desktop" routine will detect/adjust the X11 Displ...Ken Moore2017-08-05
* Have the X11 init display number auto-detect now (starting with 0).Ken Moore2017-08-05
* Setup the Lumina 1.x desktop to use the new theme engine by defaultKen Moore2017-08-03
* Cleanup the "fluxbox" detection for window manager settings.Ken Moore2017-07-31
* Some more debuggingKen Moore2017-06-27
* Fix a quick bug in start-lumina-desktop where it would not stop properly if o...Ken Moore2017-06-15
* Switch the usage of compton: default to it being disabled rather than enabled...Ken Moore2017-05-23
* Add start-lumina-desktop.8 manpage:Mrt1342017-04-03
* Add a new "NativeWindow" class to the library. This is a pure Qt container cl...Ken Moore2017-02-01
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
* add back ability to use different window managerChristopher Roy Bratusek2017-01-06
* Have the "start-lumina-desktop" binary check for an existing lockfile and rem...Ken Moore2016-12-05
* Add a bit more debugging to the start-lumina-desktop binary.Ken Moore2016-12-05
* Adjust the Qt-crash workaround a bit to try and avoid starting a dbus session...Ken Moore2016-12-01
* LARGE UPDATE:Ken Moore2016-11-07
* Large update/refactor of desktop widgets.Ken Moore2016-10-18
* Fix up the logout bug in Lumina after some changes to the startup routine.Ken Moore2016-10-11
* Add a couple more fixes/bypasses to the start-lumina-desktop routine.Ken Moore2016-10-05
* Adjust the default settings for the new GPU accel detection routine to prefer...Ken Moore2016-09-30
* Add a session option to disable compositing if no GPU acceleration is detectedKen Moore2016-09-29
* Add auto-detection of GPU acceleration to the start-lumina-desktop utility if...Ken Moore2016-09-26
* Add a bit of debugging output for when fluxbox/compton get prompted to reload...Ken Moore2016-07-29
* Setup the copy over of the default compton.conf as needed.Ken Moore2016-07-25
* Add an "enableCompositing" flag to the sessionsettings.conf file which determ...Ken Moore2016-07-18
* Also ensure that the XDG_CONFIG_HOME replacement happens on the fluxbox-init ...Ken Moore2016-07-18
bgstack15