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.
14 - Make frame/window border size variable.
16 - Estimate the time to raise/lower a child in show-all-children and
17 see if there is a need for a rectangular optimization:
18 Result: map-window: 1.2E-5 sec. change stack order: 3.14E-4 sec.
19 => It maybe useful to optimize this part.
25 - cd/pwd a la shell to navigate through frames.
29 * zoom out: Behave as if the application window is bigger for the application but
30 completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
31 * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%.
32 The part of the application window shown (viewport) can be moved.
35 * set-zoom-factor (frame, factor)
36 * move-viewport (frame &optional (increment 1))
42 Maybe this can be done with a compositing system:
43 http://en.wikipedia.org/wiki/Compositing_window_manager
44 http://ktown.kde.org/~fredrik/composite_howto.html