aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LPanel.cpp
Commit message (Expand)AuthorAge
* Another batch of small fixes:Ken Moore2015-10-07
* Couple more updates for lumina-desktop:Ken Moore2015-10-07
* Fix up all the window activation detection/management within the lumina sessi...Ken Moore2015-09-16
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...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
* Commit some quick fixes:Ken Moore2015-07-17
* Remove the old "forcing" of a panel with particular settings on the default/f...Ken Moore2015-07-09
* Put in a quick check/safeguard for invalid panel sizing.Ken Moore2015-05-11
* Final fix for the new panel window-reactivation routine: only re-activate the...Ken Moore2015-04-28
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Fix another bug with the new panel/window activation switcher: do *not* re-ac...Ken Moore2015-04-25
* Add the ability for panels to now occupy a percentage of the screen side, wit...Ken Moore2015-04-25
* For "hidden" panels, make the amount visible 1% of the total panel size (with...Ken Moore2015-04-25
* Before activating the panel on mouse-over, save the ID of the currently activ...Ken Moore2015-04-24
* Setup the Lumina panel with mouse tracking, and activate the window when the ...Ken Moore2015-04-22
* Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings...Ken Moore2015-02-25
* Clean up some more debugging output from the LPanel class (make it switchable...Ken Moore2015-02-17
* Fix some panel interactions.Ken Moore2015-02-17
* Make sure that the panel has the "sticky" flag set. This ensures that it is c...Ken Moore2015-02-02
* proper initialization of lumina-panelChristopher Roy Bratusek2015-01-30
* Add a completely new background method for a distributor to set per-system de...Ken Moore2015-01-21
* Add a new panel-plugin: appmenuKen Moore2015-01-21
* Fix the global->local coordinates transformation for calculating whether the ...Ken Moore2015-01-19
* Update the theming of the Lumina desktop:Ken Moore2015-01-19
* Quick fix for auto-hidden panels. Ensure that the mouse is actually outside t...Ken Moore2015-01-16
* Set the "Does not accept focus" Qt flag on the base Lumina Panel window.Ken Moore2015-01-08
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Large update of XLib -> XCB usageKen Moore2015-01-01
* 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
* Large quality of life update to Lumina:Ken Moore2014-10-30
* Add the auto-hide ability for the Lumina panels (and add a configuration opti...Ken Moore2014-10-23
* Adjust how the backend for the system tray works:Ken Moore2014-10-17
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15