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