-January 19, 2010
- - Release 2.26.1
+January 21, 2010
+ - Release 2.26.2
- libcgraph.so version bumped from 4 to 5 due to API changes
- Allow ranksep to specify multiple radial differences in twopi
- Allow the user to specify all pairwise distances in neato with
dnl For the micro number: 0 => in-progress development (from cvs)
dnl timestamp => tar-file snapshot or release
m4_define(graphviz_version_major, 2)
-m4_define(graphviz_version_minor, 27)
+m4_define(graphviz_version_minor, 26)
#NB: the next line gets changed to a date/time string for development releases
-m4_define(graphviz_version_micro, 0)
+m4_define(graphviz_version_micro, 2)
AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])
#include <stddef.h>
#include <string.h>
-#include <CGDataProvider.h>
-#include <CGImage.h>
-#include <CGGLContext.h>
-
#include "gvplugin_loadimage.h"
#include "gvplugin_quartz.h"
{FORMAT_JPEG, "jpg:quartz", 8, &engine, NULL},
{FORMAT_PNG, "png:quartz", 8, &engine, NULL},
{0, NULL, 0, NULL, NULL}
-};
+};
\ No newline at end of file
#ifndef GVPLUGIN_QUARTZ_H
#define GVPLUGIN_QUARTZ_H
-#include <CoreGraphics.h>
-#include <CGDataConsumer.h>
-#include <CGFont.h>
-#include <AvailabilityMacros.h>
+#include <Availability.h>
#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
#include <ApplicationServices/ApplicationServices.h>
#include <stdlib.h>
#include <string.h>
-#include <CGContext.h>
-#include <CGPDFContext.h>
-
#include "gvplugin_device.h"
#include "gvplugin_render.h"
#include "graph.h"
#include "gvplugin_quartz.h"
-#ifndef CGFLOAT_DEFINED
-/* nowhere defined, for Carbon Emacs the same work-around */
-typedef float CGFloat;
-#endif
-
static CGFloat dashed[] = {6.0};
static CGFloat dotted[] = {2.0, 6.0};