aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Remove a geometry-match condition when re-loading the desktop canvas's. This ...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
* Tweak the font outlines a bit more for the desktop icons:Ken Moore2015-11-10
* Re-work how Lumina finds/loads icons from the current theme. This bypasses th...Ken Moore2015-11-10
* Adjust the user validation routine a bit in lumina-checkpass:Ken Moore2015-11-10
* Fix a "pt_BR" tag in the "pt" translation file.Ken Moore2015-11-09
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-11-09
|\
| * Minor update to RPM .spec file to get Lumina to build on Fedora 23 32-bit.Jesse Smith2015-11-06
| * Fixed minor typo in DEPENDENCIES file. Also updated RPM .spec files.Jesse Smith2015-11-06
* | A couple changes to Lumina:Ken Moore2015-11-09
* | Add the WM_PROTOCOLS ICCCM support to the lumina library.Ken Moore2015-11-06
|/
* Couple minor changes to the screensaver functionality: Ensure the SSBaseWidge...Ken Moore2015-11-06
* A couple big changes:Ken Moore2015-11-06
* Get the new lockscreen all setup and (somewhat) functional in the screensaver...Ken Moore2015-11-04
* Tweak the text in the desktop plugin menu a bit.Ken Moore2015-11-04
* Clean up the Screensaver framework a bit more, add a test flag (--test-ss), a...Ken Moore2015-11-03
* Add all the animations framework for the screensaver side of lumina-wm (with ...Ken Moore2015-11-02
* Cleanup how auto-start apps are launched a bit (start them via a single lumin...Ken Moore2015-10-30
* Make sure that lumina-open always watches files that are *not* in the XDG aut...Ken Moore2015-10-29
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-10-29
|\
| * Merge branch 'master' of https://github.com/pcbsd/luminaJesse2015-10-28
| |\
| * | Fix build issue with Debian packages, this file is no longer included.Jesse2015-10-28
* | | Adjust the screen resize/modification detection a tiny bit so that all change...Ken Moore2015-10-29
* | | 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
| |/ |/|
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-10-28
|\|
| * Merge branch 'master' of https://github.com/pcbsd/luminaJesse Smith2015-10-28
| |\
| * | Updated Linux dependenciesJesse Smith2015-10-28
* | | Make the symlink icon overlays a bit smaller (1/3 icon size, not 1/2 anymore)...Ken Moore2015-10-28
| |/ |/|
* | Forcible remove the "tabBarAutoHide" property from the MainUI.ui file (5.4+ v...Ken Moore2015-10-28
* | Replace the "tabBarAutoHide" setting with a manual check/hide of the tab bar ...Ken 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
|/
* Disable the option to close the "Browser" tab when using column-view.Ken Moore2015-10-26
* When locking the screen via the new start menu, don't use the "LaunchApp" fun...Ken Moore2015-10-26
* Update the iXsystems logo in lumina-info. Now it uses the new "blue" logo.Ken Moore2015-10-26
* Update README.mdKen Moore2015-10-23
* Turn off one last DEBUG flag before the release is cut.Ken Moore2015-10-23
* Ok, adjust the window check/movement routine one more time - Now it runs the ...Ken Moore2015-10-23
* Reverse the order of the window movement routines. The one which still might ...Ken Moore2015-10-23
* Also add the symbolic link emblem overlay to the items in the desktopview plu...Ken Moore2015-10-23
* Add the little emblem/overlay on desktop icons which are actually symbolic li...Ken Moore2015-10-23
* Enable the vertical scrollbar for the favorites list in the start menu as nee...Ken Moore2015-10-22
bgstack15