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