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