summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-02-28Add testing for cairo_surface_get_type.Carl Worth4-3/+25
2006-02-27Add documentation for cairo_font_face_get_type,Carl Worth4-0/+24
2006-02-27Implement cairo_pattern_get_typeCarl Worth1-0/+6
2006-02-27Implement cairo_surface_get_typeCarl Worth13-0/+42
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth5-0/+11
2006-02-24Implement cairo_font_face_get_type.Carl Worth6-0/+14
2006-02-24Remove private cairo_pattern_type in favor of new public one. RenameCarl Worth8-68/+61
2006-02-24cairo.h: Fix typo (thanks to Torsten Schoenfeld)Carl Worth1-1/+1
2006-02-24cairo.h: Fix two typos in the documentation.Carl Worth1-2/+2
2006-02-24Add get_type functions: cairo_surface_get_type,Carl Worth2-3/+134
2006-02-24Mark private functions as cairo_privateChristian Biesinger2-8/+8
2006-02-18Don't call _cairo_error when returning an errorChristian Biesinger1-19/+7
2006-02-18Fix typo.Christian Biesinger1-1/+1
2006-02-16Use TRUE/FALSE instead of 1/0 for boolean valuesChristian Biesinger1-5/+5
2006-02-16Normalize indentation after previous commit.Carl Worth1-157/+155
2006-02-16Allow _get_bitmap_surface to work for 0x0 glyphs, (fix for bug #5734).Carl Worth1-7/+4
2006-02-15Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth1-0/+2
2006-02-13convert _cairo_svg_surface_old_show_glyphs to _cairo_svg_surface_show_glyphs.Emmanuel Pacaud1-14/+8
2006-02-13Add mask support and switch to SVG 1.2 for compositing operators.Emmanuel Pacaud1-208/+86
2006-01-29fix offset of pattern stops.Emmanuel Pacaud1-4/+2
2006-01-22Add cairo_scaled_font_text_extents.Behdad Esfahbod2-4/+56
2006-01-21Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...Christian Biesinger1-2/+3
2006-01-20Add getter functions for cairo_scaled_font_t.Carl Worth2-1/+91
2006-01-20Check font_face->status and return a nil scaled font if it is in an error sta...Carl Worth1-1/+4
2006-01-19Rip the cairo_content_t argument out of ps/pdf_surface_create as per discussi...Carl Worth4-48/+7
2006-01-18Fix compilation-breaking typo.Carl Worth1-2/+4
2006-01-18Change documentation to recommend cairo_paint rather than cairo_rectangle;cai...Carl Worth5-26/+131
2006-01-18Fix documentation of cairo_arc which erroneously claimed M_PI radians == 90 d...Carl Worth1-2/+2
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth16-64/+181
2006-01-13Fix things up to conform with Adobe PostScript Document Structuring Conventio...Carl Worth1-16/+9
2006-01-13Rip out the misguided paint-with-white and RGB24 surface code and go back to ...Carl Worth1-24/+4
2006-01-13Eliminate cast of state->dx.elements which has been wrong since the internals...Carl Worth1-1/+3
2006-01-12Add a call to cairo_copy_page, so that that gets called at least once within ...Carl Worth1-21/+8
2006-01-12Some fixes for the fact that multi-page output was totally broken for cairo_p...Carl Worth1-20/+52
2006-01-11Paint with white to intermediate RGB24 images before replaying meta-surface t...Carl Worth1-1/+21
2006-01-11Note that PS backend has now been switched over to use cairo_paginated_surfac...Carl Worth2-545/+219
2006-01-11Note that from here on out, the PDF output should always pass the entire test...Carl Worth3-9/+53
2006-01-10Remove old scale matrix since it exists in our base class.Anders Carlsson1-11/+7
2006-01-10Add cairo-quartz-private.hAnders Carlsson4-18/+115
2006-01-06Reviewed by keithpCarl Worth1-2/+22
2006-01-06Reviewed by keithpCarl Worth4-11/+83
2006-01-05Gradient updates in SVG backend and no sorting of color stops in SVG or PDF b...David Reveman2-59/+34
2006-01-05Update gradient code in glitz backendDavid Reveman1-15/+15
2006-01-05Update gradient code in PDF backendDavid Reveman1-15/+15
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth4-473/+181
2006-01-03Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...Vladimir Vukicevic2-3/+72
2005-12-30no more has_clip boolean. Init clip_level. (_cairo_surface_intersect_clip_pat...Emmanuel Pacaud1-6/+6
2005-12-29New directfb backend for cairo includes test suite and example to run the tes...Michael Emmel4-1/+874
2005-12-28namespace declarations for SVG and XLINK (#5411).Emmanuel Pacaud1-1/+4
2005-12-26Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...Christian Biesinger1-1/+98