aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Expand)AuthorAge
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
* Commit a few random changes on my dev system - just to sync up with the repo.Ken Moore2016-04-25
* Minor cleanup of some build system files. No real changes.Ken Moore2016-04-12
* Remove a couple obsolete shell scripts from the liblumina dir. The new qmake ...Ken Moore2016-04-12
* Fix a bug causing the "open terminal here" dialog not to work properly.JoshDW192016-04-04
* Typo in linux operating system classes fixed.Rubin Simons2016-03-24
* Added Gentoo support to Lumina, added ebuild file.Rubin Simons2016-03-23
* Make NVMe style devices show up as 'HDRIVE' type, just like sd[a-z] devices.Rubin Simons2016-03-23
* Remove one of the compile-time defines from the LuminaOS.h file, and place it...Ken Moore2016-03-16
* Significant update to mime-type handling.Ken Moore2016-03-11
* Cleanup all the DESTDIR usage within the project files. Now this can be easil...Ken Moore2016-03-04
* Remove the "-o" options from the reboot/shutdown commands in Lumina - this by...Ken Moore2016-02-25
* Tag version 0.9.0-devel on the master branch (corresponds to 0.8.8-Release-p1...Ken Moore2016-02-19
* Change around the X property notification requested for standard windows (non...Ken Moore2016-02-19
* Fix the "amixer" command used to set the volume in the generic "Linux" suppor...Ken Moore2016-02-12
* Tag Lumina version 0.8.8-ReleaseKen Moore2016-02-10
* Tinker with the resizeMenu class to try and bypass a bug in Qt 5.5.1 (QWidget...Ken Moore2016-02-04
* Fix one typo. Using delete with new [] is undefined.Carlos Bohórquez2016-02-02
* Change the $${PRO_FILE_PWD} variable to just $${PWD}. This seems to fix path ...Ken Moore2016-02-02
* 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
bgstack15