aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Expand)AuthorAge
* Get the new Icon Cache system implemented and turned on for the desktop "appl...Ken Moore2017-05-26
* Oops - forgot to include the changes to the LIconCache files in that last com...Ken Moore2017-05-26
* Clean up the new LIconCache class quite a bit (seems finished - just untested).Ken Moore2017-05-22
* Commit my WIP on the new icon cache/loading systems for Lumina.Ken Moore2017-05-22
* Add the ability to scan/migrate desktop/panel settings from one monitor ID to...Ken Moore2017-05-18
* Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in t...Ken Moore2017-05-14
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
* Speed up the SVG icon loading routine.Ken Moore2017-04-27
* Another few changes to icons and such for Lumina.Ken Moore2017-04-14
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-13
|\
| * Turn on the new icon theme for Lumina, and use it by default as the fallback ...Ken Moore2017-04-12
| * Add an additional icon search fallback for mimetype icons (use the *-x-generi...Ken Moore2017-04-12
* | Commit some small changes I still had on my main workstation:Ken Moore2017-04-13
|/
* Fix dbus-send calls for Gentoo.Martijn Rijkeboer2017-03-31
* Clean up a couple defines.Ken Moore2017-03-07
* Get the ping/pong system all setup within the NativeWindowSystem.Ken Moore2017-03-07
* Make sure we respect the "override_redirect" flag on a window (do not try to ...Ken Moore2017-03-07
* Finish up some more of the admin functions for the NativeWindowSystem (event ...Ken Moore2017-03-06
* Add support for reading the "Workspace" property (_NET_WM_DESKTOP).Ken Moore2017-03-06
* Add support for populating the "Name" property within the NativeWindowSystem ...Ken Moore2017-03-06
* Add support for reading window geometry information to the NativeWindowSystem...Ken Moore2017-03-06
* Add a bunch more of the XCB guts to the NativeWindowSystem (Title, ShortTitle...Ken Moore2017-03-06
* Some more work on the NativeWindowSystem "plumbing". Get the system tray init...Ken Moore2017-03-04
* Start filling in the non-property slots for the NativeWindowSystem now (close...Ken Moore2017-03-03
* Another large batch of updates to the Native Window "plumbing":Ken Moore2017-03-03
* A bit more work on the new window frames. Now the minimum size policies are r...Ken Moore2017-03-02
* Write up a new window frame for Lumina2 (not using the QMdi[Sub]Window classe...Ken Moore2017-03-02
* Clean up some of the applauncher context menu functionality:Ken Moore2017-03-02
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-02-28
|\
| * Clean up a couple more compile warnings about unused variables.Ken Moore2017-02-27
| * Silence some compile warnings in all the various OS templates.Ken Moore2017-02-27
| * Silence a compile warning in LDesktopUtils (unused variable)Ken Moore2017-02-27
| * Quick fix for the "Directory" XDG desktop type detection/verification.Ken Moore2017-02-24
| * Merge pull request #379 from sasongko26/masterKen Moore2017-02-21
| |\
| | * modified: src-qt5/core/libLumina/LuminaOS-Slackware.cppSasongko Bawono2017-02-19
| | * add template for SlackwareSasongko Bawono2017-02-18
* | | Track down and fix a really weird Fluxbox bug:Ken Moore2017-02-28
|/ /
* | Commit a bit more work on the RandR interface. Starting to drill down into th...Ken Moore2017-02-15
* | Another update to the LuminaRandR class - start writing up the non-active dev...Ken Moore2017-02-13
* | Large update to the new LuminaRandR class. Still not quite ready, but getting...Ken Moore2017-02-10
* | Commit my work-in-progress on a new NativeWindowSystem class.Ken Moore2017-02-03
* | Clean up the window activate XCB function. Now it should send the window a cl...Ken Moore2017-02-02
* | Another large batch of work on Lumina2:Ken Moore2017-02-01
* | Add a new "NativeWindow" class to the library. This is a pure Qt container cl...Ken Moore2017-02-01
* | Get a lot more of Lumina2 working. Now the window embed systems are functiona...Ken Moore2017-01-31
|/
* Get the next phase of Lumina2 working: The context menu for the desktop itself.Ken Moore2017-01-30
* Another large update for Lumina 2:Ken Moore2017-01-27
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
* Finish up the new RootWindow class, and tie it into the lumina-desktop-unifie...Ken Moore2017-01-26
* Add the beginnings of a new RootWindow class for providing the multi-monitor ...Ken Moore2017-01-24
bgstack15