Advertising

Murray's Blog


Archive for October, 2001

<p>We released an initial version of gtkmm for GTK+ 1.3 – a

Wednesday, October 31st, 2001

major event that represents a lot of time, effort, and
figuring things out. We're well underway now.
I'm gradually converting the gtk-demo metademo to C++,
adding wrappers where I find it necessary. These TreeView
and TextView and associated objects introduce a couple of
huge new APIs. C coders are going to take a while to get
used to it.
I just finished [...]


<P>We've been making vast progress on gtkmm-1.3. Daniel

Tuesday, October 23rd, 2001

Elstner has been helping out a lot. People seem to approve
of the changes. I expect to release an alpha dist tomorrow.


<P>Still working long hours on gtkmm-1.3.

Sunday, October 14th, 2001

Cactus, Joe Yandle, and Daniel Elstner
have started to help, and kenelson says
he'll be back soon. Everything is looking good.


<P>I just finished converting the GDK wrappers in gtkmm-1.3

Thursday, October 11th, 2001

to auto-generated GObject-based classes, which has
simplified the gdkmm memory model a lot.
We're using a smart pointer that refs the GObject
automatically, and I was pleased to find that, with a
templated copy-constructor, it's possible to use the smart
pointers polymorphically just like the underlying C++
classes.
This is consuming a lot of time. I need to get it done
and start [...]


<P>I've been doing a lot of work on gtkmm 1.3, and I just

Sunday, October 7th, 2001

mailed a request for some people to help out with some of the
easier stuff.
I'm becoming very optimistic about gtkmm 1.3,
particularly as I've succeeded in making the
wrapper-generation code
much easier to understand. In Karl's absence I might be
going out on a limb a bit with some of my changes, but it's
all in the name of making things [...]