Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
accidentally left in
|
|
|
|
|
|
|
|
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
|
|
removed here did anything useful; it's probably a remnant of an old menu
implementation
|
|
|
|
|
|
or else we'll lose an entire keystroke!\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adjust slit menus to deconstruct properly
|
|
infrastructure and related changes. Thanks for original patch from
Julien Trolet, dmxen at sourceforge dot net
|
|
|
|
|
|
|
|
|
|
Make MenuItem triangles proportional
|
|
|
|
window moving
|
|
titlebar when doing it
|
|
|
|
|
|
Fix something likely to break locales on BSDs and things without
nl_langinfo
|
|
spacing and a string for the text...
|
|
|
|
notes in ChangeLog or FbTk/Font.cc)
|
|
|
|
|
|
|
|
|
|
|
|
so it should wait until after 1.0, even though I think it's important
|
|
IconicState
also, a little bug fix for previous commit
|
|
|
|
|
|
|