testing cvs notifications
[wmaker-crm.git] / TODO
blobb5663c13f83f6cd3269e10b245f4e42b60f9ad37
1 remake wrlib rule to not compile with -fomit-frame-pointer and stuff
2 if its added to CFLAGS
4 Do ASAP:
5 ========
6 - fix bestvisual selection code. Broken.
7 - fix RemakeStackList() to account for transient windows
8 - blink border of clients with UrgencyHint set between red and black
9 - finish session stuff
10 - add multiline support for balloons
11 - remove colors_per_channel stuff from wmaker after?
12 + finish the ability to browse for files/dirs in the WPrefs menu editor
13 + finish selections and DND stuff in WINGs
15 Need to do:
16 ===========
17 - impelment a generic pixmap type, which receives attributes
18   (scaled/maxscaled/centered/tiled, smoothed, size/position, ...)
19 - allow user to select/restore default root menu from wprefs
20 - support for X11R6.4 extension for getting extra visual info in wrlib's
21   automatic best context guessing
22 - docklet to control AccessX (keyboard accessibility) functions
23 - rewrite all redundant stuff to use WINGs
24 - add function to directly make a thumbnail of an image, using the
25   functionality provided by the image libraries to load a minimal
26   amount of data.
27 - rewrite defaults/wdefaults stuff to use WINGs UD stuff. Search list:
28   ~/G/D/WindowMaker /u/l/s/W/D/WindowMaker built-in-defaults
29 - remake internal string processing to use wchar? unicode?
30 - add new file for stuff like default commands and dnd commands for
31   docked apps, balloons for the dock etc
32 - check whether apps with name.class set to empty strings should be treated
33   like if name.class is NULL.NULL
34 - review the defaults handling code (not to reread after we update a
35   domain if possible, check WINGs apps updating WMWindowAttributes after
36   start making screen to flash on update)
39 Maybe some day:
40 ===============
41 - virtual workspace
42 - optimize for size
45 Never: (so, dont even bother to ask)
46 ======
47 - different themes for each workspace. Unless you give us a SGI/Power Onyx
48   with 2 CPUs ;). 
49 - anything that requires the mouse pointer to be jumped by WindowMaker to
50   somewhere. This is *terrible* behaviour. And it's not just IMO.
51 - rewrite to use Gtk... I wont even bother to explain why...
54 - ICCCM 2.0: ICCCM 2.0 (not 1.0, which is what everybody supports so so) is
55 a relatively new standard and nobody, AFAIK, complies with it (not even
56 twm as people tend to think). It has some neat things, but many of the new
57 stuff is really weird and tricky to implement, not to say unworthy (read the
58 specs and you'll see). This is not bad, since I think it is very unlikely
59 that a client that requires it exists... Anyway, if we get an "official"
60 sample implementation (twm?) it might be supported. Maybe dtwm supports
61 it? I dont know...