aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23CosmeticMathias Gumz1-4/+2
2008-01-07added new ThemeProxy for automatically handling focused vs. unfocused ThemeItemsMark Tiefenbruck1-39/+21
2008-01-04add a level of indirection to themesMark Tiefenbruck1-2/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-21fixed backwards compatibility for toolbar/tab stylesMark Tiefenbruck1-31/+31
2007-10-13merged changes from pre-develmarkt1-15/+22
2006-02-16updated copyright infomathias1-1/+1
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias1-5/+0
- 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-02-07updated copyright datesmathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-25fix up theming of the toolbarrathnor1-6/+4
2004-05-24more fixing up of alpha zero-relatd problems - particularly fallback torathnor1-2/+5
255, not zero for alpha items
2004-04-26toolbar themeing fixesrathnor1-18/+10
2004-01-13toolbar transparencyrathnor1-4/+7
2003-08-29minor fixesfluxgen1-2/+3
2003-08-28fixed theme items for old themesfluxgen1-10/+28
2003-08-19fixed fallback itemsfluxgen1-2/+36
2003-08-13copyrightfluxgen1-0/+24
2003-08-13border and setAntialiasfluxgen1-0/+10
2003-08-12added empty texture itemfluxgen1-0/+1
2003-08-11iconbar themefluxgen1-0/+23