aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Transparent.cc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-5/+5
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-27/+15
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-12/+18
uses only those things from "namespace std" what we really need.
2006-07-16Fixed bug #1362913, did not check format pointer.fluxgen1-10/+25
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-5/+5
console, plus handle catalogs better.
2006-05-20improve native language handling, move messages and menu labels to simonb1-2/+2
FbTk::FbString
2006-02-16updated copyright infomathias1-1/+1
2005-04-10Big changes to how transparency workssimonb1-4/+12
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-14/+54
for consistency with transparency resources
2004-09-11more X error fixingrathnor1-3/+2
2004-09-10cosmetic + avoid unneeded App::instance()->display() callsakir1-23/+23
2004-06-07update NLS string handling...rathnor1-8/+19
2003-05-13minor fix for alpha 0fluxgen1-1/+3
2003-05-07fixed RENDER extension checkingfluxgen1-11/+32
2003-04-26bug in alpha value when setting new sourcefluxgen1-3/+8
2003-04-20fixed HAVE_XRENDERfluxgen1-8/+23
2003-04-20for transparent drawablefluxgen1-0/+233