Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Refactor menu code: be more explicit and compact | Mathias Gumz | 1 | -3/+3 | |
This commit is a preparation step for some menu cleanup ahead. To make it easier to understand which types of MenuItems are added where and when, I converted the overloaded FbTk::Menu::insert() functions into explicit ones (Menu::insertSubmenu(), Menu::insertItem(), etc. ). This makes it possible to just grep for 'insertSubmenu()'. Side effect this commit: it trims down the very verbose creation of menu items in regards to how the labels are created. Minor: FbTk::Menu::shown and FbTk::Menu::s_focused are moved out of the class. | |||||
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 1 | -2/+2 | |
2009-10-03 | cosmetic: use FbTk::StringUtil::number2String() | Mathias Gumz | 1 | -3/+3 | |
2008-08-04 | add selection box to various "choose one of these" menu items | Mark Tiefenbruck | 1 | -6/+6 | |
2008-01-27 | "On head" menu -- reloading and refreshing bugfix. | Tomas Janousek | 1 | -4/+14 | |
We should reload the contents of this menu on Xinerama layout change. I switched it from FbMenu to ToggleMenu, because the selected head wasn't being updated properly. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -2/+2 | |
ObjectRegistry | |||||
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -4/+7 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -4/+4 | |
2007-12-28 | merge MenuTheme with FbTk::MenuTheme | Mark Tiefenbruck | 1 | -2/+2 | |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 1 | -2/+2 | |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -6/+5 | |
FbTk::FbString | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -1/+1 | |
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 :) | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-02-10 | minor fix | fluxgen | 1 | -3/+3 | |
2003-12-10 | cleaning in the menu code | fluxgen | 1 | -2/+2 | |
2003-12-03 | no need for FbCommands here | fluxgen | 1 | -2/+1 | |
2003-07-25 | make sure all menus have titles, make -version go to stdout | rathnor | 1 | -4/+5 | |
2003-07-19 | fix up xinerama for heads of toolbar and slit | rathnor | 1 | -9/+9 | |
2003-07-10 | menutheme fix | fluxgen | 1 | -3/+3 | |
2003-06-25 | temp disabled xinerama menu item | fluxgen | 1 | -3/+3 | |
2003-05-19 | add back some xinerama support (toolbar, slit (+menu), screen) | rathnor | 1 | -0/+105 | |