| Age | Commit message (Collapse) | Author | Files | Lines |
|
Upstream changes (from NEWS):
Release 1.16.4 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================
Fixes
-----
* Removed Skia related code entirely.
Release 1.16.3 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Improved Cairo::Poinst#distance performance.
[GitHub#53][Patch by scivola]
* Added support for building with cairo and GLib 2.60 installed by
Homebrew.
* Updated colors. There are some backward incompatibility. Sorry.
Fixes
-----
* Fixed Cairo::Color::RGB#to_s.
[GitHub#55][Patch by spoolkitamura]
Thanks
------
* scivola
* spoolkitamura.
|
|
Upstream changelog:
(from https://github.com/rcairo/rcairo/blob/v1.15.14/NEWS)
Release 1.15.14 (2018-08-20) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Added Cairo::Surface.create {}. Cairo::Surface.new {} is deprecated.
* Added Cairo::Context.create {}. Cairo::Context.new {} is deprecated.
* Windows: Added support for installing a normal gem (not fat gem)
by "gem install --platform ruby". If you use Bundler, use "bundle
config --local force_ruby_platform true" and "bundle exec ruby -rdevkit".
* Changed to use SPDX license ID in gemspec.
Fixes
-----
* Fixed a bug that CRFONTOPTIOSN2RVAL() doesn't copy the target
options.
* Other CR*2RVAL() copy or refer the target objects. So
CRFONTOPTIONS2RVAL() must copy for consistency.
|
|
Release 1.15.5 (2017-01-14) Kouhei Sutou <kou@cozmixng.org>
===========================================================
Improvements
------------
* Windows: Applied the patch at
https://bugs.freedesktop.org/show_bug.cgi?id=99054 that fixes
unexpected assertion failure in win32 surface.
Release 1.15.4 (2017-01-07) Kouhei Sutou <kou@cozmixng.org>
===========================================================
Improvements
------------
* Supported cairo 1.15.4:
* Added Cairo::PNGError.
* Added Cairo::FreeTypeError.
* Added Cairo::Win32GDIError.
* Added Cairo::TagError.
* Added Cairo::Tag::DEST.
* Added Cairo::Tag::LINK.
* Added Cairo::Context#tag.
* Added Cairo::Context#begin_tag.
* Added Cairo::Context#end_tag.
* Added Cairo::PDFOutlineFlags.
* Added Cairo::PDFOutline.
* Added Cairo::PDFSurface#add_outline.
* Added Cairo::PDFMetadata.
* Added Cairo::PDFSurface#set_metadata.
* Added Cairo::PDFSurface#page_label=.
* Added Cairo::PDFSurface#set_thumbnail_size.
|
|
Changes not found.
|
|
Cairo is a 2D graphics library with support for multiple output
devices. rcairo provides ruby bindings to cairo.
|