index
:
fluxbox.git
fix/dont-deliver-sigalarm
master
pre-devel-1_1
prep/release-1.4.0
The official Fluxbox repository
The Fluxbox Team
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
/
Menu.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-07
Minor
Mathias Gumz
1
-2/+2
2015-02-07
Fix cleaning exposed menu items
Mathias Gumz
1
-30/+24
2015-02-07
Avoid signed/unsigned woes; minor cleanup
Mathias Gumz
1
-80/+64
2015-02-06
Add uncommited #include "MenuSearch.hh"
Mathias Gumz
1
-0/+1
2015-02-05
Feature: different MenuSearch modes
Mathias Gumz
1
-133/+1
2015-01-28
Compiler boyscouting: init order
Mathias Gumz
1
-4/+4
2015-01-28
Fix correctness of string search
Mathias Gumz
1
-1/+1
2015-01-28
Feature: typeahead in menu matches text anywhere
Mathias Gumz
1
-185/+319
2015-01-21
Refactor: bundle related members together
Mathias Gumz
1
-183/+168
2015-01-16
Fix uncommited change (see 8387742c8...)
Mathias Gumz
1
-1/+1
2015-01-16
Reduce number of allocations for menu creation
Mathias Gumz
1
-4/+18
2015-01-15
Refactor menu code: be more explicit and compact
Mathias Gumz
1
-105/+107
2013-05-26
build-sys: use AC_USE_SYSTEM_EXTENSIONS
Sami Kerola
1
-5/+0
2013-05-26
build-sys: include config.h to all files using automake
Sami Kerola
1
-4/+0
2012-08-28
changed timing functions to use a monotonic increasing clock
Mathias Gumz
1
-2/+2
2012-01-04
Check .empty() instead of .size() == 0
Ryan Pavlik
1
-2/+2
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
1
-1/+1
2011-05-10
Remove the Observer dependency from FbTk::Menu
Pavel Labath
1
-1/+1
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
1
-2/+2
2011-04-11
Menu.cc: send debug output to cerr, make the output more sensible
Pavel Labath
1
-9/+15
2011-02-25
bugfix: submenus didn't hide if a delay was set
Mathias Gumz
1
-2/+2
2011-01-18
bug fix: make fluxbox work under nxserver, closes #2813828
Mathias Gumz
1
-0/+50
2011-01-15
removed useless include statements
Mathias Gumz
1
-4/+0
2011-01-15
better use of API, no need for 'timeval' in Menu
Mathias Gumz
1
-4/+1
2011-01-15
MenuItem::isEnabled() is sufficient to decide Menu::isItemSelectable()
Mathias Gumz
1
-3/+1
2011-01-15
small refactoring of FbTk/Menu code
Mathias Gumz
1
-208/+214
2010-09-09
bugfix: initialize the Shape of a menu AFTER we created the window for the menu
Mathias Gumz
1
-1/+4
2010-09-08
introduced FbTk::BidiString
Mathias Gumz
1
-9/+4
2009-09-23
bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu.
Mathias Gumz
1
-1/+1
2009-08-08
allow navigating multi-column menus with left and right arrows
Mark Tiefenbruck
1
-4/+21
2008-10-13
merge menuDelay and menuDelayClose options
Mark Tiefenbruck
1
-2/+2
2008-10-05
remove menu modes
Mark Tiefenbruck
1
-1/+1
2008-09-22
fix active menu item when inserting or removing other items
Mark Tiefenbruck
1
-2/+7
2008-09-14
Fixed a pixmap resource leak with selected pixmap in menus.
Henrik Kinnunen
1
-3/+15
2008-09-01
highlight the nearest menu item when the current one is disabled, and add sep...
Mark Tiefenbruck
1
-0/+15
2008-08-19
shift+enter wasn't sending right click if the menu item had a submenu
Mark Tiefenbruck
1
-3/+3
2008-08-16
some cleanup
Mark Tiefenbruck
1
-1/+1
2008-05-30
reset typeahead when adding/removing items in the menu
Mark Tiefenbruck
1
-0/+3
2008-04-21
some fixes for gcc 3.4
Thomas Orgis
1
-1/+1
2008-02-09
fix highlighted menu item on mouse out
Mark Tiefenbruck
1
-2/+13
2008-01-11
make FbTk::Command a template class, split parsing information out of ObjectR...
Mark Tiefenbruck
1
-3/+3
2008-01-05
update code to use ThemeProxy
Mark Tiefenbruck
1
-62/+62
2008-01-04
remove old svn $Id$ tags
Mark Tiefenbruck
1
-2/+0
2007-12-30
remove some (hopefully) unneeded header includes
Mark Tiefenbruck
1
-0/+1
2007-12-28
move shape handling from FbMenu to FbTk::Menu
Mark Tiefenbruck
1
-0/+4
2007-12-18
fix torn menus
Mark Tiefenbruck
1
-11/+16
2007-12-18
holding control will now keep the menu open
Mark Tiefenbruck
1
-2/+2
2007-12-18
make MenuItem responsible for decision to close menu when clicked
Mark Tiefenbruck
1
-10/+11
2007-12-13
close menus when they lose focus, instead of on [exec] commands
markt
1
-0/+2
2007-12-11
only allow one open menu at a time
markt
1
-20/+17
[next]