Always bind the same shortcuts for children in expose mode
[clfswm.git] / TODO
blob2d6420229137df65dcdb5dccd6db69b7a113686e
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 - Make CLFSWM running with ECL
13 FOR THE NEXT RELEASE
14 ====================
16 - Add toolbar modules in contrib/toolbar.lisp. Any help or request on adding the modules
17   you want in your toolbar is very welcome.
20 MAYBE
21 =====
23 - Implement a save/restore root-frame system. And use it on error reset or for undo/redo.
25 - Add a tabbar layout : save some space on top/left... of the frame and display clickable
26     children name.
28 - cd/pwd/find a la shell to navigate through frames.
30 - Zoom:
31     Concept:
32       * zoom out: Behave as if the application window is bigger for the application but
33         completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
34       * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%.
35         The part of the application window shown (viewport) can be moved.
37     Operation:
38       * set-zoom-factor (frame, factor)
39       * move-viewport (frame &optional (increment 1))
40         * left
41         * right
42         * up
43         * down
45     Note: This is done by some applications like the surf web browser from suckless:
46       http://surf.suckless.org/
48     Maybe this can be done with a compositing system:
49       http://en.wikipedia.org/wiki/Compositing_window_manager
50       http://ktown.kde.org/~fredrik/composite_howto.html
52 - Undo/redo