Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -11/+13 | |
2006-04-17 | fix fbrun positioning code to use hints properly | simonb | 1 | -0/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -3/+3 | |
- 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-12-21 | show fbrun after moving to the right position | mathias | 1 | -1/+2 | |
2004-11-23 | update of copyright and version number of fbrun | mathias | 1 | -1/+1 | |
2004-11-22 | dont overlap with screenborder | mathias | 1 | -4/+44 | |
added xinerama-support | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | tiny fix for -nearmouse | akir | 1 | -2/+1 | |
2004-09-12 | for -nearmouse wrong -help - description | akir | 1 | -2/+2 | |
2004-09-03 | added -nearmouse to fbrun | akir | 1 | -2/+28 | |
2003-12-01 | fixed bug with antialais switch, antialias now enabled by default | fluxgen | 1 | -5/+7 | |
2003-08-25 | minor fixes | fluxgen | 1 | -3/+3 | |
2003-04-27 | StringUtil moved to FbTk | fluxgen | 1 | -4/+4 | |
2002-12-05 | indentation and minor fbtk updates | fluxgen | 1 | -117/+102 | |
2002-11-27 | using FbTk App eventLoop | fluxgen | 1 | -8/+2 | |
2002-11-26 | removed deps for BaseDisplay and using FbTk App instead | fluxgen | 1 | -21/+15 | |
2002-11-15 | fixed width | fluxgen | 1 | -3/+6 | |
2002-11-13 | minor fix | fluxgen | 1 | -21/+11 | |
2002-11-12 | added history | fluxgen | 1 | -2/+11 | |
2002-11-12 | fixed antialias option and changed to BaseDisplay usage | fluxgen | 1 | -17/+28 | |
2002-08-20 | first | fluxgen | 1 | -0/+163 | |