Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-26 | replace FbRootWindow::depth with maxDepth | Thomas Lübking | 1 | -3/+4 | |
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 | |||||
2015-01-16 | Fix semantic errors (wrong variable names etc) | Mathias Gumz | 1 | -1/+1 | |
Uncovered by coverity-scan. | |||||
2015-01-03 | Remove various unused variables | Mathias Gumz | 1 | -1/+1 | |
Clang and Gcc-4.9 complaint about some unused variables here and there. And who are we to not make a compiler happy :) | |||||
2011-10-20 | Added support for ARGB visual, patch #3284774 | Gediminas Liktaras | 1 | -9/+26 | |
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 | -4/+0 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -1/+1 | |
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-10-21 | fix for some pedantic compilers (mipspro) | akir | 1 | -2/+2 | |
2004-09-11 | ignore 32-bit visuals for now - until we can support alpha channel in colors | rathnor | 1 | -2/+3 | |
2003-05-12 | added updateGeometry to force an update | fluxgen | 1 | -1/+5 | |
2003-05-10 | root window | fluxgen | 1 | -0/+63 | |