summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 948406627eed16e6f32313b5b0d495614b0769ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
2004-03-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>

	* src/cairo.ml, src/cairo.mli: add line_to_point and
	curve_to_point for consistency.

2004-03-24  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/Makefile, src/ocairo*, src/cairo_lablgtk.*,
	src/cairo_gtkcairo.*: get rid of the mostly useless OO version of
	the API.

	* test/Makefile, test/oknockout.ml, test/spline.ml, test/cube.ml:
	update examples accordingly.

2004-02-22  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* Makefile, src/cairo.ml, src/cairo.mli, src/ocairo.ml,
	src/ocairo.mli, src/ml_cairo.c,	src/ml_cairo_bigarr.c,
	src/ml_cairo_channel.c, src/ml_cairo_wrappers.h:
		* make the code safer for exotic archs (WIN32,
		ARCH_ALIGN_DOUBLE)

		* rename ps_finalise to finalise

	* test/Makefile, test/demo.ml: added a translation of cairo-demo.c

	* src/cairo.ml, src/cairo.mli, src/ml_cairo.c, src/ml_cairo.h,
	src/ml_cairo_lablgtk.c, src/Makefile, src/ml_cairo_path.c,
	test/basket.ml: added support for cairo_current_path and
	cairo_current_path_flat.

2003-12-17 02:15  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* configure.ac, src/cairo.ml, src/cairo.mli, src/ml_cairo.c,
	src/ml_cairo_bigarr.c, src/ocairo.ml, src/ocairo.mli,
	test/Makefile, test/text.ml: text API work

2003-12-13 15:10  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* configure.ac, src/ml_cairo.c: optional PS backend

2003-12-05 23:34  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/ml_cairo_lablgtk.c: drop cairo-config.h

2003-12-05 17:54  Carl Worth <cworth@east.isi.edu>

	* configure.ac, src/ml_cairo_lablgtk.c, ChangeLog:

	        * src/ml_cairo_lablgtk.c
	        (cairo_lablgtk_surface_create_for_drawable): Track cairo
	        change from CAIRO_HAS_XLIB_BACKEND to
	CAIRO_HAS_XLIB_SURFACE.

	        * configure.ac: Now depend on cairo >= 0.1.15

2003-12-05 01:02  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/ml_cairo_lablgtk.c: add missing cairo-config include

2003-12-04 19:35  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* configure.ac, src/ml_cairo_lablgtk.c: new xlib backend config
	stuff

2003-12-03 23:17  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* .cvsignore, src/ocairo_gtkcairo.ml, src/ocairo_gtkcairo.mli,
	test/cube.ml: support redraw signal of GtkCairo

2003-11-26 20:45  tag cairo-ocaml-0-2

2003-11-26 20:45  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* Makefile, config.make.in, src/Makefile: added dist Makefile
	target

2003-11-22 16:28  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* support/ocaml.m4: update ocaml.m4

2003-11-22 16:27  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/ml_cairo.c: forgot some Double_array_tag

2003-11-22 16:24  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/: ml_cairo.h, ml_cairo_lablgtk.c: use a Val_cairo_format_t

2003-11-18 20:18  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* configure.ac: check for lablgtk2 specifically

2003-11-18 20:15  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/: cairo.ml, cairo.mli, ocairo.ml, ocairo.mli: add
	Cairo.move_to_point and changed field names for Cairo.glyph

2003-11-18 20:14  Olivier Andrieu <oliv__a@users.sourceforge.net>

	* src/ml_cairo.c: missing bytecode functions

2003-11-18 20:02  tag cairo-ocaml-0-1