Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-07 | Show toggleitems in menu | Mathias Gumz | 1 | -5/+7 | |
2015-02-07 | Cosmetic | Mathias Gumz | 1 | -27/+36 | |
2015-01-28 | Feature: typeahead in menu matches text anywhere | Mathias Gumz | 1 | -20/+32 | |
This commit implements a tweak to the typeahead feature already existent in fluxbox: If the user opens up a menu and starts typing, fluxbox tries to detect matching menu items and makes them available for quick selection. The typed pattern is now search also in the middle of the text. I opted to strip down the code quite a bit and remove complexity by throwing out FbTk::TypeAhead and FbTk::SearchResult because I do not see the need for a general solution when the only use case for such a feature is in fluxbox' menus. FbTk::ITypeAheadable shrunk down to 2 functions; the whole file might be combined with the code that implements FbTk::Menu::TypeSearch. FbTk::Menu::setIndex() and related code is also gone: the position of each menu item is defined by it's position in the items container. This reduces the mount of book keeping fluxbox has to do. Fewer moving parts is a good thing. It's possible that users start to complaint because they expect their typed pattern to match only at the beginning of the text OR that some demand other tweaks. We will see. This commit also fixes a regression introduced by 8387742c. The bug made the menu vanish. | |||||
2012-08-03 | Add menu.hilite.font and menu.hilite.justify style resources | Vladimir A. Pavlov | 1 | -14/+18 | |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -18/+13 | |
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text). | |||||
2010-09-05 | avoid constructing new strings implicit | Mathias Gumz | 1 | -3/+3 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -1/+1 | |
ObjectRegistry | |||||
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -51/+52 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-25 | fix showing program icons with depth=1 in menus | Mark Tiefenbruck | 1 | -6/+22 | |
2007-12-25 | make bit depth accessible from an FbDrawable | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 1 | -2/+3 | |
2007-12-18 | make MenuItem responsible for decision to close menu when clicked | Mark Tiefenbruck | 1 | -0/+2 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -8/+13 | |
2007-09-08 | fix crash when changing toolbar visibility with empty toolbar.tools | markt | 1 | -2/+5 | |
2007-03-03 | added support for typeahead in menus | markt | 1 | -0/+38 | |
2007-01-06 | move triangle drawing into FbDrawable | simonb | 1 | -20/+7 | |
Make MenuItem triangles proportional | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -1/+1 | |
FbTk::FbString | |||||
2006-04-22 | fix menu corruption when size/label changes | simonb | 1 | -1/+1 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -2/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-23 | added showSubmenu in MenuItem | fluxgen | 1 | -0/+6 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -98/+149 | |
background pixmap. Same for textbuttons. | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -2/+2 | |
code cleaning | |||||
2004-09-10 | cosmetic + avoid unneeded App::instance()->display() calls | akir | 1 | -37/+24 | |
2004-09-01 | cosmetic | akir | 1 | -6/+5 | |
2004-09-01 | fix width for a menuentry, added too much space | akir | 1 | -2/+2 | |
2004-08-29 | a few random fixes | rathnor | 1 | -2/+3 | |
2004-08-03 | expand pixmap filename before loading, patch from Mathias Gumz | fluxgen | 1 | -3/+5 | |
2004-07-05 | fixed menutitle and menulables drawn to close to screen-bottom, patch from ↵ | fluxgen | 1 | -2/+2 | |
Mathias Gumz | |||||
2004-06-10 | icon in menu item | fluxgen | 1 | -4/+76 | |
2004-06-07 | drawing of items is now done in MenuItem | fluxgen | 1 | -2/+156 | |
2003-01-12 | item in the menu | fluxgen | 1 | -0/+34 | |