Age | Commit message (Expand) | Author | Files | Lines |
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -8/+7 |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -31/+33 |
2009-02-27 | Added facility to selectively ignore EnterNotify events | Jim Ramsay | 1 | -1/+24 |
2008-10-01 | don't flash original window in the middle of cycling focus | Mark Tiefenbruck | 1 | -2/+0 |
2008-09-28 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 1 | -1/+1 |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -2/+2 |
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 1 | -1/+1 |
2008-09-21 | Changed client list signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -2/+2 |
2008-08-31 | fix focus after tabbing | Mark Tiefenbruck | 1 | -1/+2 |
2008-08-23 | when a transient dies, revert focus to its parent | Mark Tiefenbruck | 1 | -4/+4 |
2008-08-21 | fix cycling with minimized windows | Mark Tiefenbruck | 1 | -0/+3 |
2008-05-21 | fix negative arguments to :GoToWindow | Mark Tiefenbruck | 1 | -4/+8 |
2008-05-21 | if argument to :GoToWindow is too large, select the last window | Mark Tiefenbruck | 1 | -5/+7 |
2008-01-13 | fix some issues with reverting focus | Mark Tiefenbruck | 1 | -1/+4 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2008-01-01 | fix some flickering on focus change | Mark Tiefenbruck | 1 | -4/+4 |
2007-12-23 | added focused/unfocused borders to styles | Mark Tiefenbruck | 1 | -1/+1 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -79/+48 |
2007-11-08 | one more fix | markt | 1 | -8/+8 |
2007-11-08 | fix crash bug when cycling focus | markt | 1 | -15/+18 |
2007-11-05 | various refactoring and minor changes | markt | 1 | -25/+10 |
2007-11-04 | update autoraise delay for open windows on reconfigure | markt | 1 | -1/+5 |
2007-10-31 | move fullscreen windows to normal layer when they lose focus | markt | 1 | -3/+1 |
2007-10-24 | fix _NET_CLIENT_LIST updating on window close | markt | 1 | -0/+2 |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -11/+11 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -60/+127 |
2007-08-20 | fix problems with focus order when changing workspaces | markt | 1 | -2/+4 |
2007-07-19 | minor fix for alt-tab | fluxgen | 1 | -1/+5 |
2007-07-17 | updated behavior of alt-tab to match pre-devel, fixing bug #1755698 | markt | 1 | -41/+49 |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 |
2007-03-06 | I seem to have forgotten this in the last patch | markt | 1 | -18/+0 |
2007-03-04 | moved some code around (regarding event handling) in preparation for upcoming... | markt | 1 | -1/+3 |
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 1 | -35/+34 |
2007-02-28 | ignore borders when doing FocusLeft, etc. | markt | 1 | -8/+8 |
2007-01-27 | another little fix | markt | 1 | -1/+3 |
2007-01-27 | bunch of cleanup, little bug fixes | markt | 1 | -0/+1 |
2007-01-26 | opening window on different workspace should put it at front of focused list ... | markt | 1 | -2/+8 |
2007-01-21 | various changes to menu behavior | markt | 1 | -8/+14 |
2007-01-13 | don't change focus order unless the user specifically focuses a window | markt | 1 | -1/+6 |
2007-01-13 | little cleanup | markt | 1 | -8/+2 |
2007-01-05 | don't change focus to a window that doesn't accept focus, see bug #1626114 | markt | 1 | -1/+2 |
2007-01-04 | set IconicState on all unmapped clients, and unmap all clients when set to Ic... | markt | 1 | -1/+2 |
2007-01-04 | move iconified windows to the end of the focused list for cycling/reverting | markt | 1 | -0/+24 |
2006-12-28 | allow focus to revert to stuck windows, and we'll see if it still causes | markt | 1 | -5/+2 |
2006-08-04 | change the debug output in FocusControl::setFocusedWindow() | markt | 1 | -2/+2 |
2006-08-03 | don't raise a window after cycling if it has been minimized | markt | 1 | -1/+3 |
2006-07-23 | fix restacking while cycling | markt | 1 | -8/+8 |
2006-07-19 | preserve order of focused windows on restart | markt | 1 | -1/+13 |
2006-07-14 | include iconic windows when cycling | markt | 1 | -21/+20 |
2006-07-10 | next/prevwindow toolbar buttons break mousefocus | markt | 1 | -1/+2 |