aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* Update some panel plugins so that they minimize empty space when only an icon...Ken Moore2015-03-19
* Oops, forgot to add the new applauncher plugin files to GIT.Ken Moore2015-03-17
* Add a new panel plugin: applauncherKen Moore2015-03-16
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
* Add the ability to increase/decrease the icon size for the applauncher deskto...Ken Moore2015-03-14
* Revert the previous update with regards to the removal of broken "favorite" s...Ken Moore2015-03-14
* Add the ability to set/use custom timezones on the system - defaulting to the...Ken Moore2015-03-14
* Make sure to clean up any broken sym-links in the favorites directory when th...Ken Moore2015-03-13
* Add a couple more checks to the notepad plugin so that it does not update/cha...Ken Moore2015-03-13
* Make sure that files visible in the userbutton have the appropriate icons bas...Ken Moore2015-03-13
* Update a bunch of icons in the desktop session, and also add a few abilities ...Ken Moore2015-03-12
* Adjust the QPixmap::grabWindow routine to work better on Qt5 (that function w...Ken Moore2015-03-12
* Add some debugging to the system tray image painting routine.Ken Moore2015-03-12
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...Ken Moore2015-03-11
* Convert the windowImage routine to XCB from XLib, and set the desktop (system...Ken Moore2015-03-11
* 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
* Have the clock panel plugin try to use vertical space rather than horizontal ...Ken Moore2015-02-17
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
* Clean up some more debugging output from the LPanel class (make it switchable...Ken Moore2015-02-17
* Remove some temporary debugging statements.Ken Moore2015-02-17
* Fix some panel interactions.Ken Moore2015-02-17
* Oops, fix another crash with desktop plugins: forgot to disable the synctimer...Ken Moore2015-02-16
* Clean up some plugin interactions (including an OpenBSD crash with desktop pl...Ken Moore2015-02-12
* Add the ability to set different date/time formats on a session-wide scale, a...Ken Moore2015-02-05
* Finish cleaning up that last bits of hard-coded stylesheets, and tie them in ...Ken Moore2015-02-05
* Add the ability to distinguish between desktop plugins that should be transpa...Ken Moore2015-02-03
* Make sure that the panel has the "sticky" flag set. This ensures that it is c...Ken Moore2015-02-02
* Merge pull request #45 from Nanolx/lumina-x11Ken Moore2015-01-30
|\
| * proper initialization of lumina-panelChristopher Roy Bratusek2015-01-30
* | Oops, make sure that if brightness controls are not available, that the syste...Ken Moore2015-01-30
|/
* 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
* Quick fix for the desktop plugins system: too many different lock flags causi...Ken Moore2015-01-21
* 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 all the dialog usage in the notepad and audioplay desktop plugins. N...Ken Moore2015-01-21
* Add a new panel-plugin: appmenuKen Moore2015-01-21
* Completely revamp the notepad desktop plugin so that it is now file-based ins...Ken Moore2015-01-20
* Fix the global->local coordinates transformation for calculating whether the ...Ken Moore2015-01-19
* Clean up the active window detection/usage for the task manager.Ken Moore2015-01-19
* Add a new panel plugin: HomeButtonKen Moore2015-01-19
* Update the theming of the Lumina desktop:Ken Moore2015-01-19
* Update the user button to recognize the existance of a customized user icon f...Ken Moore2015-01-19
* Oops, missed resetting one of the lock flags in the desktop.Ken Moore2015-01-19
* Fix a lockfile violation in the desktop plugin removal process. Now there is ...Ken Moore2015-01-19
bgstack15