index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
core
/
libLumina
/
LuminaX11.cpp
Commit message (
Expand
)
Author
Age
*
Ensure the older screensaver system in X11 is also disabled when DPMS is disa...
Ken Moore
2020-05-21
*
Ensure that the xorg DPMS system is only enabled when the screensaver comes on.
Ken Moore
2020-05-06
*
Get the screensaver system up and running.
Ken Moore
2020-05-04
*
fix warning: 'byteCount' is deprecated: Use sizeInBytes
lbartoletti
2019-10-22
*
screenCount -> QGuiApplication::screens()
lbartoletti
2019-10-22
*
Get more of the tray icon reading put together.
Ken Moore
2018-06-06
*
Get the window size/position change detection implemented.
Ken Moore
2017-06-29
*
Get a lot more of the Lumina2 window-management functionality working.
Ken Moore
2017-06-28
*
Commit a bunch more root-level session changes - should be almost ready to st...
Ken Moore
2017-06-27
*
Add a ton of the root-window registration routines to the NativeWindowSystem ...
Ken Moore
2017-06-27
*
Add support for reading window geometry information to the NativeWindowSystem...
Ken Moore
2017-03-06
*
Track down and fix a really weird Fluxbox bug:
Ken Moore
2017-02-28
*
Commit my work-in-progress on a new NativeWindowSystem class.
Ken Moore
2017-02-03
*
Clean up the window activate XCB function. Now it should send the window a cl...
Ken Moore
2017-02-02
*
Another large batch of work on Lumina2:
Ken Moore
2017-02-01
*
Bump the copyright year on the LuminaX11 files.
Ken Moore
2016-11-17
*
Large update/refactor of desktop widgets.
Ken Moore
2016-10-18
*
use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence a...
Ken Moore
2016-08-05
*
Fix the xterm title gibberish issue.
Ken Moore
2016-07-07
*
initialize struct before using it
Henry Hu
2016-05-15
*
use WM_CHANGE_STATE to minimize window
Henry Hu
2016-05-15
*
Rearrange the Lumina source tree quite a bit:
Ken Moore
2016-04-25
bgstack15