summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-25[osx] additional fix to configure for multi-arch OSX buildsVladimir Vukicevic1-1/+2
2008-03-25[quartz] When stroking with an image source, use the right CTM for the imageVladimir Vukicevic5-1/+88
2008-03-25Win32-Printing: Fix fallback resolution when DC ctm is not identityAdrian Johnson1-5/+14
2008-03-24Add new text-transform testCarl Worth7-0/+116
2008-03-24Update REFERENCE_IMAGES with PS ref imagesAdrian Johnson1-0/+2
2008-03-24Add PS reference images for finer-grained-fallbacks testAdrian Johnson2-0/+0
2008-03-24Fix assertion in PS/PDF/Win32-print when fallback image is off the pageAdrian Johnson1-18/+55
2008-03-24Add finer-grained-fallbacks testAdrian Johnson5-0/+115
2008-03-23[API] unbreak CAIRO_FONT_TYPE_ATSUIBenjamin Otte1-1/+2
2008-03-21[cairo-png] Set bKGD gray value.Chris Wilson1-3/+2
2008-03-21Update PS reference imagesAdrian Johnson7-0/+0
2008-03-21Add PS/PDF ref images for ft-show-glyphs-positioningAdrian Johnson3-0/+2
2008-03-21Finish the PDF text operator decimal reduction commitAdrian Johnson1-3/+9
2008-03-21Fix PS glyph positioning bug in PDF operator emulationAdrian Johnson1-2/+3
2008-03-21Add ft-show-glyphs-positioning testAdrian Johnson4-0/+170
2008-03-20Increment cairo version to 1.5.15 after the 1.5.14 snapshotCarl Worth1-1/+1
2008-03-20Cleanup up png-test.png file in 'make clean'Carl Worth1-0/+1
2008-03-20Enable PLT avoidance for cairo_image_surface_get_data/strideCarl Worth2-0/+4
2008-03-20Disable enum_regexp test in check-doc-syntax.hCarl Worth1-10/+19
2008-03-20Mark new cairo_xlib_visual_info functions as private.Carl Worth1-2/+2
2008-03-20Increment cairo version to 1.5.14 and libtool versioning to 18:1:16Carl Worth1-2/+2
2008-03-20Doc template churnCarl Worth1-1/+1
2008-03-20NEWS: Add notes for 1.5.14 snapshotCarl Worth1-1/+128
2008-03-20Fix the REFERENCE_IMAGES list, (like always before a snapshot)Carl Worth1-2/+2
2008-03-20RELEASING: Clarify steps for verifying no unpushed modificationsCarl Worth1-4/+3
2008-03-20Track minor change in pixman filtering sample locationCarl Worth1-0/+0
2008-03-20Add support for 8-bit PseudoColor visualsCarl Worth5-46/+278
2008-03-20xlib: Add support for arbitrary TrueColor visualsCarl Worth2-71/+276
2008-03-20[SVG] Replace the color property by stroke.Emmanuel Pacaud1-3/+3
2008-03-20PDF: Reduce excess decimals in text position offsetsAdrian Johnson1-4/+22
2008-03-20Use %g for printing path coordinates in pdf-operatorsAdrian Johnson1-4/+4
2008-03-20Add %g conversion specifer to output-stream for limited precisionAdrian Johnson1-31/+56
2008-03-20Make _cairo_dtostr() staticAdrian Johnson2-4/+1
2008-03-20Rescale CTM used for PS/PDF stroking to reduce rounding errorAdrian Johnson1-7/+63
2008-03-18Make CAIRO_FORMAT_STRIDE_FOR_WIDTH_BPP available to the cairo internals.Carl Worth2-5/+7
2008-03-18Make _pixman_format_to_masks accept a cairo_format_masks_t structureCarl Worth3-36/+29
2008-03-18Move assertion failure for unsupported masks up one levelCarl Worth3-29/+58
2008-03-18Optimize generated PostScript when EXTEND_PAD is usedAdrian Johnson1-2/+4
2008-03-17[quartz] Additional test reference images for quartzVladimir Vukicevic11-0/+10
2008-03-17[quartz] Fix bogus CGContextGetType warning that's printed on the consoleVladimir Vukicevic1-35/+69
2008-03-17[quartz] Rename ATSUI font to Quartz fontVladimir Vukicevic10-143/+65
2008-03-17Factor out common stroke code in pdf-operatorsAdrian Johnson1-36/+32
2008-03-15Add stroke-ctm-caps to .gitignoreAdrian Johnson1-0/+1
2008-03-15Improve the PDF operators word wrappingAdrian Johnson1-9/+25
2008-03-14[quartz] don't say we forced subpixel AA when we didn'tVladimir Vukicevic1-1/+1
2008-03-14[quartz] compare gradient stops as doubles, not as fixed pointVladimir Vukicevic1-4/+1
2008-03-15Don't use fill-stroke during analysisAdrian Johnson1-9/+5
2008-03-15Fix bug in _cairo_path_fixed_is_equalAdrian Johnson1-2/+4
2008-03-14Do not use PDF fill-stroke operator with transparent fillAdrian Johnson1-10/+5
2008-03-14PDF/PS: Optimize away the stroke ctm when not requiredAdrian Johnson1-8/+28