src/clfswm-configuration.lisp (query-conf-value): Add the ability to leave the field...
[clfswm.git] / TODO
blobf5a006289a240d6e8ccb12b54751294d139a4bf4
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.
11 FOR THE NEXT RELEASE
12 ====================
14 - Make frame/window border size variable.
16 - Switch to a reparenting window manager to prevent remaining flickering.
19 MAYBE
20 =====
22 - cd/pwd a la shell to navigate through frames.
24 - Zoom:
25     Concept:
26       * zoom out: Behave as if the application window is bigger for the application but
27         completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
28       * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%.
29         The part of the application window shown (viewport) can be moved.
31     Operation:
32       * set-zoom-factor (frame, factor)
33       * move-viewport (frame &optional (increment 1))
34         * left
35         * right
36         * up
37         * down
39     Maybe this can be done with a compositing system:
40       http://en.wikipedia.org/wiki/Compositing_window_manager
41       http://ktown.kde.org/~fredrik/composite_howto.html
43 - Undo/redo