Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -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. | |||||
2012-08-03 | FbTk/ThemeItems.cc: move loading additional font resources to load() | Vladimir A. Pavlov | 1 | -24/+20 | |
The same logic had been already implemented for texture resources. | |||||
2012-08-03 | FbTk/ThemeItems.cc: don't use style resources in ↵ | Vladimir A. Pavlov | 1 | -16/+2 | |
ThemeItem<Font>::setDefaultValue() | |||||
2011-02-22 | renamed Texture:DEFAULT_BEVEL to Texture::DEFAULT_LEVEL | Mathias Gumz | 1 | -1/+1 | |
2009-09-30 | compile fix: use the correct format string to parse the number | Mathias Gumz | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -7/+30 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+10 | |
2007-01-05 | change default Xft font so that it works properly with rotation (see | simonb | 1 | -1/+1 | |
notes in ChangeLog or FbTk/Font.cc) | |||||
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 1 | -3/+3 | |
Thanks Jonas Koelker | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-22 | minor indent | fluxgen | 1 | -2/+2 | |
2005-09-14 | include memory for auto_ptr | fluxgen | 1 | -0/+3 | |
2005-06-28 | Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue. | grubert | 1 | -1/+1 | |
2005-06-17 | *.font.shadow.x and *.font.shadow.x were not correctly read or better, | mathias | 1 | -3/+8 | |
misinterpreted. so the shadow'ed text was written direct underneath the normal text .. and hence invisible. | |||||
2005-06-16 | little typo which prevented shadowcolor beeing set | mathias | 1 | -1/+1 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -7/+53 | |
- 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 | |
2005-01-14 | moved ThemeItem<bool> - implementation to FbTk/ThemeItems.cc | mathias | 1 | -34/+120 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | moved ThemeItems.hh to ThemeItems.cc, solves some linkissues | akir | 1 | -0/+230 | |