contrib/clfswm: Move clfswm sources to if there is no write permission on . So anybo...
[clfswm.git] / TODO
blobe07143c1daeddaea9570acc4241b1a990db00e09
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 yet :)
12 - contrib/clfswm: Test if source directory is writable to compile clfswm.
13 if not copy clfswm source in $XDG_CACHE_HOME/clfswm/sources and set
14 $clfswm_asd_path to it then compile from here.
16 - configure: copy contrib/clfswm in . and set default values in it.
18 MAYBE
19 =====
21 - cd/pwd a la shell to navigate through frames.
23 - Zoom:
25 Concept:
26   * 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%
27   * 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.
29 Operation:
30   * set-zoom-factor (frame, factor)
31   * move-viewport (frame &optional (increment 1))
32     * left
33     * right
34     * up
35     * down
37 - Undo/redo