aboutsummaryrefslogtreecommitdiff
path: root/src/FocusModelMenuItem.hh
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-9/+9
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-3/+3
ObjectRegistry
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-1/+4
2007-12-18holding control will now keep the menu openMark Tiefenbruck1-6/+10
2006-05-20improve native language handling, move messages and menu labels to simonb1-2/+2
FbTk::FbString
2006-02-18moved all focus handling to class FocusControlfluxgen1-18/+24
2006-02-16updated copyright infomathias1-1/+1
2005-07-20Changed some *Focus options, just to make some things a bit more clear.mathias1-0/+20
the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-05-02moved from screen.ccfluxgen1-0/+53