lp:ubuntu/gutsy/goocanvas

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/goocanvas
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

5. By Sebastien Bacher

* New upstream version
* debian/control:
  - don't Depends on libgtk2.0-dev (LP: #128869)
* debian/control, debian/libgoocanvas2.install, debian/rules:
  - updated for soname change
* debian/patches/10_relibtoolize.dpatch:
  - updated

4. By Jose Carlos Garcia Sogo

Link gtk-doc to /usr/share/doc/libgoocanvas-dev (Closes: #423410)

3. By Sebastien Bacher

* New upstream version (UVF exception #86533):
  - Major rewrite to make the model optional, so people can choose to have
    either a simple canvas or a model/view canvas. The standard items can be
    used in either scenario.
  - Added support for cascading style properties (things like fill color,
    stroke width, font etc.). Properties use a GQuark for a unique
    identifier, and a GValue for the property value, so they are very
    flexible.
  - Added GooCanvasTable item to layout child items.
  - Made it much easier to create new items, by subclassing
    GooCanvasItemSimple which handles most of the work. See demo/demo-item.c
    for a simple item.
  - Added support for different units - pixels, points, inches or
    millimeters, and allow setting of vertical
    and horizontal resolution (dpi).
  - Added workaround for cairo's 16-bit limit, to support large canvases.
  - Added demo/scalability-demo which creates 100,000 items over a large
    canvas. It takes a few seconds to create all the items, but once created
    it seems to work fast enough.
  - Improved the animation code, supporting relative or absolute values for
    the x, y, scale and rotation.
  - Added "clip-path" and "clip-fill-rule" to specify a clip path
    for an item.
* debian/control:
  - updated GTK requirement to 2.10
* debian/control, debian/libgoocanvas0.install, debian/libgoocanvas1.install,
  debian/rules:
  - updated for soname change

2. By Sebastien Bacher

First upload

1. By Sebastien Bacher

Import upstream version 0.4

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/goocanvas
This branch contains Public information 
Everyone can see this information.

Subscribers