Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-03 | added support for typeahead in menus | markt | 1 | -0/+4 | |
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 | -15/+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-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -5/+14 | |
background pixmap. Same for textbuttons. | |||||
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 | -2/+6 | |
2004-08-29 | fix toolbar localtion (visible when 100%) | rathnor | 1 | -1/+5 | |
fix menu font size when no style | |||||
2004-06-13 | minor fix | fluxgen | 1 | -1/+7 | |
2004-06-13 | minor fix for title and item height | fluxgen | 1 | -7/+10 | |
2004-06-07 | item and title height specified by style | fluxgen | 1 | -5/+10 | |
2004-04-26 | toolbar themeing fixes | rathnor | 1 | -3/+3 | |
2004-01-08 | cleaning | fluxgen | 1 | -5/+4 | |
2003-12-17 | using menu as observer, cleaning in menu theme | fluxgen | 1 | -4/+1 | |
2003-12-12 | menu delay and mode | fluxgen | 1 | -1/+4 | |
2003-09-12 | new names for theme items, the new names are menu.bevelWidth ↵ | fluxgen | 1 | -4/+17 | |
menu.borderWidth menu.borderColor | |||||
2003-08-27 | added pixmap for bullet and selected and unselected | fluxgen | 1 | -49/+26 | |
2003-08-16 | default valueS | fluxgen | 1 | -3/+11 | |
2003-07-19 | fix alpha setting for menus when multiple screens by moving from static in menu | rathnor | 1 | -2/+4 | |
to part of MenuTheme | |||||
2003-04-26 | moved StringUtil to FbTk | fluxgen | 1 | -4/+4 | |
2003-02-23 | fixed correct bullet position name | fluxgen | 1 | -2/+2 | |
2003-02-22 | fixed bug in bullet type | fluxgen | 1 | -6/+8 | |
2003-02-15 | added subject for listeners | fluxgen | 1 | -1/+3 | |
2003-01-10 | need cstdio for sscanf | fluxgen | 1 | -1/+3 | |
2003-01-09 | added menu border color and border width and bevel width | fluxgen | 1 | -1/+19 | |
2002-12-25 | first add, theme class for Menu | fluxgen | 1 | -0/+135 | |