summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-02Released cairo-1.2.6.1.2.6Behdad Esfahbod1-2/+2
2006-11-02[doc] Update templates prior to releaseBehdad Esfahbod1-0/+1
2006-11-02Makefile.am: Remove boilerplate out of DIST_SUBDIRSBehdad Esfahbod1-1/+1
2006-11-02Add notes for the 1.2.6 release.Behdad Esfahbod1-0/+60
2006-11-02Make xlib and xcb backends tolerant of single-bit errors in the test suite ou...Carl Worth1-4/+8
2006-11-02Move target tolerance to cairo_test_target structure (should let single-pixel...Carl Worth1-69/+40
2006-11-02test: Ignore single-bit errors for SVG backend.Carl Worth6-122/+244
2006-11-02test: Remove custom read/write-png code in favor of using cairo surfacesCarl Worth9-535/+117
2006-11-02[win32] Use CAIRO_FORMAT_RGB24 for BITSPIXEL==32 surfaces tooTor Lillqvist1-1/+1
2006-11-02[win32] Remove _cairo_win32_surface_show_glyphs()Behdad Esfahbod1-106/+1
2006-11-02[slim] hide cairo_pattern_status() #8551Behdad Esfahbod2-0/+2
2006-11-02[slim] hide cairo_version_string()Jamey Sharp2-0/+2
2006-11-02Pass correct surface to create_similar in _cairo_clip_init_deep_copy()Miklós Erdélyi1-1/+1
2006-11-02[PDF] Set CTM before path constructionBehdad Esfahbod1-5/+5
2006-11-02test: Update reference images due to previous change to _cairo_color_compute_...Carl Worth16-3/+1
2006-11-02Add missing ) in commentChristian Biesinger1-1/+1
2006-11-02Add neglected reference images for infinite-join testCarl Worth4-0/+3
2006-11-02Fix infinite-join test case (bug #8379)Carl Worth1-0/+5
2006-11-02test/infinite-join: Modify to draw something visible, and make the output a m...Carl Worth1-4/+11
2006-11-02Add assert statement so the infinite-join test simply exits rather than loopi...Carl Worth1-0/+2
2006-11-02Add test case from bug #8379 demonstrating infinite loop during round joinCarl Worth2-0/+74
2006-11-02[configure.in] Require pkg-config 0.19. (#8686)Behdad Esfahbod1-1/+1
2006-11-02Bug #7497: Change _cairo_color_compute_shorts to not rely on any particular f...Carl Worth1-8/+16
2006-11-02PDF: Add cairo version to document info dictionaryAdrian Johnson1-3/+5
2006-11-02PS: Add cairo version to PS headerAdrian Johnson1-1/+2
2006-11-02Type1 subsetting: Don't put .notdef in Encoding when there are 256 glyphsAdrian Johnson1-1/+1
2006-11-02Correct an unsigned to signed conversion problem in truetype subsetting bboxAdrian Johnson1-6/+6
2006-11-02fix comment: pixman_private needs to be before the type of a variableChristian Biesinger1-2/+2
2006-11-02[slim] hide cairo_glitz_surface_create() (#8551)Behdad Esfahbod3-1/+44
2006-11-02Fix typo that was resulting in device glyph_extents of INT16_MAX in some cases.Carl Worth1-1/+1
2006-11-02[Makefile.am] Pass srcdir down to the testsBehdad Esfahbod1-0/+1
2006-10-31Add new _cairo_pattern_create_for_status so that patterns properly propagate ...Carl Worth1-36/+16
2006-10-31Fix cairo_image_surface_create to report INVALID_FORMAT errors.Carl Worth1-2/+50
2006-10-31[check-headers.sh] Don't use '\>' regexp syntaxBehdad Esfahbod1-1/+1
2006-10-31Use pixman_private consistently as prefix not suffixAlfred Peng2-3/+3
2006-10-31Add Sun Pro C definition of pixman_privateAlfred Peng1-1/+3
2006-10-31Fix dependency of 'make doc' so that necessary header files are built first.Carl Worth1-4/+4
2006-10-31Rename docs-publish target to doc-publish in order to be consistent with the ...Carl Worth1-1/+1
2006-10-31Fix Makefile bug preventing 'make doc' from succeedingCarl Worth1-1/+1
2006-10-31Fix typo in documentation of cairo_in_fill (thanks to Jonathan Watt) and clar...Carl Worth1-9/+15
2006-10-31Remove redundant call to _cairo_surface_get_extentsRobert O'Callahan1-4/+0
2006-10-31Rename test from stale path-data name to copy-pathCarl Worth4-4/+4
2006-10-31Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.Carl Worth4-7/+56
2006-10-31Compute right index when looking up left side bearing.Kristian Høgsberg1-4/+3
2006-10-31[configure] Print out whether SVG and PDF surfaces can be testedBehdad Esfahbod2-3/+7
2006-10-31Add missing pixman_private to _FbOnes when a function.Carl Worth1-1/+1
2006-10-31check-def.sh: Only allow _cairo_.*_test_.* symbols, not all _cairo.* onesBehdad Esfahbod1-1/+1
2006-10-31cairo-directfb.h: Add missing cairo_public decoratorsBehdad Esfahbod1-1/+2
2006-10-31cairo-pdf.h: Add missing cairo_public decoratorsBehdad Esfahbod1-1/+1
2006-10-31check-headers.sh: Add a test for cairo_public decorators in public headersBehdad Esfahbod2-1/+22