src/clfswm-util.lisp (find-child-under-mouse-in-child-tree): Handle children from...
[clfswm.git] / TODO
blob13ed09d4316f08cebf32a800b9c27ff31af172a5
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.
12 FOR THE NEXT RELEASE
13 ====================
15 - Implement a save/restore root-frame system. And use it on error reset or for undo/redo.
17 - Add a toolbar in contrib/
19 MAYBE
20 =====
22 - Add a tabbar layout : save some space on top/left... of the frame and display clickable
23     children name.
25 - cd/pwd/find a la shell to navigate through frames.
27 - Zoom:
28     Concept:
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.
34     Operation:
35       * set-zoom-factor (frame, factor)
36       * move-viewport (frame &optional (increment 1))
37         * left
38         * right
39         * up
40         * down
42     Note: This is done by some applications like the surf web browser from suckless:
43       http://surf.suckless.org/
45     Maybe this can be done with a compositing system:
46       http://en.wikipedia.org/wiki/Compositing_window_manager
47       http://ktown.kde.org/~fredrik/composite_howto.html
49 - Undo/redo