summaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
AgeCommit message (Expand)Author
2012-07-06make alt-tab skip modal windowsMark Tiefenbruck
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz
2010-09-10removed hardcoded limitation to cycle/focus windows on all workspacesMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-05-28Implement StrictMouseFocusJim Ramsay
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz
2009-02-27Added facility to selectively ignore EnterNotify eventsJim Ramsay
2008-10-01don't flash original window in the middle of cycling focusMark Tiefenbruck
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen
2008-08-31fix focus after tabbingMark Tiefenbruck
2008-08-23when a transient dies, revert focus to its parentMark Tiefenbruck
2008-08-21fix cycling with minimized windowsMark Tiefenbruck
2008-05-20fix negative arguments to :GoToWindowMark Tiefenbruck
2008-05-20if argument to :GoToWindow is too large, select the last windowMark Tiefenbruck
2008-01-12fix some issues with reverting focusMark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2008-01-01fix some flickering on focus changeMark Tiefenbruck
2007-12-23added focused/unfocused borders to stylesMark Tiefenbruck
2007-11-12allow arbitrary window patterns in iconbarmarkt
2007-11-08one more fixmarkt
2007-11-08fix crash bug when cycling focusmarkt
2007-11-05various refactoring and minor changesmarkt
2007-11-04update autoraise delay for open windows on reconfiguremarkt
2007-10-31move fullscreen windows to normal layer when they lose focusmarkt
2007-10-24fix _NET_CLIENT_LIST updating on window closemarkt
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt
2007-10-13merged changes from pre-develmarkt
2007-08-20fix problems with focus order when changing workspacesmarkt
2007-07-19minor fix for alt-tabfluxgen
2007-07-17updated behavior of alt-tab to match pre-devel, fixing bug #1755698markt
2007-06-29updates for compiling with gcc 4.3markt
2007-03-06I seem to have forgotten this in the last patchmarkt
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt
2007-03-01changed FocusControl::cycleFocus() to take a list of windows as an argumentmarkt
2007-02-28ignore borders when doing FocusLeft, etc.markt
2007-01-27another little fixmarkt
2007-01-27bunch of cleanup, little bug fixesmarkt
2007-01-26opening window on different workspace should put it at front of focused list ...markt
2007-01-21various changes to menu behaviormarkt
2007-01-13don't change focus order unless the user specifically focuses a windowmarkt
2007-01-13little cleanupmarkt
2007-01-05don't change focus to a window that doesn't accept focus, see bug #1626114markt
2007-01-04set IconicState on all unmapped clients, and unmap all clients when set to Ic...markt
2007-01-04move iconified windows to the end of the focused list for cycling/revertingmarkt