src/clfswm-internal.lisp (delete-child-and-children-in-all-frames): Delete or destroy...
[clfswm.git] / TODO
blob0aeb62d3d10d883f03a2fc078ca071e8555f9172
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.
6 URGENT PROBLEMS
7 ===============
8 Should handle these soon.
10 -> Nothing here yet.
13 FOR THE NEXT RELEASE
14 ====================
16 - Implement a save/restore root-frame system. ANd use it on error reset.
18 MAYBE
19 =====
21 - cd/pwd/find a la shell to navigate through frames.
23 - Zoom:
24     Concept:
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.
30     Operation:
31       * set-zoom-factor (frame, factor)
32       * move-viewport (frame &optional (increment 1))
33         * left
34         * right
35         * up
36         * down
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
45 - Undo/redo