Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-15 | prevent per-window alpha menu from scrolling past 0 or 255: | markt | 1 | -14/+16 | |
suppose your alpha was at 3 and then you double-clicked -- IntResMenuItem was setting the alpha to -2, which in FbWinFrame::setAlpha got cast to an unsigned char, or 254; then, IntResMenuItem would check if the value was less than 0, which, of course, it wasn't now, IntResMenuItem checks if the value will exceed the max/min before setting | |||||
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -3/+56 | |
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -1/+1 | |
FbTk::FbString | |||||
2005-05-03 | fix some menu drawing issues | simonb | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2003-05-18 | moved Resource to FbTk | fluxgen | 1 | -3/+3 | |
2003-02-17 | changes resource integer value in the menu | fluxgen | 1 | -0/+44 | |