aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a bug with detecting/using KDE applications as the defaults for particula...Ken Moore2016-06-08
* Update lumina-xconfig (and lumina-session) so that it saves/reloads the previ...Ken Moore2016-06-06
* Make sure that lumina-fm will also remove broken symlinks when deleting a dir...Ken Moore2016-06-06
* Make sure the calendar plugin "rolls-over" when a new day begins (keep the cu...Ken Moore2016-06-06
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
* Rename/move the new RSS reader plugin to "rssreader" in the backend/source tr...Ken Moore2016-06-02
* Add the new RSS reader to the known plugins in lumina-config.Ken Moore2016-06-02
* A couple minor tweaks to the new RSS stuff. Fix the URL for the PC-BSD blog a...Ken Moore2016-06-02
* Make the RSS reader support both rss version 0.91 in addition to version 2.0 ...Ken Moore2016-06-02
* Add a new OS function: RSSFeeds()Ken Moore2016-06-02
* Ok, *now* the RSS reader is completely done aside from the pre-loaded feeds. ...Ken Moore2016-06-02
* Get the new RSS reader plugin all setup and fully-functional.Ken Moore2016-06-02
* Get the new RSS reader plugin mostly-functional. Add/remove feeds seems to wo...Ken Moore2016-06-01
* Add the beginnings of a new desktop plugin: rssreaderKen Moore2016-05-31
* Add a note to the OS-detect.pri file that the OS and LINUX_DISTRO variables s...Ken Moore2016-05-23
* Have the lock button in the start menu use the "LaunchItem()" functio so the ...Ken Moore2016-05-20
* Merge pull request #225 from HenryHu/masterKen Moore2016-05-20
|\
| * initialize struct before using itHenry Hu2016-05-15
| * use WM_CHANGE_STATE to minimize windowHenry Hu2016-05-15
* | Merge pull request #227 from q5sys/masterKen Moore2016-05-20
|\ \ | |/ |/|
| * Update MainUI.cppq5sys2016-05-19
| * Update MainUI.cppq5sys2016-05-19
|/
* Merge pull request #223 from HenryHu/masterKen Moore2016-05-13
|\
| * Move background processing into LDesktopBackground classHenry Hu2016-05-12
| * add 2 options for background image: fit and fullHenry Hu2016-05-12
* | Merge pull request #224 from HenryHu/skip_taskbarKen Moore2016-05-13
|\ \ | |/ |/|
| * Skip windows with SKIP_TASKBAR state in task managerHenry Hu2016-05-13
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-05-11
|\
| * Fix the loading of icons where the theme uses pure numbers instead of the <nu...Ken Moore2016-05-09
| * Add a new theme template: GlassKen Moore2016-05-06
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-05-06
| |\
| * | Add a check for the existence of the log dir before starting the processes.Ken Moore2016-05-06
* | | Fix a desktop crash which only seems to happen if you have an existing, but i...Ken Moore2016-05-11
| |/ |/|
* | Have lumina-screenshot use the current window stacking order for determining ...Ken Moore2016-05-04
* | Update LuminaUtils.cppKen Moore2016-05-03
* | Update LuminaUtils.cppKen Moore2016-05-03
|/
* Make the "quicksave" option in lumina-screenshot a bit more flexible with reg...Ken Moore2016-05-02
* Adjust the single-replace logic in lumina-textedit. Have it replace the curre...Ken Moore2016-05-02
* Fix a geometry calculation for panel placements on X monitors which are not a...Ken Moore2016-04-29
* Change the image selection box to a partially-transparent grey (good for any ...Ken Moore2016-04-28
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-28
|\
| * Have lumina listen to the X root window property changes directly - and updat...Ken Moore2016-04-28
* | Completely change how lumina-screenshot shows the image a bit. Now it is all ...Ken Moore2016-04-28
|/
* Add "bool" to the C++ syntax highlighting.Ken Moore2016-04-27
* Unhook the stylesheet in the Lumina Theme Engine from the non-desktop applica...Ken Moore2016-04-27
* Get colors working with the new terminal. Of course this breaks the font weig...Ken Moore2016-04-27
* Merge branch 'master' of https://github.com/pcbsd/luminaJoshDW192016-04-26
|\
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
| |\
| * | Fix up the detection/closing of the lumina desktop session. Now the user can ...Ken Moore2016-04-26
* | | Expand lumina icon / text containers to always be a uniforum size. Thanks Ken!JoshDW192016-04-26
| |/ |/|
bgstack15