aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MenuTheme.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-03Add menu.hilite.font and menu.hilite.justify style resourcesVladimir A. Pavlov1-2/+12
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck1-2/+1
2008-10-05remove menu modesMark Tiefenbruck1-1/+0
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-28merge MenuTheme with FbTk::MenuThemeMark Tiefenbruck1-1/+3
2007-12-21fix menuitem height on startupMark Tiefenbruck1-7/+7
2007-12-16fix initialization of menu fontsMark Tiefenbruck1-1/+2
2007-12-16load style before loading theme objects, remove duplicate theme loadMark Tiefenbruck1-0/+1
2007-03-03added support for typeahead in menusmarkt1-0/+4
2006-02-16updated copyright infomathias1-1/+1
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias1-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-26extension of previous big patch. Move a bunch of menu things onto simonb1-5/+14
background pixmap. Same for textbuttons.
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-29fix toolbar localtion (visible when 100%)rathnor1-1/+5
fix menu font size when no style
2004-06-13minor fixfluxgen1-1/+7
2004-06-13minor fix for title and item heightfluxgen1-7/+10
2004-06-07item and title height specified by stylefluxgen1-5/+10
2004-04-26toolbar themeing fixesrathnor1-3/+3
2004-01-08cleaningfluxgen1-5/+4
2003-12-17using menu as observer, cleaning in menu themefluxgen1-4/+1
2003-12-12menu delay and modefluxgen1-1/+4
2003-09-12new names for theme items, the new names are menu.bevelWidth ↵fluxgen1-4/+17
menu.borderWidth menu.borderColor
2003-08-27added pixmap for bullet and selected and unselectedfluxgen1-49/+26
2003-08-16default valueSfluxgen1-3/+11
2003-07-19fix alpha setting for menus when multiple screens by moving from static in menurathnor1-2/+4
to part of MenuTheme
2003-04-26moved StringUtil to FbTkfluxgen1-4/+4
2003-02-23fixed correct bullet position namefluxgen1-2/+2
2003-02-22fixed bug in bullet typefluxgen1-6/+8
2003-02-15added subject for listenersfluxgen1-1/+3
2003-01-10need cstdio for sscanffluxgen1-1/+3
2003-01-09added menu border color and border width and bevel widthfluxgen1-1/+19
2002-12-25first add, theme class for Menufluxgen1-0/+135