fixed bug
[wmaker-crm.git] / TODO
blobad4501ea07ebcd6aede8d0f6b9bd739cc570b04c
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 - convertfonts to handle fontsets (keep in mind that many people without
9   multibyte still have a fontsets in their config files). ev use LANG and
10   MB_CUR_MAX
11 - automate convertfonts for different locales
12 - Append .UTF-8 to locale
13 - figure out a better gnustep path for wprefs.app installation
14 - pick a good font fallback
15 - figure a better fullscreen level
16 - clean up netwm hints on exit
17 - check whether window states are being saved/restored properly via netwm
18   on restart/crash-restart (grep for XXX/TODO)
19 - remove legacy stuff for openlook/gnome-1/kde-1 (don't forget to remove README.KDE/.GNOME)
20 - review wmaker.inst
22 remake wrlib rule to not compile with -fomit-frame-pointer and stuff
23 if its added to CFLAGS
25 Do ASAP:
26 ========
27 - fix bestvisual selection code. Broken.
28 - fix RemakeStackList() to account for transient windows
29 - blink border of clients with UrgencyHint set between red and black
30 - finish session stuff
31 - remove colors_per_channel stuff from wmaker after?
32 + finish the ability to browse for files/dirs in the WPrefs menu editor
34 Need to do:
35 ===========
36 - impelment a generic pixmap type, which receives attributes
37   (scaled/maxscaled/centered/tiled, smoothed, size/position, ...)
38 - allow user to select/restore default root menu from wprefs
39 - support for X11R6.4 extension for getting extra visual info in wrlib's
40   automatic best context guessing
41 - docklet to control AccessX (keyboard accessibility) functions
42 - rewrite all redundant stuff to use WINGs
43 - add function to directly make a thumbnail of an image, using the
44   functionality provided by the image libraries to load a minimal
45   amount of data.
46 - rewrite defaults/wdefaults stuff to use WINGs UD stuff. Search list:
47   ~/G/D/WindowMaker /u/l/s/W/D/WindowMaker built-in-defaults
48 - remake internal string processing to use wchar? unicode?
49 - add new file for stuff like default commands and dnd commands for
50   docked apps, balloons for the dock etc
51 - check whether apps with name.class set to empty strings should be treated
52   like if name.class is NULL.NULL
53 - review the defaults handling code (not to reread after we update a
54   domain if possible, check WINGs apps updating WMWindowAttributes after
55   start making screen to flash on update)
58 Maybe some day:
59 ===============
60 - virtual workspace
61 - optimize for size
64 Never: (so, dont even bother to ask)
65 ======
66 - different themes for each workspace. Unless you give us a SGI/Power Onyx
67   with 2 CPUs ;). 
68 - anything that requires the mouse pointer to be jumped by WindowMaker to
69   somewhere. This is *terrible* behaviour. And it's not just IMO.
70 - rewrite to use Gtk... I wont even bother to explain why...
73 - ICCCM 2.0: ICCCM 2.0 (not 1.0, which is what everybody supports so so) is
74 a relatively new standard and nobody, AFAIK, complies with it (not even
75 twm as people tend to think). It has some neat things, but many of the new
76 stuff is really weird and tricky to implement, not to say unworthy (read the
77 specs and you'll see). This is not bad, since I think it is very unlikely
78 that a client that requires it exists... Anyway, if we get an "official"
79 sample implementation (twm?) it might be supported. Maybe dtwm supports
80 it? I dont know...