aboutsummaryrefslogtreecommitdiff
path: root/src/MenuCreator.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Fix segfault on shutdownMathias Gumz1-7/+13
2015-01-21Remove unused variableMathias Gumz1-1/+1
2015-01-16Refactor: move some menu-creation functions to MenuCreatorMathias Gumz1-7/+11
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-89/+99
2011-10-21refactored MenuCreatorMathias Gumz1-72/+76
2011-05-10Make RefCount<> more sensiblePavel Labath1-1/+1
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-3/+3
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz1-0/+1
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2008-09-21Changed icon list signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-08-30use FbMenu::window instead of WindowCmd<>::window for displaying items in the...Mark Tiefenbruck1-4/+4
2008-08-17add SetTitle and SetTitleDialog key commandsMark Tiefenbruck1-0/+7
2008-06-06allow window menu items in ordinary menusMark Tiefenbruck1-54/+3
2008-05-28more more fun with the window menuMark Tiefenbruck1-3/+4
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck1-61/+52
2008-05-11reuse some menu pointers instead of using delete/newMark Tiefenbruck1-29/+12
2008-05-11more useless codeMark Tiefenbruck1-4/+0
2008-05-02remove some unnecessary argumentsMark Tiefenbruck1-14/+8
2008-02-06Consistency: alpha submenu of WindowMenu should not have title.Tomas Janousek1-3/+6
2008-01-25cosmeticsMathias Gumz1-29/+32
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-8/+8
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-28move Parser to FbTkMark Tiefenbruck1-8/+8
2007-12-27architecture astronomyMark Tiefenbruck1-46/+9
2007-12-27simplify the window transparency menu and handling a bitMark Tiefenbruck1-2/+2
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-5/+5
2007-12-13close menus when they lose focus, instead of on [exec] commandsmarkt1-12/+2
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt1-7/+7
2007-12-11only allow one open menu at a timemarkt1-4/+2
2007-10-13merged changes from pre-develmarkt1-5/+4
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt1-1/+1
2007-08-04fix encoding of [begin] labelsimonb1-9/+15
2007-07-24fix ToggleDecor for fullscreen and decorationless windows, plus some other cl...markt1-1/+1
2007-07-07fixes for --program-prefix and --program-suffix, plus fixed overwriting init ...markt1-1/+2
2007-05-17make sure included menus get remembered, in case they're modifiedmarkt1-0/+3
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-19/+82
2006-11-12removed duplicate headers, patch from Slava Semushin aka php-coderfluxgen1-1/+0
2006-10-30Cosmetic patch from Slava Semushinmathias1-53/+58
2006-06-25support encodings in menu filessimonb1-24/+108
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-14/+14
2006-05-20improve native language handling, move messages and menu labels to simonb1-24/+24
2006-05-07removed duplicate setItemEnabledfluxgen1-1/+0
2006-05-07handle utf-8 strings properly.simonb1-0/+1
2006-04-25 Fix occasional highlighting of menu nops+separators, sf.net patch simonb1-1/+2
2006-04-24fix memory leaks in menu codesimonb1-1/+0
2006-04-22couple of memory fixes from valgrindsimonb1-2/+2
2006-02-20moved class Layer from class Fluxbox and thus reduces some dependeciesfluxgen1-13/+29
2006-01-16applied patch from php-coder to fix some warnings, mostly signed vs unsignedmathias1-1/+1
2005-09-14moved MenuContext classfluxgen1-13/+14
2005-07-04cleaning, change getCount to numberOfWorkspacesfluxgen1-2/+2