aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Revert the debug/release flag change to all the *.pro files. This causes issu...Ken Moore2015-09-30
* Update all the project files to allow for "make debug" to create a binary wit...Ken Moore2015-09-30
* Fix an issue with the runCmd() and getCmdOutput() functions in libLumina - en...Ken Moore2015-09-30
* Adjust the window workspace detection routine to also check whether the given...Ken Moore2015-09-24
* Add a LUtils function for assembling the command to open a terminal in a part...Ken Moore2015-09-17
* Fix up all the window activation detection/management within the lumina sessi...Ken Moore2015-09-16
* Finally fix up the system tray updates:Ken Moore2015-09-15
* Adjust the theming of the calendar widgets so that the day/week are a bit mor...Ken Moore2015-09-11
* Add come fixes to libLumina to work with the new systemstart plugin, and adju...Ken Moore2015-09-10
* Add a new function to LuminaOS: systemPerformingUpdates()Ken Moore2015-09-09
* Fix a bug in the ~ replacement routine.Ken Moore2015-09-09
* Battery charging state is 0 not 2.Michael Neumann2015-09-06
* Use sysctl(3) to retrieve most info instead of executing sysctl(8)Michael Neumann2015-09-06
* Quick fix to the libLumina project file to ensure all the colors/themes get i...Ken Moore2015-09-04
* Clean out all the old XLib functions which were commented out, and start addi...Ken Moore2015-09-04
* Add a new "PathToAbsolute()" function to LuminaUtils for converting a possibl...Ken Moore2015-08-31
* Fix an issues with possible seg-faults when saving a *.desktop structure to f...Ken Moore2015-08-31
* Make sure the *pointer* to the XDGDesktop structure is constant, not the stru...Ken Moore2015-08-31
* Move the LFileInfo class into libLumina/LuminaXDG - this is very useful for f...Ken Moore2015-08-28
* 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
bgstack15