Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] GTK graphics status

I have been going through the SWT graphics implementation on GTK
mainly removing calls to deprecaded API, adding sanity checks that
where missing and fixing up Image. Its previous implementation was
slow and had memory leaks.

There is only one out standing problem. I cannot figure out how to scale
a GdkBitmap. Can I use the GdkPixBuf scaling API to do this?

Now, I will start working in the Font support and GC related APIs.

Silenio






Back to the top