* src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
[clfswm.git] / TODO
bloba0d1d87eb9b91cd2e62b51f24d6527960032e682
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 :)
12 MAYBE
13 =====
15 - cd/pwd a la shell to navigate through frames.
17 - Zoom:
19 Concept:
20   * zoom out: Behave as if the application window is bigger for the application but completely drawn in a small amount of space (miniature). The zoom factor is inferior to 100%
21   * zoom in: Behave as a magnifying glass. The zoom factor is superior to 100%. The part of the application window shown (viewport) can be moved.
23 Operation:
24   * set-zoom-factor (frame, factor)
25   * move-viewport (frame &optional (increment 1))
26     * left
27     * right
28     * up
29     * down
31 Maybe this can be done with a compositing system on Lisp with clx that support xrender.
32   http://en.wikipedia.org/wiki/Compositing_window_manager
33   http://ktown.kde.org/~fredrik/composite_howto.html
35 - Undo/redo