some documentation updates
[wmaker-crm.git] / TODO
blobcdff20810511a07a4aec4c928437f035dd9868db
1 To do before next release:
2 --------------------------
3 - Fix font conversion (in WINGs, with convertfonts, setstyle and getstyle)
4   in WINGs convert automatically for a while (remove in later versions
5   and give a warning if font is not converted, but let user manually convert
6   it with convertfonts as the process may need manual tweaking for best
7   results)
8 - figure out a better gnustep path for wprefs.app installation
9 - check whether window states are being saved/restored properly via netwm
10   on restart/crash-restart (grep for XXX/TODO)
12 1. make AntialiasedText in WMGLOBAL work
13 2. make wmaker read old xlfd, but warn about them so people use convert 
14    (I think it reads them, but the warning needs to be added)
16 =====================================================================
18 remake wrlib rule to not compile with -fomit-frame-pointer and stuff
19 if its added to CFLAGS
21 Do ASAP:
22 ========
23 - fix bestvisual selection code. Broken.
24 - fix RemakeStackList() to account for transient windows
25 - blink border of clients with UrgencyHint set between red and black
26 - finish session stuff
27 - remove colors_per_channel stuff from wmaker after?
28 + finish the ability to browse for files/dirs in the WPrefs menu editor
30 Need to do:
31 ===========
32 - impelment a generic pixmap type, which receives attributes
33   (scaled/maxscaled/centered/tiled, smoothed, size/position, ...)
34 - allow user to select/restore default root menu from wprefs
35 - support for X11R6.4 extension for getting extra visual info in wrlib's
36   automatic best context guessing
37 - docklet to control AccessX (keyboard accessibility) functions
38 - rewrite all redundant stuff to use WINGs
39 - add function to directly make a thumbnail of an image, using the
40   functionality provided by the image libraries to load a minimal
41   amount of data.
42 - rewrite defaults/wdefaults stuff to use WINGs UD stuff. Search list:
43   ~/G/D/WindowMaker /u/l/s/W/D/WindowMaker built-in-defaults
44 - remake internal string processing to use wchar? unicode?
45 - add new file for stuff like default commands and dnd commands for
46   docked apps, balloons for the dock etc
47 - check whether apps with name.class set to empty strings should be treated
48   like if name.class is NULL.NULL
49 - review the defaults handling code (not to reread after we update a
50   domain if possible, check WINGs apps updating WMWindowAttributes after
51   start making screen to flash on update)
54 Maybe some day:
55 ===============
56 - virtual workspace
57 - optimize for size
60 Never: (so, dont even bother to ask)
61 ======
62 - different themes for each workspace. Unless you give us a SGI/Power Onyx
63   with 2 CPUs ;). 
64 - anything that requires the mouse pointer to be jumped by WindowMaker to
65   somewhere. This is *terrible* behaviour. And it's not just IMO.
66 - rewrite to use Gtk... I wont even bother to explain why...
69 - ICCCM 2.0: ICCCM 2.0 (not 1.0, which is what everybody supports so so) is
70 a relatively new standard and nobody, AFAIK, complies with it (not even
71 twm as people tend to think). It has some neat things, but many of the new
72 stuff is really weird and tricky to implement, not to say unworthy (read the
73 specs and you'll see). This is not bad, since I think it is very unlikely
74 that a client that requires it exists... Anyway, if we get an "official"
75 sample implementation (twm?) it might be supported. Maybe dtwm supports
76 it? I dont know...