Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
submenus
|
|
|
|
|
|
|
|
|
|
thanks _markt
|
|
FbTk::FbString
|
|
#1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apply to keys.
|
|
background pixmap. Same for textbuttons.
|
|
|
|
Consequently rearrange lots of rendering ops, and strip calls to
updateTransparent
|
|
|
|
|
|
|
|
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index)
to avoid this, we rename FbTk::Menu::update(int index)
-> FbTk::Menu::updateMenu(int index)
this is mostly cosmetic, but if it makes the life of a compiler happy, well ..
be happy icc :)
|
|
|
|
|
|
for consistency with transparency resources
|
|
code cleaning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mathias Gumz
|
|
removed highlight from drawItem since it should only highlight the m_active_index
|
|
|
|
|
|
|