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