- 25 Feb, 2007 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Stable release 1.023. svn path=/branches/stable-1-0/; revision=85
-
- 05 Jan, 2007 1 commit
-
-
Torsten Schönfeld authored
* t/CairoSurface.t: Fix an endianness problem. svn path=/branches/stable-1-0/; revision=80
-
- 30 Dec, 2006 2 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Stable release 1.022. svn path=/branches/stable-1-0/; revision=77
-
Torsten Schönfeld authored
* MakeHelper.pm: Fix the valid-value lists in enum error messages. svn path=/branches/stable-1-0/; revision=76
-
- 23 Nov, 2006 1 commit
-
-
Torsten Schönfeld authored
* CairoSurface.xs, t/CairoSurface.t: Make Cairo::ImageSurface::get_data usable by specifying the buffer length. svn path=/branches/stable-1-0/; revision=71
-
- 11 Nov, 2006 2 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Brown paper bag release 1.021. svn path=/branches/stable-1-0/; revision=68
-
Torsten Schönfeld authored
* t/CairoSurface.t: Skip content tests on old cairo's. svn path=/branches/stable-1-0/; revision=67
-
- 09 Nov, 2006 3 commits
-
-
Torsten Schönfeld authored
svn path=/branches/stable-1-0/; revision=64
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Stable release 1.01. svn path=/trunk/; revision=61
-
Torsten Schönfeld authored
* MakeHelper.pm, CairoSurface.t: When comparing enum values, look at length+1, not just length, bytes to discern string pairs like 'color' and 'color-alpha'. Duh! Many thanks to Martijn van Beers for finding this bug. svn path=/trunk/; revision=60
-
- 24 Sep, 2006 3 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS: Stable release 1.01. svn path=/trunk/; revision=58
-
Torsten Schönfeld authored
* t/CairoSurface.t: Skip the create_for_stream test for ps and pdf surfaces if cairo < 1.2.0. Earlier versions didn't handle errors correctly and thus caused too many tests. Also partly revert the previous change and instead do a conditional type check on surfaces create with create_similar. svn path=/trunk/; revision=57
-
Torsten Schönfeld authored
* t/CairoSurface.t: Don't check the specific type of similar surfaces created from PS and PDF surfaces; it's not reliable. * xs/CairoSurface.xs: Cosmetical changes. svn path=/trunk/; revision=56
-
- 04 Sep, 2006 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Stable release 1.00. svn path=/trunk/; revision=54
-
- 27 Aug, 2006 1 commit
-
-
Torsten Schönfeld authored
* Makefile.PL: Make EU::MM export our symbols on Win32. svn path=/trunk/; revision=53
-
- 20 Aug, 2006 2 commits
-
-
Torsten Schönfeld authored
* MakeHelper.pm: Revert the last commit which used real enum types instead of int; it broke compilation. Also alter the way unknown enum types are dealt with: don't declare and implement stub converters, just omit them. Still declare typemaps for them though, to make xsubpp happy. svn path=/trunk/; revision=52
-
Torsten Schönfeld authored
* MakeHelper.pm: Add the infrastructure necessary to support protecting the enum related things with #ifdef, if needed. Also use the real enum types for the enum converters, instead of just int. svn path=/trunk/; revision=51
-
- 15 Aug, 2006 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm, MANIFEST, NEWS, README: Beta release 0.92. svn path=/trunk/; revision=49
-
- 13 Aug, 2006 1 commit
-
-
Torsten Schönfeld authored
* CairoSurface.xs (read_func_marshaller): Use POPs, SvPV, and sv_len instead of POPpx to avoid problems on perl 5.8.8 reported by Joe Smith and Alexey Tourbin. svn path=/trunk/; revision=48
-
- 11 Aug, 2006 1 commit
-
-
Torsten Schönfeld authored
* examples/png-streams.pl: New example that demonstrates how to use the PNG stream functions. * t/CairoSurface.t: Whitespace fix. svn path=/trunk/; revision=47
-
- 10 Aug, 2006 3 commits
-
-
Torsten Schönfeld authored
* CairoSurface.xs: Patch from Yaakov S puts version guards around a few PDF and PS functions that appeared in 1.2.0. * t/CairoSurface.t: Do the same for the corresponding tests. svn path=/trunk/; revision=46
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Beta release 0.91. svn path=/trunk/; revision=44
-
Torsten Schönfeld authored
* Cairo.xs, CairoFont.xs, CairoPattern.xs, CairoSurface.xs, MakeHelper.pm, Makefile.PL, cairo-perl-private.h, t/Cairo.t, t/CairoFont.t, t/CairoPattern.t, t/CairoSurface.t: Make it possible to compile and run the bindings against cairo 1.0.x. Use a package lookup table for patterns and surfaces to work around the lack of type accessors. Add version guards around things that were introduced in 1.2.0. * CairoSurface.xs: Use OUTLIST for cairo_surface_get_device_offset. * CairoPattern.xs, CairoSurface.xs, cairo-perl-private.h: Rename cair_perl_set_isa to cairo_perl_set_isa. Doh! * t/CairoSurface.t: Explicitly clear the image surface on cairo 1.0.x before writing it out since 1.0.x doesn't do it for us. Use lexical surface variables to make sure they get destroyed before execution ends which in turn makes sure all tests inside callbacks are run before Test::More checks if reality matches the test plan. svn path=/trunk/; revision=43
-
- 15 Jul, 2006 3 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Beta release 0.90. svn path=/trunk/; revision=41
-
Torsten Schönfeld authored
* Cairo.pm: Update existing, add new documentation. * TODO: Update. svn path=/trunk/; revision=40
-
Torsten Schönfeld authored
* Cairo.pm, Cairo.xs, CairoPattern.xs, CairoSurface.xs, cairo-perl-private.h: Add cairo_perl_set_isa and use it for surfaces and patterns. * CairoSurface.xs, Makefile.PL, cairo-perl.h, t/CairoSurface.t: Add support for svg surfaces if available. * t/CairoSurface.t: Remove TODO block and revert workaround related to the weird unknown surface types. It's been fixed upstream: https://bugs.freedesktop.org/show_bug.cgi?id=7322 svn path=/trunk/; revision=39
-
- 02 Jul, 2006 2 commits
-
-
Torsten Schönfeld authored
svn path=/trunk/; revision=38
-
Torsten Schönfeld authored
* Makefile.PL: Require cairo 1.2.0. Add CAIRO_FORMAT_RGB16_565. * Cairo.pm, CairoFont.xs: Cosmetical changes. * Cairo.xs: Add Cairo::VERSION and Cairo::VERSION_ENCODE. * t/CairoSurface.t: Shuffle a few tests around to avoid some strange singularities. svn path=/trunk/; revision=37
-
- 15 Jun, 2006 2 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, MANIFEST, NEWS, README: Release 0.04. svn path=/trunk/; revision=35
-
Torsten Schönfeld authored
* t/CairoSurface.t: Wrap two tests that recently started failing in TODO blocks. svn path=/trunk/; revision=34
-
- 14 Jun, 2006 1 commit
-
-
Torsten Schönfeld authored
* Makefile.PL: Require cairo >= 1.1.8. * CairoSurface.xs, t/CairoSurface.t: Wrap and test cairo_surface_set_fallback_resolution, cairo_image_surface_get_data, cairo_image_surface_get_format, and cairo_image_surface_get_stride. Remove the wrappers and tests for cairo_pdf_surface_set_dpi and cairo_ps_surface_set_dpi. * t/CairoSurface.t: Test Cairo::ImageSurface::get_width and get_height. svn path=/trunk/; revision=33
-
- 03 Jun, 2006 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm: Document Cairo::get_group_target, Cairo::new_sub_path, Cairo::Pattern::get_type, Cairo::set_scaled_font, Cairo::version, and Cairo::version_string. * t/Cairo.t, Cairo.xs: Allow Cairo::version[_string] to be called as a function and as a class method. * CairoPattern.xs, CairoSurface.xs, t/CairoSurface.t, Makefile.PL, examples/simple.pl, examples/png/caps_joins.pl, examples/png/hering.pl: Whitespace fixes. * t/CairoSurface.t, CairoSurface.xs: Wrap cairo_surface_get_content. * MakeHelper.pm: Don't add a linebreak to croaks so perl prints line information. * Makefile.PL: Require cairo 1.1.7. * examples/png/README, examples/png/bevels.pl, examples/png/spline-pipeline.pl, examples/png/text-rotate.pl, examples/png/text.pl: New example ports. svn path=/trunk/; revision=32
-
- 14 May, 2006 1 commit
-
-
Torsten Schönfeld authored
* t/CairoSurface.t, CairoSurface.xs: Remove Cairo::Surface::finish; it's memory management related and not needed, as far as I can tell. Scream if you used it. * t/CairoSurface.t, CairoSurface.xs: Bind and test cairo_surface_write_to_png_stream, cairo_image_surface_create_from_png_stream, cairo_pdf_surface_create_for_stream, and cairo_ps_surface_create_for_stream. * CairoSurface.xs: Don't leak cairo_surface_create_similar's return value. * cairo-perl-private.h: Remove CAIRO_PERL_UNUSED. * cairo-perl-private.h, Cairo.xs, CairoFont.xs, CairoMatrix.xs, CairoPattern.xs: Rename pcairo_copy_matrix to cairo_perl_copy_matrix. * TODO: Update. svn path=/trunk/; revision=31
-
- 07 May, 2006 2 commits
-
-
Torsten Schönfeld authored
svn path=/trunk/; revision=30
-
Torsten Schönfeld authored
* .cvsignore, MANIFEST.SKIP: Update. * Cairo.pm: Update copyright notice. * MANIFEST, cairo-perl-private.h: Add a private header file for non-public declarations that are used in more than one place. * MakeHelper.pm: Improve the enum converters to produce more useful error messages. * Makefile.PL: Incorporate a slightly modified patch from Christopher Oezbek to prompt the user if he wants to install EU::Depends and EU::PkgConfig if they can't be found. Require cairo >= 1.1.6. Update and rearrange enums. * cairo-perl.h, Cairo.xs: Move CAIRO_PERL_CALL_BOOT to Cairo.xs. * cairo-perl.h, CairoSurface.xs, CairoPattern.xs, Makefile.PL: Use cairo_surface_get_type and cairo_pattern_get_type to redo the sub-type handling for surfaces and patterns. * cairo-perl-private.h, Cairo.xs, CairoMatrix.xs, CairoPattern.xs: Add pcairo_copy_matrix and use it all over the place to make matrix handling more robust. * Cairo.xs, t/Cairo.t: Wrap cairo_version, cairo_version_string, cairo_push_group, cairo_push_group_with_content, cairo_pop_group, cairo_pop_group_to_source, cairo_new_sub_path, cairo_set_scaled_font, and cairo_get_group_target. * CairoFont.xs, t/CairoFont.t: Wrap cairo_font_face_get_type, cairo_scaled_font_get_type, cairo_scaled_font_text_extents, cairo_scaled_font_get_font_face, cairo_scaled_font_get_font_matrix, cairo_scaled_font_get_ctm, and cairo_scaled_font_get_font_options. * CairoPattern.xs, t/CairoPattern.t: Wrap cairo_pattern_get_type. * CairoSurface.xs, t/CairoSurface.t: Wrap cairo_surface_get_device_offset, cairo_surface_get_type, cairo_pdf_surface_set_size, cairo_ps_surface_set_dpi, cairo_ps_surface_set_size, cairo_ps_surface_dsc_comment, cairo_ps_surface_dsc_begin_setup, and cairo_ps_surface_dsc_begin_setup. svn path=/trunk/; revision=29
-
- 29 Jan, 2006 2 commits
-
-
Torsten Schönfeld authored
* Cairo.pm, NEWS, README: Release 0.03. svn path=/trunk/; revision=27
-
Torsten Schönfeld authored
* Cairo.pm, CairoPattern.xs, Makefile.PL, cairo-perl.h, t/CairoPattern.t: Add Cairo::SolidPattern::create_rgb and create_rgba. svn path=/trunk/; revision=26
-
- 28 Jan, 2006 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm: Add documentation for Cairo::Context, paths, patterns, transformations, and text. svn path=/trunk/; revision=25
-
- 08 Jan, 2006 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm: Make DynaLoader export all our symbols. * Cairo.xs, MakeHelper.pm, Makefile.PL, cairo-perl.h: Revamp the type conversion API. Instead of implementing everything in the typemap, we now have macros like newSVCairoPattern SvCairoPattern. These get exported, so other modules can make use of them. * cairo-perl.h: Remove the DBG macro. * cairo-perl.typemap: Use T_UV instead of T_IV for cairo_bool_t. svn path=/trunk/; revision=24
-
- 31 Aug, 2005 1 commit
-
-
Torsten Schönfeld authored
* Cairo.pm, MANIFEST, Makefile.PL, NEWS, README: Release 0.02. Require cairo 1.0.0. svn path=/trunk/; revision=22
-