- Removed obsoleted options from WMGLOBAL and from the WINGs internal
[wmaker-crm.git] / TODO
blobe08e461839e833f49844d0c7fff96edba6aa6cc9
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)
15 3. Set the default font
16 4. Change all xlfd fonts we still use hardcoded in wmaker/wprefs
17 5. Update NEWS/Changelog (remove old info that only applies to xft1)
19 =====================================================================
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 - remove colors_per_channel stuff from wmaker after?
31 + finish the ability to browse for files/dirs in the WPrefs menu editor
33 Need to do:
34 ===========
35 - impelment a generic pixmap type, which receives attributes
36   (scaled/maxscaled/centered/tiled, smoothed, size/position, ...)
37 - allow user to select/restore default root menu from wprefs
38 - support for X11R6.4 extension for getting extra visual info in wrlib's
39   automatic best context guessing
40 - docklet to control AccessX (keyboard accessibility) functions
41 - rewrite all redundant stuff to use WINGs
42 - add function to directly make a thumbnail of an image, using the
43   functionality provided by the image libraries to load a minimal
44   amount of data.
45 - rewrite defaults/wdefaults stuff to use WINGs UD stuff. Search list:
46   ~/G/D/WindowMaker /u/l/s/W/D/WindowMaker built-in-defaults
47 - remake internal string processing to use wchar? unicode?
48 - add new file for stuff like default commands and dnd commands for
49   docked apps, balloons for the dock etc
50 - check whether apps with name.class set to empty strings should be treated
51   like if name.class is NULL.NULL
52 - review the defaults handling code (not to reread after we update a
53   domain if possible, check WINGs apps updating WMWindowAttributes after
54   start making screen to flash on update)
57 Maybe some day:
58 ===============
59 - virtual workspace
60 - optimize for size
63 Never: (so, dont even bother to ask)
64 ======
65 - different themes for each workspace. Unless you give us a SGI/Power Onyx
66   with 2 CPUs ;). 
67 - anything that requires the mouse pointer to be jumped by WindowMaker to
68   somewhere. This is *terrible* behaviour. And it's not just IMO.
69 - rewrite to use Gtk... I wont even bother to explain why...
72 - ICCCM 2.0: ICCCM 2.0 (not 1.0, which is what everybody supports so so) is
73 a relatively new standard and nobody, AFAIK, complies with it (not even
74 twm as people tend to think). It has some neat things, but many of the new
75 stuff is really weird and tricky to implement, not to say unworthy (read the
76 specs and you'll see). This is not bad, since I think it is very unlikely
77 that a client that requires it exists... Anyway, if we get an "official"
78 sample implementation (twm?) it might be supported. Maybe dtwm supports
79 it? I dont know...