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