aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* - Add support for intel_backlight on FreeBSDmike-pt2015-11-26
* Update LuminaX11.cpp to compile with GCC (found/fixed by Jesse Smith).Ken Moore2015-11-25
* Change the desktop icon text color to white by default: This just looks a lot...Ken Moore2015-11-23
* Fix up the WM a bit more - now it can open/close windows without issues (stil...Ken Moore2015-11-20
* Quick checkpoint for the window manager: NOT STABLE - crashes on window close...Ken Moore2015-11-20
* Add the final pieces of the EWMH support functions to the Lumina library.Ken Moore2015-11-13
* Add a bunch more of the window-level EWMH standards support into luminaX11. O...Ken Moore2015-11-12
* Add a couple more XCB EWMH functions. One change required a re-definition of ...Ken Moore2015-11-12
* Add ~50% of the client EWMH window property support.Ken Moore2015-11-12
* Finish adding the rest of the Root window EWMH standards support into the Lum...Ken Moore2015-11-12
* Just silence a compiler warning about an unused variable for the moment (that...Ken Moore2015-11-11
* Add support for all the important Root window EWMH properties to the LuminaX1...Ken Moore2015-11-11
* 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
bgstack15