src/clfswm-placement.lisp: Add an optional border size in all placement functions.
[clfswm.git] / TODO
blobfc6a728aed55b20284015c4fb7e19e4fe3576e34
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 - Implement a save/restore root-frame system. And use it on error reset or for undo/redo.
17 - Add a toolbar in contrib/
19 - Add completion in query input.
21 - Add a tabbar layout : save some space on top/left... of the frame and display clickable
22     children name.
24 MAYBE
25 =====
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