Sven de Marothy completely rewrote the image-handling sections of the GTK peers. This was one of the most convoluted areas in the peers and one of the buggiest. Now it is very clear and well-organized. Check out this screenshot: The top is JDK 1.4, centre is Classpath 0.14 and bottom is Classpath HEAD with Sven’s …
Author Archives: Thomas Fitzsimmons
java-gcj-compat status
I submitted my ecj option parsing patch to Eclipse. The patch went into Rawhide’s eclipse-ecj last night, which meant I was able to remove the last option munging stuff from java-gcj-compat. Behold: $ ls -l /usr/lib/jvm/java-gcj/bin jar -> /usr/bin/fastjar java -> /usr/bin/gij javac -> /usr/bin/ecj javadoc -> /usr/bin/gjdoc javah -> /usr/bin/gjnih rmic -> /usr/bin/grmic rmiregistry …
AWT buffer strategies
I finished GNU Classpath’s BufferStrategy framework tonight: Currently there is only one unaccelerated backend that doesn’t actually do anything, but the framework for adding new backends is in place as well as all the necessary documentation. This patch adds the missing methods that Caolan mentioned in his blog. This is the last GCJ AWT vs. …
Eclipse, Bugzilla, Jessie
The Fedora Core 4 Eclipse Bugzilla plugin now supports HTTPS sites: Getting this working involved quite a bit of testing and integration work. Casey fixed an x509 parsing bug, I merged GNU Classpath’s HTTPS handler into libgcj and I packaged Jessie’s SSL provider. Next step: merge Jessie into GNU Classpath.