Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-23 | Improve calculation of brighter colors | Mathias Gumz | 1 | -1/+1 | |
The old code did not brighten up "pure" colors like "red", "green" and "blue" at all. The new code use a different precomputed LUT which is based upon simplified vector math, see the comments in FbTk/ColorLUT.cc | |||||
2013-01-13 | Use the same lookup-tables for solid and gradient textures | Mathias Gumz | 1 | -13/+21 | |
2011-02-22 | use FbTk::StringUtil API | Mathias Gumz | 1 | -15/+4 | |
2011-02-22 | renamed Texture:DEFAULT_BEVEL to Texture::DEFAULT_LEVEL | Mathias Gumz | 1 | -1/+1 | |
2011-02-22 | cosmetics | Mathias Gumz | 1 | -15/+6 | |
2008-08-16 | some cleanup | Mark Tiefenbruck | 1 | -1/+2 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-01-02 | scaling color values so that they have the right intensity | markt | 1 | -6/+6 | |
2006-04-26 | fixed minor bug | fluxgen | 1 | -2/+2 | |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 1 | -2/+6 | |
Thanks Jonas Koelker | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -8/+4 | |
- 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-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -3/+11 | |
2004-08-26 | fix rendering of bevels for textures with solid textures | rathnor | 1 | -1/+42 | |
2004-01-11 | minor fix | fluxgen | 1 | -4/+5 | |
2004-01-11 | added missing invert type | fluxgen | 1 | -1/+3 | |
2003-08-12 | added TILED option | fluxgen | 1 | -1/+4 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -54/+54 | |
2002-11-30 | removed include config.h | fluxgen | 1 | -5/+1 | |
2002-11-30 | no need for interlace compiletime option | fluxgen | 1 | -3/+1 | |
2002-11-30 | missing include config.h broke interlacing | rathnor | 1 | -1/+5 | |
2002-11-26 | initial import | fluxgen | 1 | -0/+99 | |