summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-28replace a deprecated function in Pango_cairoHEADmasterOlivier Andrieu2-2/+2
2011-09-11fix Makefile on bytecode-only architecturesStephane Glondu1-2/+6
2011-09-11Fix Makefile to avoid recompiling files in /usrStephane Glondu1-1/+1
2010-04-11pangocairo supportcairo-ocaml-1.2.0Olivier Andrieu4-1/+108
2010-01-19update on previous commitOlivier Andrieu1-1/+1
2010-01-19Some autoconf/compilation fixesOlivier Andrieu1-1/+2
2009-12-02check the status of the matrix_invert functionOlivier Andrieu1-2/+5
2009-12-01use the new bigarray namesOlivier Andrieu1-11/+11
2009-06-18Compiler warning and typo fixesOlivier Andrieu4-7/+12
2009-06-18Fix OCaml 3.10 compilationOlivier Andrieu1-2/+2
2009-06-18Compile fixesOlivier Andrieu1-2/+2
2009-06-18src/ml_cairo_ft.c:Olivier Andrieu1-12/+10
2009-06-18README, configure.ac: update dependencies: need GTK+ >= 2.8Olivier Andrieu1-1/+0
2009-06-18Bump to Cairo 1.2Olivier Andrieu24-287/+437
2009-06-18Add SVG backend supportOlivier Andrieu4-1/+107
2009-06-18ocamldoc fixcairo-ocaml-1.0.0Olivier Andrieu1-1/+1
2009-06-18Update for Gtk+ 2.8Olivier Andrieu3-131/+185
2009-06-18Drop gtkcairo supportOlivier Andrieu4-138/+0
2009-06-18Add Cairo_ps.set_dpiOlivier Andrieu3-6/+6
2009-06-18Bump to Cairo 1.0Olivier Andrieu3-0/+39
2009-06-18Arch fixes for ARCH_ALIGN_DOUBLEOlivier Andrieu3-5/+5
2009-06-18Add check from freetype2Carl Worth1-1/+1
2009-06-18Bump to Cairo 0.9.0Olivier Andrieu5-13/+42
2009-06-18Bump to Cairo 0.6.0Olivier Andrieu13-77/+323
2009-06-18Freetype re-enabledOlivier Andrieu9-201/+102
2009-06-18Bump requirements to Cairo 0.5.2Olivier Andrieu12-107/+153
2009-06-18Stream-based backends can now use a caml channelOlivier Andrieu16-79/+218
2009-06-18adapt to cairo big API shakeupOlivier Andrieu36-1896/+1784
2009-06-18fixes, API changes in the font partcairo-ocaml-0.4Olivier Andrieu6-24/+59
2009-06-18add a README, the license (LGPL) and add a copyright header to allcairo-ocaml-0.3Olivier Andrieu28-0/+218
2009-06-18add libsvg-cairo bindingsOlivier Andrieu7-7/+153
2009-06-18fix linking of Cairo_channelOlivier Andrieu1-1/+1
2009-06-18revert the incref for cairo_current_fontOlivier Andrieu1-1/+0
2009-06-18Add PDF backendOlivier Andrieu12-115/+216
2009-06-18Bump required Cairo to 0.2.0Olivier Andrieu1-1/+0
2009-06-18minimal support for freetype/fontconfig font backendOlivier Andrieu7-5/+154
2009-06-18use int instead of float for the width and height of the PNG targetOlivier Andrieu3-3/+3
2009-06-18Code beautification; Make Gtk+ optional; UpdatesOlivier Andrieu12-784/+637
2009-06-18Renames; Comparison + hash support; ExceptionsOlivier Andrieu9-34/+128
2009-06-18gtkcairo widget signal is now "paint", not "redraw"Olivier Andrieu2-5/+5
2009-06-18Docmentation and compiler warning fixesOlivier Andrieu3-1/+3
2009-06-18support patterns (requires cairo 0.1.21)Olivier Andrieu3-20/+199
2009-06-18add Cairo.line_to_point and Cairo.curve_to_pointOlivier Andrieu2-0/+4
2009-06-18removed OO APIOlivier Andrieu9-457/+26
2009-06-18use an Unsupported macro for unavailable functionscairo-ocaml-before-drop-oo-apiOlivier Andrieu3-21/+9
2009-06-18PNG backendOlivier Andrieu5-6/+50
2009-06-18current_path methodsOlivier Andrieu2-0/+6
2009-06-18forgot to commit some bitsOlivier Andrieu1-0/+139
2009-06-18wrap cairo_current_path and cairo_current_path_flatOlivier Andrieu6-4/+24
2009-06-18various small fixesOlivier Andrieu9-31/+40