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.
16 - Implement a save/restore root-frame system. And use it on error reset.
21 - cd/pwd/find a la shell to navigate through frames.
25 * zoom out: Behave as if the application window is bigger for the application but
26 completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
27 * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%.
28 The part of the application window shown (viewport) can be moved.
31 * set-zoom-factor (frame, factor)
32 * move-viewport (frame &optional (increment 1))
38 Note: This is done by some applications like the surf web browser from suckless:
39 http://surf.suckless.org/
41 Maybe this can be done with a compositing system:
42 http://en.wikipedia.org/wiki/Compositing_window_manager
43 http://ktown.kde.org/~fredrik/composite_howto.html