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
/
libLumina
/
LuminaX11.cpp
Commit message (
Expand
)
Author
Age
*
Don't try to free(3) a pointer to stack.
Vadim Zhukov
2015-05-05
*
Add (but disable by default) some additional debuggin information. Also turn ...
Ken Moore
2015-04-25
*
Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...
Ken Moore
2015-04-20
*
Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...
Ken Moore
2015-04-15
*
Remove the XCB "WindowImage()" function from LuminaX11 - it is not working pr...
Ken Moore
2015-03-27
*
Clean up a bit of the new XCB system tray embedding process. Still does not f...
Ken Moore
2015-03-27
*
Update the system tray Embed/Unembed routines to use the XCB library instead ...
Ken Moore
2015-03-27
*
Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...
Ken Moore
2015-03-15
*
Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...
Ken Moore
2015-03-11
*
Convert the windowImage routine to XCB from XLib, and set the desktop (system...
Ken Moore
2015-03-11
*
Add a new XCB-based function for fetching the _NET_WM_ICON information as a Q...
Ken Moore
2015-03-11
*
Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...
Ken Moore
2015-01-05
*
Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...
Ken Moore
2015-01-05
*
Large update of XLib -> XCB usage
Ken Moore
2015-01-01
*
Commit some more XLib->XCB conversions (everything for the task manager), and...
Ken Moore
2014-12-30
*
Fix the detection of the active window via XCB as well: now all the window st...
Ken Moore
2014-12-19
*
Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...
Ken Moore
2014-12-19
*
Commit a checkpoint on the conversion of Lumina to Qt5.
Ken Moore
2014-12-18
*
Adjust how the backend for the system tray works:
Ken Moore
2014-10-17
*
Clean up the usage/detection of the "URGENT" window status, and also move the...
Ken Moore
2014-09-12
*
Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ...
Ken Moore
2014-09-12
*
Add a simple OSD to the audio/brightness up/down options in lumina-open (sinc...
Ken Moore
2014-09-05
*
Initial import of the lumina code from pcbsd git repo
Kris Moore
2014-09-04
bgstack15