2008-04-04 17:19:26 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Update ruby-cairo to version 1.5.1. Changes from version 1.5.0 include:
+ Install as a Ruby gem.
* Support Quartz surface.
* Fix a wrong type conversion bug.
* Fix a memory leak bug.
* Support ruby 1.9.0.
* Fix typos.
* Rename Cairo::WIN32Surface to Cairo::Win32Surface
* Cairo::WIN32Surface is still available for backward compatibility but
don't use in newly written code.
|
2007-05-27 06:10:52 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-rcairo to 1.5.0.
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Many API improvement.
Features
--------
* Support Cairo::Surface.new with block.
* Support RubyGems.
* Add experimental API Cairo::Context#pseudo_blur. (API
may be changed.)
* Fix strange Cairo::Context#push_group and
Cairo::Context#pop_group behaviour.
* Fix Cairo::Context::Path#map_path_onto.
* Add high-level color interface. (Cairo::Color)
* Improve color related API. For example:
From:
context.set_source_rgb(1, 0, 0)
To:
context.set_source_color(:red)
* Support RGB/CMYK/HSV conversion.
* Many default color definitions.
* Support path creation using Cairo::Path without
Cairo::Context.
* Improve constant value specify API. For example:
From:
Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100)
To:
Cairo::ImageSurface.new(:argb32, 100, 100)
* Support win32 surface. (Yoshinao Muramatsu)
|
2007-05-26 18:52:24 by OBATA Akio | Files touched by this commit (2) |
Log message:
Let to install 'rb_cairo.h'.
Bump PKGREVISION.
And change HOMEPAGE to rcaio's one.
|
2007-05-26 16:13:43 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-rcairo to 1.4.1.
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* Add missing pkg-config.rb.
Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* All cairo 1.4.0 API are implemented.
|
2006-07-23 18:57:25 by Min Sik Kim | Files touched by this commit (5) | |
Log message:
Import ruby-rcairo from pkgsrc-wip. Packaged by Dieter Roelants.
Cairo is a 2D graphics library with support for multiple output
devices. rcairo provides ruby bindings to cairo.
|