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