Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Thu Feb 19 09:16:05 MSK 2004:
- Focusing manage (according to ICCCM)! very needed. (mostly done)
- More ICCCM stuff to support, like WM_PROTOCOL, DELETE_WINDOW,
etc. (mostly done)
- Write some documentation.
- Configuration file handling. (I think it is done).
- More hookenization.
- Session management. save-window-configuration,
set-window-configuration, save-frame-configuration,
set-frame-configuration, etc. (window configurations done)
- kbd macros. i.e. save keypress sequence and then play it with
XSendEvent. (Done, using xtest extension)
- Strokes:
* Support for dymanic strokes types. i.e. you can register
new types of strokes.
* Kanji strokes database
- CL switcher, something like `iswitchb' or `buqis'.(Done mostly)
- Programs launcher.(done)
- Summarize mode. i.e. make buffer with xwem information like
frames setup, clients online, etc.(Done `xwem-help')
- Multiple visible frames(partly done), frame should reguard his
properties changes on fly, i.e. resize x window, when frame-width
and such changes.
- Extensions support:
* Xinerama
* Record (may be clones could be done with it?)
* MiscKbd
* XTrap (may be play with it to implement X window clones).
- Ubering. i.e. you can run other window manager in xwem frame.
Maybe implement using Xnest's -parent feature?
# $Id$