« February 2005 | Main | April 2005 »

March 28, 2005

2005-03-28 Weekly Update

Checkins during the past week: Patches lurking:

Posted by tor at 6:07 PM | Comments (6)

March 21, 2005

2005-03-21 Weekly Update

Checkins during the past week: Patches lurking:

Posted by tor at 11:16 PM | Comments (2)

March 15, 2005

2005-03-14 Weekly Update

Checkins during the past week: Patches lurking:

Posted by tor at 12:19 AM | Comments (5)

March 7, 2005

2005-03-07 Weekly Update

Checkins during the past week: Patches lurking:

Posted by tor at 6:06 PM | Comments (3)

March 4, 2005

Important SVG build configuration change

I've just checked in a build configuration change that affects how one builds with svg enabled. Previously the backend renderer always needed to be selected with --enable-svg-renderer-{gdiplus,libart,cairo}. Now the renderer defaults to reasonable values (gdiplus on win32, cairo everywhere else), and can be overridden with --enable-svg-renderer={gdiplus,libart,cairo} (note "=" instead of "-"). In most cases the only option you will need to build with native svg support is --enable-svg.

Cairo has been checked into the tree and should build when that renderer is used.

If you see errors building svg with these changes, please file a build config bug against me.

Posted by tor at 10:45 PM | Comments (1)