aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* Add a new function to "restart" the window manager, and run this if something...Ken Moore2015-06-08
* Finish up the desktop re-scaling routines for ensure the same interface if yo...Ken Moore2015-06-05
* Add the ability to remove directories from the desktop via the user button as...Ken Moore2015-05-28
* Allow the desktopview plugin the ability to remove directories as well (not j...Ken Moore2015-05-28
* Add new options to the system-wide settings configuration file:Ken Moore2015-05-28
* Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...Ken Moore2015-05-28
* Fix up the display of directories in the user button plugin.Ken Moore2015-05-28
* 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
* Fix the random issue with desktop crashes when removing a desktop plugin (onl...Ken Moore2015-05-23
* Merge pull request #125 from pcbsd/linuxKen Moore2015-05-22
|\
| * Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
* | Fix a missing icon in the new system monitor plugin.Ken Moore2015-05-22
|/
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...Ken Moore2015-05-22
* Remove the extra painting check/update routine for the system tray - send it ...Ken Moore2015-05-21
* Add a routine to ensure that all the tray icons get repainted when the main t...Ken Moore2015-05-21
* 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
* Add the ability to set solid-color backgrounds within Lumina, and add this op...Ken Moore2015-05-20
* A couple adjustments to the session startup procedures:Ken Moore2015-05-14
* A couple quick updates to the system tray:Ken Moore2015-05-13
* When using the time/date or date/time clock formats, put a newline instead of...Ken Moore2015-05-13
* Integrate the new conversion from the old "startApps" file to the new XDG aut...Ken Moore2015-05-13
* Adjust the desktopview plugin just a bit:Ken Moore2015-05-12
* Put in a quick check/safeguard for invalid panel sizing.Ken Moore2015-05-11
* New icon layout for the icons on the desktopwi2015-05-05
* Add a (commented out) experimental feature for tagging all the various deskto...Ken Moore2015-05-01
* Update the documentation on the ROADMAP and the plugins available in the comm...Ken Moore2015-05-01
* 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
* Final fix for the new panel window-reactivation routine: only re-activate the...Ken Moore2015-04-28
* Add a button to the userbutton "home dir" section for starting a search of th...Ken Moore2015-04-28
* Oops, forgot to change over the userbutton to use the new favorites system fo...Ken Moore2015-04-27
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\
| * Add two new keybard shortcuts to the default Fluxbox setting:Ken Moore2015-04-27
* | Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
|/
* Add support for system-defined default non-mime applications in the luminaDes...Ken Moore2015-04-25
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Fix another bug with the new panel/window activation switcher: do *not* re-ac...Ken Moore2015-04-25
* Add the ability for panels to now occupy a percentage of the screen side, wit...Ken Moore2015-04-25
* For "hidden" panels, make the amount visible 1% of the total panel size (with...Ken Moore2015-04-25
* Oops, accidentally committed a change to the desktop init process (reverted b...Ken Moore2015-04-24
* 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
|/
* Update the Fluxbox startup command to use the new "-no-slit" and "-no-toolbar...Ken Moore2015-04-22
* Setup the Lumina panel with mouse tracking, and activate the window when the ...Ken Moore2015-04-22
* Fix a bug where the clicking on the currently-active window on the taskmanage...Ken Moore2015-04-22
bgstack15