Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-15 | Fixes #1216020, *.font.effect wont get cleared if not defined in style | mathias | 1 | -1/+15 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -166/+95 | |
- 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-05-12 | llittle rewrite for the FbTk_istringstream usage.. was needed coz gcc2.95.x | mathias | 1 | -11/+3 | |
systems had problems before. with this change fluxbox should compile on such old compilers. | |||||
2005-02-07 | cosmetic white-space-stuff and/or copyright dates | mathias | 1 | -0/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 1 | -3/+8 | |
besides xpm. to get imlib2 support in fluxbox one has to ./configure --enable-imblib2 default is disabled. a fluxbox-binary that supports imlib2 will have IMLIB2 in "fluxbox -info"-output explanation to the changed files: * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html) * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle imlib2-support * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global stuff for fonts and imagehandlers. * rest of changes just add the imlib2-code, pretty straightforward | |||||
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 1 | -14/+13 | |
primary problem was to use utf8 when in fact the FontSet wasnt utf8. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-31 | fix #1057499 | akir | 1 | -4/+5 | |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -9/+9 | |
code cleaning | |||||
2004-09-03 | cosmetic | akir | 1 | -28/+30 | |
2004-09-01 | final fix for iconv-issues on sun/sparcs | akir | 1 | -2/+2 | |
2004-08-31 | fix for the missing CODESET on openbsd | akir | 1 | -3/+7 | |
2004-08-31 | hopefully final fix for missing iconv | akir | 1 | -5/+9 | |
2004-08-31 | have const msg ptr to iconv | fluxgen | 1 | -5/+20 | |
2004-08-31 | checking for have iconv | fluxgen | 1 | -2/+9 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-08-28 | fix a issue with fonts coming up blank | rathnor | 1 | -3/+3 | |
2004-08-25 | make use of "size" in "recode" -> fixes drawin the cursor in textboxes | akir | 1 | -3/+6 | |
2004-08-18 | fix handling of font+text encodings | rathnor | 1 | -32/+25 | |
2004-08-14 | tempfix for empty locale | fluxgen | 1 | -1/+5 | |
2004-08-10 | adding halo and shadow options to font loading, patch from Mathias Gumz and ↵ | fluxgen | 1 | -41/+144 | |
c. mccreesh (ciaranm) | |||||
2004-08-10 | utf-8 fix, a fixed patch from Sergey Kuleshov | fluxgen | 1 | -16/+123 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -3/+6 | |
2003-12-01 | fixed shadow option bug | fluxgen | 1 | -6/+35 | |
2003-11-28 | added shadow | fluxgen | 1 | -6/+34 | |
2003-01-05 | using bad_cast from typeinfo | fluxgen | 1 | -1/+2 | |
2002-12-08 | fixed rotate argument for drawText | fluxgen | 1 | -3/+24 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -68/+68 | |
2002-11-26 | initial import | fluxgen | 1 | -0/+184 | |