RE: upcoming changes
Kristian G. Kvilekval <kris <at> cs.ucsb.edu>
2002-10-03 19:42:34 GMT
I, too, feel uneasy about throwing away the win32 port.
Could someone summarize the current problems/state of the win32 code and
why it needed to be ripped out? Since I am not building on win32,
I probably would not see how my mods would break that port anyway.
If incoming changes just broke the win32 code at least some
new maintainer would know where to start. This seems to be less
work than saying "any new win32 work *must* be from scratch".
On the other hand, I recently asked if anybody had any experience
using the gdk-win32. Might this be a way to keep the win32 port
working while the *nix development continued?
On other fronts, I agree fully to remove any C anachronisms from the
C++ code. In places, the memory management is a complete mess.
Haphazard use of STL, and standard classes (string in particular).
Some of these were probably caused by buggy win32 implementation of STL,
but from I have read elsewhere even win32 has a compliant STL and core
classes.
Secondly, I am interested in getting this to work with gtk 2/gnome2
Probably, alot of small/big problems and would melt away with
this (truetype, i18n, etc).
In this direction, I have played around using glade
http://glade.gnome.org/ to at least throw
together the properties, playlist, and some dialogs. I have used it
before and it really speeds up interface development.
I think we would also benefit from the separation of layout and
(Continue reading)