Changes in version 0.6-6 (2025-08-19) o minor (non-functional) changes to appease checks: use Authors@R, replace sprintf with strcpy and gsetVar with GEaddDevice2 (if avaiable). Changes in version 0.6-5 (2022-11-30) o update autoconf versions, minor cleanup of benign warnings Changes in version 0.6-4 (2020-11-02) o no functional changes, only minor packaging changes to appease CRAN checks Changes in version 0.6-3 o update the device to be compatible with the upcoming changes for R 4.1.0. Note that the new functionality (gradients, masking paths etc.) is not yet implemented by the device, but it will still work with the new graphics engine. Changes in version 0.6-2 (2020-04-30) o fix a bug in resize that refused to resize if a device was removed (closed) that was in the list before the JGD device. (Thanks to Eugene Schava for reporting) o minor updates in configure and dependencies Changes in version 0.6-1 (2012-09-13) o clean up Windows version and remove dependency on WinRegistry Changes in version 0.6-0 o change raster color space to sRGB o add support for flush/hold o add support for polypaths (modified patch by Stephan Wahlbrink) o add a namespace o fixed a leak in StrWidth callback o cleanup (registered entry points, .Call) Changes in version 0.5-5 (2011-12-11) o minor cleanups to get rid of warnings o add raster support Changes in version 0.5-4 (2011-06-22) o copies WinRegistry.dll in the build directory so it can be picked up by multi-arch installs. Changes in version 0.5-3 (2010-10-18) o substitute $(JAVA_HOME) when testing JNI o add UTF-8 conversion from native strings where TextUTF8 is not used o add a work-around for Windows where the Symbol font is handled incorrectly and cannot be used directly. This behavior can also be overridden by the javagd.usesymbolfont property which can be set to true/false (the default is false on Windows and true elsewhere). o add support for multi-arch builds and Win64 Changes in version 0.5-2 (2008-10-19) o adapt to changes in R-devel (2.9.0-to-be) Changes in version 0.5-1 (2008-04-04) o adapt to even more changes in R 2.7.0 Changes in version 0.5-0 (2008-03-24) o adapt to changes in R 2.7.0 o use Java configuration from R Changes in version 0.4-3 (2007-08-25) o adapt to changes in R 2.5.0 o improve Windows compatibility Changes in version 0.4-2 (2007-05-22) o fix a memory handling bug in MetricInfo Changes in version 0.4-1 (2007-05-01) o minor fixes Changes in version 0.4-0 o use rJava to load Java classes if native version fails o minor memory leak fixes and cleanups o rename functions to avoid conflicts with JavaGD Changes in version 0.3-6 (2007-03-07) o Text using symbols (fontface=5) is re-coded to unicode in UTF-8 encoding before it's passed to Java. The back-end now displays symbols correctly. Changes in version 0.3-5 (2006-09-15) o Fix compatibility with Java 1.6 Changes in version 0.3-1 o use external pointer reference in .getJavaGDObject() Changes in version 0.2-1 o remove dependency on internal R headers Changes in version 0.2-0 o added .javaGD.version() and .javaGD.set.display.parameters() Changes in version 0.1-1 o initial version