aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Replace the libreoffice SVG icon skip with a generic rule that skips any SVG ...Ken Moore2015-11-10
* Re-work how Lumina finds/loads icons from the current theme. This bypasses th...Ken Moore2015-11-10
* A couple changes to Lumina:Ken Moore2015-11-09
* Add the WM_PROTOCOLS ICCCM support to the lumina library.Ken Moore2015-11-06
* Cleanup how auto-start apps are launched a bit (start them via a single lumin...Ken Moore2015-10-30
* Add some more ICCCM functions to LuminaX11.Ken Moore2015-10-28
* Add new X11 functions for about 1/2 of the ICCCM standardsKen Moore2015-10-28
* Ok, now the external process commands *truly* run in a separate thread throug...Ken Moore2015-10-28
* Remove the "waitForStarted()" function call in the external process launcher ...Ken Moore2015-10-28
* Tag version 0.8.7-Release in sourcesKen Moore2015-10-21
* Fix a luminaDesktop.conf loading bug with regards to panel sizing.Ken Moore2015-10-19
* Adjust the theme file a little bit for some more visual cues about which list...Ken Moore2015-10-15
* Add a "-new-instance" CLI flag for any app using the LuminaSingleInstance cla...Ken Moore2015-10-15
* Update the FreeBSD device IO calculation: Now it will return the instantaneou...Ken Moore2015-10-13
* Add Inheritance to the Lumian theme files.Ken Moore2015-10-13
* Remove the box outline for the applauncher plugin: the new font outlines take...Ken Moore2015-10-13
* Fix a mapping issue with the mouse position for the ResizeMenu.Ken Moore2015-10-12
* Add a process verification check to the LuminaUtils functions for running ext...Ken Moore2015-10-12
* Update the new ResizeMenu and startmenu a bit: Now it better performes resizi...Ken Moore2015-10-08
* Make sure that the user's local icon heirarchy is added to the fallback icon ...Ken Moore2015-10-07
* Another batch of small fixes:Ken Moore2015-10-07
* 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
bgstack15