Skip to content

Releases: Chris00/ocaml-cairo

0.6.4

27 Sep 22:38
Compare
Choose a tag to compare

CHANGES:

0.6.3

22 May 07:23
Compare
Choose a tag to compare

CHANGES:

  • Fix bug in Path.fold.
  • Extend Image.get_data* to bigarrays with externally managed payload.

0.6.2

25 Nov 10:52
Compare
Choose a tag to compare

CHANGES:

  • Fix a memory leak (#19).
  • Fix GCC warnings, in particular the “multiple definition of …” (#23).
  • Clarify the license.
  • Use dune-configurator.

0.6.1

25 Mar 23:12
Compare
Choose a tag to compare

CHANGES:

  • Fix create_for_data32 handling of dimensions.
  • Documentation improvements.
  • Fix dependencies for cairo2-gtk and cairo2-pango.

0.6

10 Oct 17:03
Compare
Choose a tag to compare
0.6

CHANGES:

  • New Ft module to support FreeType fonts. This is enabled if the
    package conf-freetype is installed. On the C side, the exported
    header file cairo_ocaml.h defines the macro OCAML_CAIRO_HAS_FT
    when the Cairo bindings were compiled with TrueType support.
  • New package Cairo2-pango providing the module Cairo_pango.
  • Remove labels that were not bringing a clear benefit. With Dune
    default behavior, users will feel compelled to write labels which
    was cluttering the code with the previous interface. With Merlin,
    it is now possible to have the documentation of a function under the
    cursor displayed with a simple keystroke which should alleviate
    having slightly less documentation in the types.
  • Improve the documentation.
  • Use Dune (not the former Jbuilder) to compile.

0.5

12 Aug 16:50
Compare
Choose a tag to compare
0.5
Add depexts for ubuntu and osx