aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaX11.cpp
Commit message (Collapse)AuthorAge
* use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence ↵Ken Moore2016-08-05
| | | | a possible c++11 build warning/error.
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
|
* initialize struct before using itHenry Hu2016-05-15
|
* use WM_CHANGE_STATE to minimize windowHenry Hu2016-05-15
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15