aboutsummaryrefslogtreecommitdiff
path: root/src/Xinerama.hh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-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-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-2/+2
2009-10-03cosmetic: use FbTk::StringUtil::number2String()Mathias Gumz1-3/+3
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-6/+6
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek1-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-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-2/+2
ObjectRegistry
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-4/+7
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-4/+4
2007-12-28merge MenuTheme with FbTk::MenuThemeMark Tiefenbruck1-2/+2
2007-12-18holding control will now keep the menu openMark Tiefenbruck1-2/+2
2006-05-20improve native language handling, move messages and menu labels to simonb1-6/+5
FbTk::FbString
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-12-13icc complaint about a "possible" conflict between themathias1-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-19svn propset svn:keywords "Id"mathias1-1/+1
2004-02-10minor fixfluxgen1-3/+3
2003-12-10cleaning in the menu codefluxgen1-2/+2
2003-12-03no need for FbCommands herefluxgen1-2/+1
2003-07-25make sure all menus have titles, make -version go to stdoutrathnor1-4/+5
2003-07-19fix up xinerama for heads of toolbar and slitrathnor1-9/+9
2003-07-10menutheme fixfluxgen1-3/+3
2003-06-25temp disabled xinerama menu itemfluxgen1-3/+3
2003-05-19add back some xinerama support (toolbar, slit (+menu), screen)rathnor1-0/+105