fluxbox/src/tests
mathias ef76b45ab1 - Usage of xft-fonts is prefered, except a font-description starts with '-'
- 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-06-03 07:25:48 +00:00
..
keys initial import 2002-02-04 23:48:31 +00:00
main.cc copyright date 2005-01-24 18:43:01 +00:00
Makefile fixed some issues and added testMenu target 2005-01-15 13:15:49 +00:00
menutest.cc - Usage of xft-fonts is prefered, except a font-description starts with '-' 2005-06-03 07:25:48 +00:00
movetest.cc copyright date 2005-01-24 18:43:01 +00:00
parsertest.cc copyright date 2005-01-24 18:43:01 +00:00
Resourcetest.cc copyright date 2005-01-24 18:43:01 +00:00
signaltest.cc copyright date 2005-01-24 18:43:01 +00:00
StringUtiltest.cc copyright date 2005-01-24 18:43:01 +00:00
template.cc copyright date 2005-01-24 18:43:01 +00:00
test.theme update 2004-05-02 21:27:35 +00:00
testFont.cc - Usage of xft-fonts is prefered, except a font-description starts with '-' 2005-06-03 07:25:48 +00:00
testKeys.cc copyright date 2005-01-24 18:43:01 +00:00
testLayers.cc copyright date 2005-01-24 18:43:01 +00:00
texturetest.cc copyright date 2005-01-24 18:43:01 +00:00