aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.cpp
Commit message (Expand)AuthorAge
* Move the desktop initialization after the menu's initialization. With all teh...Ken Moore2015-05-23
* Remove the extra bootsplash show between the apps/settings menu initializatio...Ken Moore2015-05-23
* Add a new "phase" into the boot splash - system applications loading.Ken Moore2015-05-23
* Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...Ken Moore2015-05-22
* Very minor clean-up to avoid compiler warnings.Jesse Smith2015-05-21
* Add a new boot splash screen to be used during the Lumina initialization phas...Ken Moore2015-05-21
* A couple adjustments to the session startup procedures:Ken Moore2015-05-14
* Integrate the new conversion from the old "startApps" file to the new XDG aut...Ken Moore2015-05-13
* Fix/Fix a couple important bugs before announcing 0.8.4-release:Ken Moore2015-04-30
* Move the timer to launch the startup applications into the session itself (in...Ken Moore2015-04-28
* Update the system window a bit and how it is used in the session. Now there i...Ken Moore2015-04-28
* Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-24
|\
| * Re-arrange the startup procedures a bit:Ken Moore2015-04-23
* | Before activating the panel on mouse-over, save the ID of the currently activ...Ken Moore2015-04-24
|/
* Move the initial screen brightness and volume setting routines into the sessi...Ken Moore2015-04-22
* Make sure to check the list of watched files and reset it if something was re...Ken Moore2015-04-20
* Add a special flag to prevent the lumina-open crash handler from starting up ...Ken Moore2015-04-20
* Fix the session chimes (and possible stability issue) by removing the special...Ken Moore2015-04-16
* Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
* Update the internal version number handling for backwards compatibility check...Ken Moore2015-03-30
* Add usage support for the XDG autostart specifications. This is currently on ...Ken Moore2015-03-30
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
* Ensure that on session-start the audio volume is reset back to the previously...Ken Moore2015-03-10
* Make sure that Fluxbox get prompted to reload configs as well after the Lumin...Ken Moore2015-03-03
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings...Ken Moore2015-02-25
* Make sure to kill any leftover windows that did not close properly during the...Ken Moore2015-02-18
* Use the XCB CloseWindow routine instead of the old XLib routine during the se...Ken Moore2015-02-17
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
* Add the ability to set different date/time formats on a session-wide scale, a...Ken Moore2015-02-05
* Clean up how Lumina loads the startapps files. Now it will combine any files ...Ken Moore2015-01-28
* read /etc/luminaStartapps aswellChristopher Roy Bratusek2015-01-28
* Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, c...Ken Moore2015-01-28
* Add a completely new background method for a distributor to set per-system de...Ken Moore2015-01-21
* Clean up a couple other session options:Ken Moore2015-01-21
* Clean up the active window detection/usage for the task manager.Ken Moore2015-01-19
* Turn off some of the debugging for the lumina-desktop session in preparation ...Ken Moore2015-01-05
* Put another couple quick fixes in:Ken Moore2015-01-05
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...Ken Moore2015-01-05
* Large update of XLib -> XCB usageKen Moore2015-01-01
* Clean up how translations are loaded for all the Lumina utilities, and also a...Ken Moore2014-12-30
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
* Tag Lumina version 0.7.2:Ken Moore2014-11-19
* Large quality of life update to Lumina:Ken Moore2014-10-30
* Tag Lumina version 0.7.1:Ken Moore2014-10-29
* Add randomization to the wallpaper image that is used on first start of a des...Ken Moore2014-10-21
* Adjust how the backend for the system tray works:Ken Moore2014-10-17
bgstack15