aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.cpp
Commit message (Expand)AuthorAge
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
* Ensure that the current audio volume gets saved to the local file on session ...Ken Moore2016-04-11
* Fix up the multi-monitor adjustment systems in the Lumina session. Now things...Ken Moore2016-04-08
* Update the window movement routine to use an alternate ICCCM WM request for f...Ken Moore2016-03-08
* Make sure the new windows are registeres with the Lumina session so we can se...Ken Moore2016-02-18
* Don't try to pull screen geom in debug output when we dont validateKris Moore2016-02-10
* Re-enable the timer for checkDesktop()Kris Moore2016-02-10
* Run the updateDesktops() immediately instead of on delayKris Moore2016-02-08
* Disable DEBUGKris Moore2016-02-07
* Further cleanup of updateDesktops(), fix spacing / indentation andKris Moore2016-02-07
* Increase the delay before checkingDesktop setup, since we can getKris Moore2016-02-06
* Fix a bug with Lumina-DE segfaulting during wakeup on some specificKris Moore2016-02-06
* Cleanup how the ~/Desktop/* shortcuts are removed a bit. Now it catches these...Ken Moore2016-02-04
* Quick patch to skip the desktop removal routine if the number of available X ...Ken Moore2016-02-04
* Add a better watcher/change fallback for ensuring that no files are removed f...Ken Moore2015-12-16
* Fix up the loading of locales through the StartMenu/Session. Now it will prop...Ken Moore2015-12-01
* Re-do the "App Menu" plugin a bit. Now it uses a self-contained menu with a "...Ken Moore2015-12-01
* Adjust the main lumina-desktop session a bit:Ken Moore2015-12-01
* Adjust the start menu to show the "genericName" instead of the comment undern...Ken Moore2015-11-23
* A few fixes for the desktop:Ken Moore2015-11-23
* Fix up the WM a bit more - now it can open/close windows without issues (stil...Ken Moore2015-11-20
* Quick checkpoint for the window manager: NOT STABLE - crashes on window close...Ken Moore2015-11-20
* Remove a geometry-match condition when re-loading the desktop canvas's. This ...Ken Moore2015-11-12
* Cleanup how auto-start apps are launched a bit (start them via a single lumin...Ken Moore2015-10-30
* Adjust the screen resize/modification detection a tiny bit so that all change...Ken Moore2015-10-29
* Make the symlink icon overlays a bit smaller (1/3 icon size, not 1/2 anymore)...Ken Moore2015-10-28
* Ok, adjust the window check/movement routine one more time - Now it runs the ...Ken Moore2015-10-23
* Reverse the order of the window movement routines. The one which still might ...Ken Moore2015-10-23
* Convert the desktop-plugin "applauncher" (desktop icons) to use a double-clic...Ken Moore2015-10-19
* Convert the grid used for the desktop plugin system a little bit:Ken Moore2015-10-16
* Add another upgrade rule for 0.8.6->0.8.7:Ken Moore2015-10-15
* Add the conversion rule for 0.8.7-devel (or older) to 0.8.7-release to automa...Ken Moore2015-10-08
* Commit a couple fixes:Ken Moore2015-10-08
* Adjust the window geometry movement routine a bit more. Now it will only run ...Ken Moore2015-09-29
* Change which MoveResize calculation is used for window geometry check/verific...Ken Moore2015-09-28
* Turn off a bunch of debugging for the lumina-desktop, and adjust the desktopv...Ken Moore2015-09-18
* Fix up all the window activation detection/management within the lumina sessi...Ken Moore2015-09-16
* Add a new panel plugin: systemstartKen Moore2015-09-10
* Add special handling for lumina-screenshot when moving the initial window loc...Ken Moore2015-08-14
* Remove some old comments, and also remove the old savedScreens variable that ...Ken Moore2015-08-07
* Turn off some debugging within the system tray plugin, cleanup the message lo...Ken Moore2015-08-07
* Completely finish the XLib -> XCB conversions. Now Lumina no longer requires ...Ken Moore2015-08-05
* Add a replacement for XSelectInput and use it within lumina-desktopKen Moore2015-08-05
* Add the XCB versions of the system tray start/stop routines, and setup LSessi...Ken Moore2015-08-04
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* Fix up the active re-loading of icons in the desktop interface when the icon ...Ken Moore2015-07-24
* Finish cleaning up the new localization configuration settings in libLumina, ...Ken Moore2015-07-21
* Fix up a calculation of the new window geometry - add in checks for those str...Ken Moore2015-07-17
* Final cleanup of debugging messages and temporary changes prior to release. A...Ken Moore2015-07-10
bgstack15