- including modified patch from Ciprian. This gives us sendToPrevWorkspace
commitd1b5ed3dbd2dfd821cd6afbd5917891bfab2708c
authorJason Kasper <vr@movingparts.net>
Sun, 5 Jun 2005 06:19:11 +0000 (5 06:19 +0000)
committerJason Kasper <vr@movingparts.net>
Sun, 5 Jun 2005 06:19:11 +0000 (5 06:19 +0000)
tree3e0eb630cd47bad6c7f43675d10988d8723ffb27
parent82744b8b8ca49aedf49d4f83758046142f0a77a0
  - including modified patch from Ciprian.  This gives us sendToPrevWorkspace
    and sendToNextWorkspace functionality.
    [vanRijn]

  - new configuration option for followWindowOnSend--this allows bbkeys to
    change workspaces to the window that it just sent a window to, if the user
    desires...
    [vanRijn]

  - including patch from Martijn Ras (sf.net tracker 1097889) fixing
    underquoted
    definitions in configure.ac (Thanks!!!)
    [vanRijn]

  - fixing annoying behavior that we had when we were cycling through
    windows on
    all workspaces.  previously, we would change workspaces while cycling, which
    irritated me enough to stop it
    [vanRijn]

  - adding new configuration option that allows the user to tell us to
    include iconified
    windows in our window cycling list.  if includeIconifiedWindowsInCycle is set to
    true in the user's bbkeysrc (it's defaulted to true in code and sample bbkeysrc),
    iconified windows will show in the cycling list, surrounded with "()".  this will
    fix sf.net tracker #877698 (yay!).
    [vanRijn]
ChangeLog
configure.ac
data/bbkeysrc
doc/bbkeysrc.5
src/KeyClient.cpp
src/ScreenHandler.cpp
src/ScreenHandler.h
src/WindowlistMenu.cpp
src/actions.cc
src/actions.hh
src/window.cc