aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add an "enableCompositing" flag to the sessionsettings.conf file which determ...Ken Moore2016-07-18
* [INTERFACE CHANGE]Ken Moore2016-07-18
* Also ensure that the XDG_CONFIG_HOME replacement happens on the fluxbox-init ...Ken Moore2016-07-18
* Don't embed the fluxbox config files into the lumina-desktop binary (using th...Ken Moore2016-07-18
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-18
|\
| * Merge pull request #241 from Nanolx/masterKen Moore2016-07-18
| |\
| | * Debian: new wrapper fileChristopher Roy Bratusek2016-07-12
| | * update Debian packaging scriptsChristopher Roy Bratusek2016-07-12
| |/
* / Fix up the copy/adjustment of the fluxbox config files when initializing the ...Ken Moore2016-07-18
|/
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
* Ensure the checkbox for loading desktop icons properly reflects the setting i...Ken Moore2016-07-07
* Fix a crash when right-clicking a non-applauncher desktop plugin and removing...Ken Moore2016-07-07
* Remove the "requires restart" message on the Compton page. Active re-loading ...Ken Moore2016-07-07
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-07
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
| |\
| * | Enable starting fluxbox within the start-lumina-desktop utility (lumina-sessi...Ken Moore2016-07-06
* | | Fix up the loading of non-integer values for the panel height.Ken Moore2016-07-07
| |/ |/|
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\|
| * Fix up the reloading of compton when the config file changes.Ken Moore2016-07-06
* | Disable fluxbox initialization within the lumina-desktop binary. (moved to st...Ken Moore2016-07-06
|/
* Setup the session process launcher to provide the capability of prompting flu...Ken Moore2016-07-06
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\
| * Make lumina-config able to handle non-integer values for the panel settings a...Ken Moore2016-07-06
* | Fix a crash within the userbutton plugin which would happen after clearing ou...Ken Moore2016-07-06
|/
* Update the FreeBSD OS class a tiny bit:Ken Moore2016-07-06
* Add a note that the compton settings will require a restart to take effect.Ken Moore2016-07-05
* Add a new page to lumina-config. This page allows the user to view/change set...Ken Moore2016-07-05
* Setup the compton init system to use a special config file just for Lumina. T...Ken Moore2016-07-05
* Fix the TrueOS default settings.Ken Moore2016-07-05
* Update Lumina plugin names/descriptionsMrt1342016-07-05
* Also add the "Advanced/Simple" editors to the fluxbox keys page.Ken Moore2016-07-05
* Add a full fluxbox init file editor to lumina-config as an "advanced" editor ...Ken Moore2016-07-05
* Fix up the FreeBSD port files for LuminaKen Moore2016-07-01
* Setup Lumina to use "compton" for the compositing manager instead of xcompmgr...Ken Moore2016-07-01
* Ensure that lumina-config defaults to looking in the system-installed scripts...Ken Moore2016-07-01
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-01
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
| |\
| * | Setup lumina-fileinfo that that it can be used to create brand-new applicatio...Ken Moore2016-06-30
* | | Add the new JSON menu generation scripts to the "core" files installed (since...Ken Moore2016-07-01
| |/ |/|
* | Ensure that the quick command run routine will never hang the system for more...Ken Moore2016-06-30
* | Fix the check routine in the new script finder dialog.Ken Moore2016-06-30
* | Add the new jsonmenu menu plugin to lumina-config, with a new dialog for sett...Ken Moore2016-06-30
* | Fix some whitespace issues with the ls.json.sh script.Ken Moore2016-06-30
* | Finish up the new JSON recursive menu system as well as the test script for l...Ken Moore2016-06-30
* | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
* | Update the new ls.json.sh script so ti works properly now.Ken Moore2016-06-30
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
|\ \
| * | Create a directory for placing sample JSON menu generation scripts, and add o...Ken Moore2016-06-29
| * | Add a new type of menu plugin: jsonmenuKen Moore2016-06-29
| * | A minor tweak to the "Glass" theme.Ken Moore2016-06-29
bgstack15