Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread Tobias Hinz
Niiicee! So this means we have to wait a few more hours or days until the new release is usable? Cheers =) SKYCO GmbH, Process and Workflow Management Schliemannstr. 5 I 10437 Berlin Tel. +49 30 55009711 I Fax +49 30 48494771 email: [EMAIL PROTECTED] http://www.skyco.de

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread Ralf Fuest
I'm using freetype 2.2.1. After searching on the freetype-devel mailinglist I found a thread about this problem and it seems that they changed the API in Version 2.2.0. So we need to do some conditional compiling, when we want to support both APIs. Ralf heh- i had the exact opposite-- that's

[swfmill] Ticket #11

2007-04-11 Thread Ralf Fuest
Hello, i've fixed the problem described in ticket #11. The problem was that the isSetup bit wasn't preserved during the conversion of empty TextRecords, so every empty TextRecord is interpreted as the end of the records list. Ralf Index: src/codegen/source.xml

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Ralf Fuest [EMAIL PROTECTED] (on Wed, 11 Apr 2007 01:50:53 +0200): swft_import_ttf.cpp:52: error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)' on svn trunk, i've re-added the consts and am casting the functions to (FT_Outline_*ToFunc)... works

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Ralf Fuest [EMAIL PROTECTED] (on Wed, 11 Apr 2007 01:50:53 +0200): swft_import_ttf.cpp:52: error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)' on svn trunk, i've re-added the consts and am casting the functions to (FT_Outline_*ToFunc)... works

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Tobias Hinz [EMAIL PROTECTED] (on Wed, 11 Apr 2007 19:17:56 +0200): So this means we have to wait a few more hours or days until the new release is usable? if you're using the binary release, you should be allright. the problem was related to freetype versions, it's fixed on svn. -dan

Re: [swfmill] Bitmap filter effects on buttons

2007-04-11 Thread Ralf Fuest
Hello, there was an error in the parsing code for color filters, it should work after the attached patch is applied. And your decision to send in the file is right, because nobody can fix a bug that isn't known. More technical stuff: The end-condition for reading the ColorMatrix was wrong, so 21