missing commit in generator.h
[galan.git] / TODO.w32
blobf7f6b9b1724f332866e9b2a85af88717bece3f53
1 Things to fix for the Win32 port of gAlan
2 ==========================================
4 - gtk_item_factory_get_item() doesn't seem to appear in the libraries. Why not?
5   (I've #ifdef'd-out on NATIVE_WIN32 all use of this function.)
7 - third (middle, or chord) button doesn't work. Why not? Rearrange buttons
8   so 3rd button is not necessary. (shouldn't cause any major usability issues)
10 - why does gdk_draw_arc need 72000 on Win32 and 36000 on Linux?
12 - the audio output on Win32 is *TERRIBLE*. It works for simple meshes, but for
13   anything interesting you get clicks and scratches galore. I need to find
14   a better way of doing Windows audio output... this one bites. Rest assured,
15   the Linux version is *much* better (ie. good).