Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-26 | replace FbRootWindow::depth with maxDepth | Thomas Lübking | 1 | -0/+2 | |
The depth member of FbWindow was abused to store the maximum depth but that gets overridden with geometry changes of the root window (screen layout changes) so we store and read the value explicitly while ::depth() maintains the actual depth of the root window The result of this is that frames for ARGB windows were created with a wrong depth and failed to reparent the client window. BUG: 1102 BUG: 1058 | |||||
2011-10-20 | Added support for ARGB visual, patch #3284774 | Gediminas Liktaras | 1 | -0/+8 | |
fluxbox now properly displays windows that require ARGB visuals when an external compositor is running. This was done by creating the container window with the correct visual and colormap when needed. Closes #2874629 | |||||
2008-10-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 1 | -1/+0 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -2/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-24 | copyright dates | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-02-10 | minor stuff | fluxgen | 1 | -2/+2 | |
2003-05-12 | added updateGeometry to force an update | fluxgen | 1 | -2/+2 | |
2003-05-10 | root window | fluxgen | 1 | -0/+49 | |