aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add an additional option to desktop plugins where additional cleanup routines...Ken Moore2015-08-20
* Another checkpoint in the lumina-fm backend overhaul - still not tied into th...Ken Moore2015-08-20
* Fix a bug in the color dialog title, it can be used for more than just panels...Ken Moore2015-08-20
* Commit some more work-in-progress on the new lumina-fm backend.Ken Moore2015-08-20
* Clean up a couple new bugs in the userbutton:Ken Moore2015-08-20
* Add a function to convert a number of bytes into a display string (3 digits)Ken Moore2015-08-19
* Add the XDG_DATA_* path support for relative application paths given in the m...Ken Moore2015-08-19
* Update the overall lumina project file to support multi-thread builds properlyKen Moore2015-08-19
* New batch of Artwork: some SVG banner files as well 100x100 "button" icons an...Ken Moore2015-08-19
* Update the arrangement of the available time zones in the clock plugin. Now i...Ken Moore2015-08-18
* Add new artwork: 4K resolution versions of the Lumina wallpapers.Ken Moore2015-08-18
* Completely overhaul the Clock plugin for the panel:Ken Moore2015-08-18
* Update the lumina theme engine/class so that custom environment variables may...Ken Moore2015-08-18
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-17
|\
| * Merge pull request #147 from mneumann/dragonflyKen Moore2015-08-17
| |\
| | * DragonFly: Sync MemoryUsagePercent() with FreeBSDMichael Neumann2015-08-16
| | * Implement CPUTemperatures() for DragonFlyMichael Neumann2015-08-16
| | * DragonFly: Sync LOS::Checksums() with FreeBSDMichael Neumann2015-08-16
| | * Implement Battery hooks for DragonFlyMichael Neumann2015-08-16
| | * DragonFly does not have graphical mixerMichael Neumann2015-08-16
| | * DragonFly: Sync get/set audio volume with FreeBSDMichael Neumann2015-08-16
| | * DragonFly: Sync get/set ScreenBrightness a bit with FreeBSDMichael Neumann2015-08-16
| * | Update README.mdKen Moore2015-08-17
| |/
* / Convert the multimedia player and slideshow viewer into separate classes/widg...Ken Moore2015-08-17
|/
* Touch up the new Grey-Dark color scheme a bit - now the highlight/accent colo...Ken Moore2015-08-14
* Add special handling for lumina-screenshot when moving the initial window loc...Ken Moore2015-08-14
* Update the Lumina-default theme a tiny bit (round off the borders for scroll ...Ken Moore2015-08-14
* Add a couple more color schemed I put together: Blue-light and Grey-Dark, als...Ken Moore2015-08-14
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-14
|\
| * Merge pull request #145 from Nanolx/masterKen Moore2015-08-13
| |\
| | * improve debian/merge-lumina-i18n.shChristopher Roy Bratusek2015-08-13
| | * Update Debian GNU/Linux packaging scriptsChristopher Roy Bratusek2015-08-13
| |/
| * Fixed several problems with lumina-desktop.spec file. ShouldJesse Smith2015-08-12
* | Add two new color schemes from "mitlik" on IRC: Solarized-[Light/Dark]. These...Ken Moore2015-08-14
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-12
|\
| * Merge pull request #144 from vovd/masterKen Moore2015-08-12
| |\
| | * Update controlvovd2015-08-12
| |/
* / Add an extension to the Lumina theme engine/class for specifying a mouse curs...Ken Moore2015-08-12
|/
* Add a new data backend to lumina-fm: DirData.hKen Moore2015-08-11
* 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
* Fix up the file/dir removal options within the userbutton.Ken Moore2015-08-05
* Do a review of all Lumina dependencies and update the list as appropriate:Ken Moore2015-08-05
* 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
* Finish converting libLumina to XCB-only and finish replacing any LX11 functio...Ken Moore2015-08-05
* Oops, committed a temporary change to include the xcb-render library (not nec...Ken Moore2015-08-04
* Add the XCB versions of the system tray start/stop routines, and setup LSessi...Ken Moore2015-08-04
* Convert lumina-screenshot to use the XCB interface exclusively (no more XLib)...Ken Moore2015-08-04
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-03
|\
bgstack15