aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
AgeCommit message (Expand)AuthorFilesLines
2016-07-30handle both Focusable's as m_cycling_nextThomas Lübking1-2/+5
2016-07-30explicitly set s_focusedWindow for cycle protectionThomas Lübking1-0/+2
2016-07-30Do not reset cycle focus when unsetting focus onlyThomas Lübking1-1/+1
2016-07-30Do not protect focus while cyclingThomas Lübking1-0/+1
2016-07-30do not lock focus against unfocusing.Thomas Lübking1-1/+1
2016-07-30prefer m_cycling_next over s_focused_windowThomas Lübking1-1/+6
2016-07-01re-fix alt+tab'bing through tabbed windowsThomas Lübking1-5/+11
2016-06-26Add FocusProtection featuresThomas Lübking1-0/+7
2016-05-28harden focus cycling against client focussingThomas Lübking1-1/+15
2012-11-25Fixed lost focus glitch on multihead-ws-warpingHendrik Iben1-0/+6
2012-11-20Added option for focus revert to stay on current headHendrik Iben1-0/+12
2012-07-07make alt-tab skip modal windowsMark Tiefenbruck1-1/+1
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz1-0/+1
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
2010-09-10removed hardcoded limitation to cycle/focus windows on all workspacesMathias Gumz1-3/+1
2010-09-08introduced FbTk::BidiStringMathias Gumz1-1/+1
2010-05-28Implement StrictMouseFocusJim Ramsay1-5/+14
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay1-0/+5
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-8/+7
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-31/+33
2009-02-27Added facility to selectively ignore EnterNotify eventsJim Ramsay1-1/+24
2008-10-01don't flash original window in the middle of cycling focusMark Tiefenbruck1-2/+0
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen1-1/+1
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck1-1/+1
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-08-31fix focus after tabbingMark Tiefenbruck1-1/+2
2008-08-23when a transient dies, revert focus to its parentMark Tiefenbruck1-4/+4
2008-08-21fix cycling with minimized windowsMark Tiefenbruck1-0/+3
2008-05-21fix negative arguments to :GoToWindowMark Tiefenbruck1-4/+8
2008-05-21if argument to :GoToWindow is too large, select the last windowMark Tiefenbruck1-5/+7
2008-01-13fix some issues with reverting focusMark Tiefenbruck1-1/+4
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-01fix some flickering on focus changeMark Tiefenbruck1-4/+4
2007-12-23added focused/unfocused borders to stylesMark Tiefenbruck1-1/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-79/+48
2007-11-08one more fixmarkt1-8/+8
2007-11-08fix crash bug when cycling focusmarkt1-15/+18
2007-11-05various refactoring and minor changesmarkt1-25/+10
2007-11-04update autoraise delay for open windows on reconfiguremarkt1-1/+5
2007-10-31move fullscreen windows to normal layer when they lose focusmarkt1-3/+1
2007-10-24fix _NET_CLIENT_LIST updating on window closemarkt1-0/+2
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-11/+11
2007-10-13merged changes from pre-develmarkt1-60/+127
2007-08-20fix problems with focus order when changing workspacesmarkt1-2/+4
2007-07-19minor fix for alt-tabfluxgen1-1/+5
2007-07-17updated behavior of alt-tab to match pre-devel, fixing bug #1755698markt1-41/+49
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-03-06I seem to have forgotten this in the last patchmarkt1-18/+0
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt1-1/+3