aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)AuthorFilesLines
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias2-11/+12
- Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start)
2005-01-24copyright datemathias12-8/+21
2005-01-15minor stufffluxgen1-2/+1
2005-01-15fixed some issues and added testMenu targetfluxgen1-2/+5
2005-01-15testing menu theme and parserfluxgen1-0/+155
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-11-17needed init for font-testmathias1-2/+4
2004-10-06fixed compilefluxgen1-1/+1
2004-09-12fix for Font drawTextfluxgen1-2/+2
2004-09-01updatefluxgen1-31/+12
2004-09-01foreground and background color as argumentfluxgen1-9/+30
2004-08-31add autoconf check for std c++ headersrathnor2-2/+10
2004-05-02updatefluxgen1-1/+2
2004-05-02minor fixesfluxgen1-8/+14
2004-05-02movetestfluxgen1-0/+83
2004-05-02testing menu parserfluxgen1-0/+31
2004-05-02parsertestfluxgen1-3/+13
2004-03-01templatefluxgen1-0/+103
2004-01-12removed printfluxgen1-1/+0
2004-01-11texture testsfluxgen4-5/+406
2003-09-11updatefluxgen1-28/+8
2003-09-11updatefluxgen2-59/+65
2003-05-15cleaning in FluxboxWindow interfacefluxgen1-2/+8
2003-04-27add missing #include <cassert>rathnor1-0/+1
2003-01-29added simple test file for layering (Simon)rathnor2-15/+241
2002-12-01Indenting from tabs to emacs 4-spacerathnor6-355/+355
2002-11-12linefluxgen1-2/+6
2002-11-12moved udsfluxgen1-1/+2
2002-11-12minor fixfluxgen1-2/+2
2002-10-19use xft alwaysfluxgen1-1/+1
2002-10-19linesfluxgen1-6/+17
2002-10-19fixed depsfluxgen1-1/+9
2002-10-19testFontfluxgen1-3/+7
2002-10-19minorfluxgen1-0/+22
2002-10-19initial importfluxgen1-0/+95
2002-08-14minor comment fixfluxgen1-1/+1
2002-08-14signaltest targetfluxgen1-1/+13
2002-08-14firstfluxgen1-0/+75
2002-03-01minor fixfluxgen2-0/+4
2002-02-04initial importfluxgen6-0/+550