aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaX11.cpp
Commit message (Expand)AuthorAge
* 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
* Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ...Ken Moore2014-09-12
* Add a simple OSD to the audio/brightness up/down options in lumina-open (sinc...Ken Moore2014-09-05
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15