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
*
Change around the X property notification requested for standard windows (non...
Ken Moore
2016-02-19
*
Fix one typo. Using delete with new [] is undefined.
Carlos Bohórquez
2016-02-02
*
Add the size hints to libLumina X11, and enable the usage of it within teh WM.
Ken Moore
2015-12-08
*
Update LuminaX11.cpp to compile with GCC (found/fixed by Jesse Smith).
Ken Moore
2015-11-25
*
Fix up the WM a bit more - now it can open/close windows without issues (stil...
Ken Moore
2015-11-20
*
Quick checkpoint for the window manager: NOT STABLE - crashes on window close...
Ken Moore
2015-11-20
*
Add the final pieces of the EWMH support functions to the Lumina library.
Ken Moore
2015-11-13
*
Add a bunch more of the window-level EWMH standards support into luminaX11. O...
Ken Moore
2015-11-12
*
Add a couple more XCB EWMH functions. One change required a re-definition of ...
Ken Moore
2015-11-12
*
Add ~50% of the client EWMH window property support.
Ken Moore
2015-11-12
*
Finish adding the rest of the Root window EWMH standards support into the Lum...
Ken Moore
2015-11-12
*
Just silence a compiler warning about an unused variable for the moment (that...
Ken Moore
2015-11-11
*
Add support for all the important Root window EWMH properties to the LuminaX1...
Ken Moore
2015-11-11
*
Add the WM_PROTOCOLS ICCCM support to the lumina library.
Ken Moore
2015-11-06
*
Cleanup how auto-start apps are launched a bit (start them via a single lumin...
Ken Moore
2015-10-30
*
Add some more ICCCM functions to LuminaX11.
Ken Moore
2015-10-28
*
Add new X11 functions for about 1/2 of the ICCCM standards
Ken Moore
2015-10-28
*
Adjust the window workspace detection routine to also check whether the given...
Ken Moore
2015-09-24
*
Finally fix up the system tray updates:
Ken Moore
2015-09-15
*
Add come fixes to libLumina to work with the new systemstart plugin, and adju...
Ken Moore
2015-09-10
*
Quick fix to the libLumina project file to ensure all the colors/themes get i...
Ken Moore
2015-09-04
*
Clean out all the old XLib functions which were commented out, and start addi...
Ken Moore
2015-09-04
*
Completely finish the XLib -> XCB conversions. Now Lumina no longer requires ...
Ken Moore
2015-08-05
*
Add a replacement for XSelectInput and use it within lumina-desktop
Ken Moore
2015-08-05
*
Finish converting libLumina to XCB-only and finish replacing any LX11 functio...
Ken Moore
2015-08-05
*
Add the XCB versions of the system tray start/stop routines, and setup LSessi...
Ken Moore
2015-08-04
*
Convert a few more X11 functions to XCB - almost done....
Ken Moore
2015-07-31
*
Fix up the issues with some apps which re-configure the Xsession/screens to m...
Ken Moore
2015-07-30
*
Add some work that make the Lumina desktop/panels appear in the proper locati...
Ken Moore
2015-07-28
*
Fix up a calculation of the new window geometry - add in checks for those str...
Ken Moore
2015-07-17
*
Commit some quick fixes:
Ken Moore
2015-07-17
*
Add a new function to luminaX11: WindowFrameGeometry() - returns the sizes of...
Ken Moore
2015-06-20
*
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
[next]
bgstack15