aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Add an additional level of locking to the single-application framework: The X...Ken Moore2015-08-21
* Add a bit more text output for the single instance framework. This makes it r...Ken Moore2015-08-21
* Another quick fix to the single-instance framework - add a manual existance c...Ken Moore2015-08-21
* Update the single-application framework a big so that networking limitations ...Ken Moore2015-08-21
* 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 lumina theme engine/class so that custom environment variables may...Ken Moore2015-08-18
* 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
* Touch up the new Grey-Dark color scheme a bit - now the highlight/accent colo...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
* Add two new color schemes from "mitlik" on IRC: Solarized-[Light/Dark]. These...Ken Moore2015-08-14
* Add an extension to the Lumina theme engine/class for specifying a mouse curs...Ken Moore2015-08-12
* 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
* Now tag version 0.8.7-devel on the master branchKen Moore2015-07-31
* Tag version 0.8.6-ReleaseKen Moore2015-07-31
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...Ken Moore2015-07-31
* Convert a few more X11 functions to XCB - almost done....Ken Moore2015-07-31
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Final fix for the line find/replace functionality in luminaDesktop.conf parsi...Ken Moore2015-07-29
* Oops, make sure that any new duplicate session setting overwrites the previou...Ken Moore2015-07-29
* Add the ability to use an optional "_ifexists" tag at the end of any "session...Ken Moore2015-07-29
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* Just a minor update to some debugging (when turned on) for checking icons wit...Ken Moore2015-07-24
* Finish up the XDG "Actions" specification for *.desktop files, and integrate ...Ken Moore2015-07-22
* Add support into libLumina for additional "Actions" listed in *.desktop files.Ken Moore2015-07-22
* Finish cleaning up the new localization configuration settings in libLumina, ...Ken Moore2015-07-21
* Change a bit more of the localization/translation mechanisms: Now it is possi...Ken Moore2015-07-21
* Update/add some localization functions to libLumina.Ken Moore2015-07-21
* Fix up a calculation of the new window geometry - add in checks for those str...Ken Moore2015-07-17
* Commit some quick fixes:Ken Moore2015-07-17
* Now tag version 0.8.6-devel on the master branchKen Moore2015-07-13
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-07-13
|\
| * fix filter critera for Debian's topChristopher Roy Bratusek2015-07-11
| * update LOS::MemoryUsagePercent() for output format change in latest version o...Christopher Roy Bratusek2015-07-11
* | Tag version 0.8.5-release in the source tree.Ken Moore2015-07-13
|/
* Final cleanup of debugging messages and temporary changes prior to release. A...Ken Moore2015-07-10
* Oops, forgot to make the new functions staticKen Moore2015-07-09
* Expand the QtQuick plugin format and put a couple more functions for finding/...Ken Moore2015-07-09
bgstack15