aboutsummaryrefslogtreecommitdiff
path: root/src/IntResMenuItem.hh
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15prevent per-window alpha menu from scrolling past 0 or 255:markt1-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-07per-window transparency, including apps and menu support, plus some simonb1-3/+56
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2006-05-20improve native language handling, move messages and menu labels to simonb1-1/+1
FbTk::FbString
2005-05-03fix some menu drawing issuessimonb1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2003-05-18moved Resource to FbTkfluxgen1-3/+3
2003-02-17changes resource integer value in the menufluxgen1-0/+44