Skip to content
  • Iban Hatchondo's avatar
    - Window rotation (Alt-Tab) re-designed. It now works as in almost · 5abdb7f3
    Iban Hatchondo authored
      every window managers. Press Alt-Tab once will raise the next
      application, on the current desktop, according to the current
      stacking order. If Alt is released then pressing again Alt-Tab will
      put back the precedent application. Otherwise if you kipped Alt down
      then Tab again and the next application will be brought on top of the
      others, and the precedent one is back on its depth. And so on
      until you come back on the first one.
      The same mechanism is available with say Alt-a. It just rotate
      windows on the other sens.
    
    - The window rotation may be verbose by displaying a small window
      indicating the name and the icon, if provided, of the application
      that comes on top of the others.
      To disable it do (setf *verbose-window-cycling* nil) in your eclipse
      config file.
    
    - The window rotation may also cycle the current desktop iconified
      applications. To disable it do (setf *cycle-icons-p* nil) in
      your eclipse config file.
    
    - Screen edges are now resistant.
    
    - fix menu bug. They don't anymore appear below their applications.
    
    - a maximized window does not allow anymore to be resized in the
      directions in which it has been maximized.
    
    - the message-box may now display a centered pixmap before the text.
    
    - package.lisp updated.
    
    - man page updated.
    
    - changelog updated.
    5abdb7f3