aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Large cleanup of the Lumina project files and OS-detection/support systems.Ken Moore2016-01-11
* Start the work of abstracting out the OS-detection/build system from the indi...Ken Moore2016-01-08
* Make sure to round the generated panel size to the nearest pixel rather than ...Ken Moore2015-12-28
* Fix up the loading of theme colors on first-run. Also find/fix a typo in the ...Ken Moore2015-12-17
* Adjust the initial Lumina theming a bit: Use the "bora_black" fluxbox theme, ...Ken Moore2015-12-17
* Add the size hints to libLumina X11, and enable the usage of it within teh WM.Ken Moore2015-12-08
* Merge pull request #169 from krytarowski/netbsd-1Ken Moore2015-12-03
|\
| * Preliminary NetBSD supportKamil Rytarowski2015-12-01
* | Fix up the loading of locales through the StartMenu/Session. Now it will prop...Ken Moore2015-12-01
|/
* Clean up the new intel_backlight support in LuminaOS-FreeBSD. Now it should w...Ken Moore2015-11-26
* - 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
bgstack15