summaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
AgeCommit message (Expand)Author
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-01-04Check .empty() instead of .size() == 0Ryan Pavlik
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2011-05-10Remove the Observer dependency from FbTk::MenuPavel Labath
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath
2011-04-11Menu.cc: send debug output to cerr, make the output more sensiblePavel Labath
2011-02-25bugfix: submenus didn't hide if a delay was setMathias Gumz
2011-01-18bug fix: make fluxbox work under nxserver, closes #2813828Mathias Gumz
2011-01-15removed useless include statementsMathias Gumz
2011-01-15better use of API, no need for 'timeval' in MenuMathias Gumz
2011-01-15MenuItem::isEnabled() is sufficient to decide Menu::isItemSelectable()Mathias Gumz
2011-01-15small refactoring of FbTk/Menu codeMathias Gumz
2010-09-09bugfix: initialize the Shape of a menu AFTER we created the window for the menuMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2009-09-23bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu.Mathias Gumz
2009-08-08allow navigating multi-column menus with left and right arrowsMark Tiefenbruck
2008-10-12merge menuDelay and menuDelayClose optionsMark Tiefenbruck
2008-10-04remove menu modesMark Tiefenbruck
2008-09-21fix active menu item when inserting or removing other itemsMark Tiefenbruck
2008-09-14Fixed a pixmap resource leak with selected pixmap in menus.Henrik Kinnunen
2008-09-01highlight the nearest menu item when the current one is disabled, and add sep...Mark Tiefenbruck
2008-08-19shift+enter wasn't sending right click if the menu item had a submenuMark Tiefenbruck
2008-08-16some cleanupMark Tiefenbruck
2008-05-30reset typeahead when adding/removing items in the menuMark Tiefenbruck
2008-04-21some fixes for gcc 3.4Thomas Orgis
2008-02-08fix highlighted menu item on mouse outMark Tiefenbruck
2008-01-10make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck
2008-01-04update code to use ThemeProxyMark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2007-12-29remove some (hopefully) unneeded header includesMark Tiefenbruck
2007-12-28move shape handling from FbMenu to FbTk::MenuMark Tiefenbruck
2007-12-17fix torn menusMark Tiefenbruck
2007-12-17holding control will now keep the menu openMark Tiefenbruck
2007-12-17make MenuItem responsible for decision to close menu when clickedMark Tiefenbruck
2007-12-13close menus when they lose focus, instead of on [exec] commandsmarkt
2007-12-11only allow one open menu at a timemarkt
2007-10-13merged changes from pre-develmarkt
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt
2007-07-17updated behavior of alt-tab to match pre-devel, fixing bug #1755698markt
2007-07-15make sure menus close only when right clicking down and up on the titlebarmarkt
2007-07-07save workspace names, and some fixes for menu behaviormarkt
2007-06-29updates for compiling with gcc 4.3markt
2007-03-21fix a little compile error on some machinesmarkt
2007-03-19active menu item wasn't getting reset properly when closed from [exec] with b...markt
2007-03-11fixed parentrelative menu highlight bugmarkt
2007-03-07don't mark menu as focused, even if it gets a FocusIn, when it's not visiblemarkt
2007-03-04more little changes to typeahead (thanks Matteo, plus changes from me)markt
2007-03-04little bug fix for menu typeahead (thanks Matteo)markt
2007-03-03added support for typeahead in menusmarkt
2007-03-02add XK_KP_Enter to menumarkt