1 This file contains suggestions for further work.
2 Feel free to edit the wiki at http://trac.common-lisp.net/clfswm/wiki
3 if you want something in clfswm.
8 Should handle these soon.
10 - remove uneeded files in contrib/server
11 - handle cursor with too long lines in info mode
12 - info mode: complet on [tab] without living the info mode.
18 - cd/pwd a la shell to navigate through frames.
23 * zoom out: Behave as if the application window is bigger for the application but completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
24 * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%. The part of the application window shown (viewport) can be moved.
27 * set-zoom-factor (frame, factor)
28 * move-viewport (frame &optional (increment 1))
34 Maybe this can be done with a compositing system on Lisp with clx that support xrender.
35 http://en.wikipedia.org/wiki/Compositing_window_manager
36 http://ktown.kde.org/~fredrik/composite_howto.html