aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaX11.cpp
Commit message (Expand)AuthorAge
* Add the size hints to libLumina X11, and enable the usage of it within teh WM.Ken Moore2015-12-08
* Update LuminaX11.cpp to compile with GCC (found/fixed by Jesse Smith).Ken Moore2015-11-25
* Fix up the WM a bit more - now it can open/close windows without issues (stil...Ken Moore2015-11-20
* Quick checkpoint for the window manager: NOT STABLE - crashes on window close...Ken Moore2015-11-20
* Add the final pieces of the EWMH support functions to the Lumina library.Ken Moore2015-11-13
* Add a bunch more of the window-level EWMH standards support into luminaX11. O...Ken Moore2015-11-12
* Add a couple more XCB EWMH functions. One change required a re-definition of ...Ken Moore2015-11-12
* Add ~50% of the client EWMH window property support.Ken Moore2015-11-12
* Finish adding the rest of the Root window EWMH standards support into the Lum...Ken Moore2015-11-12
* Just silence a compiler warning about an unused variable for the moment (that...Ken Moore2015-11-11
* Add support for all the important Root window EWMH properties to the LuminaX1...Ken Moore2015-11-11
* Add the WM_PROTOCOLS ICCCM support to the lumina library.Ken Moore2015-11-06
* Cleanup how auto-start apps are launched a bit (start them via a single lumin...Ken Moore2015-10-30
* Add some more ICCCM functions to LuminaX11.Ken Moore2015-10-28
* Add new X11 functions for about 1/2 of the ICCCM standardsKen Moore2015-10-28
* Adjust the window workspace detection routine to also check whether the given...Ken Moore2015-09-24
* Finally fix up the system tray updates:Ken Moore2015-09-15
* Add come fixes to libLumina to work with the new systemstart plugin, and adju...Ken Moore2015-09-10
* Quick fix to the libLumina project file to ensure all the colors/themes get i...Ken Moore2015-09-04
* Clean out all the old XLib functions which were commented out, and start addi...Ken Moore2015-09-04
* Completely finish the XLib -> XCB conversions. Now Lumina no longer requires ...Ken Moore2015-08-05
* Add a replacement for XSelectInput and use it within lumina-desktopKen Moore2015-08-05
* Finish converting libLumina to XCB-only and finish replacing any LX11 functio...Ken Moore2015-08-05
* Add the XCB versions of the system tray start/stop routines, and setup LSessi...Ken Moore2015-08-04
* Convert a few more X11 functions to XCB - almost done....Ken Moore2015-07-31
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* Fix up a calculation of the new window geometry - add in checks for those str...Ken Moore2015-07-17
* Commit some quick fixes:Ken Moore2015-07-17
* Add a new function to luminaX11: WindowFrameGeometry() - returns the sizes of...Ken Moore2015-06-20
* Don't try to free(3) a pointer to stack.Vadim Zhukov2015-05-05
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...Ken Moore2015-04-20
* Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
* Remove the XCB "WindowImage()" function from LuminaX11 - it is not working pr...Ken Moore2015-03-27
* Clean up a bit of the new XCB system tray embedding process. Still does not f...Ken Moore2015-03-27
* Update the system tray Embed/Unembed routines to use the XCB library instead ...Ken Moore2015-03-27
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...Ken Moore2015-03-11
* Convert the windowImage routine to XCB from XLib, and set the desktop (system...Ken Moore2015-03-11
* Add a new XCB-based function for fetching the _NET_WM_ICON information as a Q...Ken Moore2015-03-11
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...Ken Moore2015-01-05
* Large update of XLib -> XCB usageKen Moore2015-01-01
* Commit some more XLib->XCB conversions (everything for the task manager), and...Ken Moore2014-12-30
* Fix the detection of the active window via XCB as well: now all the window st...Ken Moore2014-12-19
* Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...Ken Moore2014-12-19
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
* Adjust how the backend for the system tray works:Ken Moore2014-10-17
* Clean up the usage/detection of the "URGENT" window status, and also move the...Ken Moore2014-09-12
bgstack15