public
Description: bmpanel - lightweight, netwm compliant, x11 panel with desktop switcher, taskbar, systray and clock
Homepage: http://nsf.110mb.com/bmpanel
Clone URL: git://github.com/nsf/bmpanel.git
nsf (author)
Wed Mar 25 21:02:34 -0700 2009
commit  4e209c3b3dca6c92511d25eb2df58d4eb6dba061
tree    1d88a24a34cdfe623a0c9535ad23e476f3ae050b
parent  a37619bb414894f0cfff4886d966ccf0e81c80f2
bmpanel / TODO
100644 37 lines (26 sloc) 0.736 kb
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
src/theme.c:
Probably 'theme_is_valid' isn't up-to-date. It should be refactored
or even rewritten.
 
src/theme.{h,c}:
I need a tiny version of theme parser to implement correct --list
command.
 
src/bmpanel.c:
Implement correct --list command: check dirs with themes for 'theme'
file and parse it with tiny parser. Get name, author and version
out of it.
 
*:
Remove composite mode.
 
<unknown>:
Write a manpage for bmpanel.
 
<unknown>:
Write theme tutorial with nice images.
 
*:
Xinerama support (multi-monitor configurations).
 
*:
XRandR support (react on resolution changes).
 
src/bmpanel.c:
Remove #ifdefs #endifs from sources. Use separate files.
 
src/bmpanel.c:
XDG conformance (themes)
 
<unknown>:
Drag'n'drop issue.