summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-14Add PS reference image for stroke-ctm-capsAdrian Johnson1-0/+0
2008-03-13[mac] Correctly handle endianness in multi-architecture compiles on MacOS XJeremy Huddleston1-0/+18
2008-03-13[test] Add testcase for previous stroker regression fixVladimir Vukicevic4-0/+89
2008-03-13[quartz] remove some compiler warningsVladimir Vukicevic2-5/+1
2008-03-13Correctly pass the device-space vector through to strokerVladimir Vukicevic3-14/+23
2008-03-13Use the correct glyph metrics in Type1 fallbackAdrian Johnson1-4/+4
2008-03-12[win32] Use a DIB when cloning a surface for a WIN32_PRINTING destVladimir Vukicevic1-3/+13
2008-03-12[quartz] correctly force subpixel AA on a context, even if defaults say other...Vladimir Vukicevic1-3/+19
2008-03-12[quartz] Apply fixup to unbounded operators to clear area outside of maskVladimir Vukicevic1-13/+236
2008-03-12[cairoint.h] Mark _cairo_image_analyze_transparency as private.Chris Wilson1-1/+1
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson11-1/+12
2008-03-10win32-printing: Don't scale the miter limitAdrian Johnson1-1/+1
2008-03-10PDF: Use cairo_image_analyse_transparency during analysisAdrian Johnson1-1/+37
2008-03-10Remember the results of _cairo_image_analyze_transparencyAdrian Johnson4-7/+21
2008-03-10Move analyze_image_transparency in to cairo-image-surface.cAdrian Johnson4-42/+40
2008-03-09Add fallback image comment to PS outputAdrian Johnson1-0/+14
2008-03-09Round fallback image size up instead of downAdrian Johnson1-2/+2
2008-03-08[quartz] Don't force interpolation off for imagesVladimir Vukicevic2-3/+3
2008-03-08[quartz] align strides to 16 bytes, as per apple docsVladimir Vukicevic1-7/+14
2008-03-08[quartz] Don't try to call CGBitmapContextCreateImage on non-bitmap contextsVladimir Vukicevic1-3/+5
2008-03-08[quartz] properly honor text antialiasing modes in show_glyphsVladimir Vukicevic4-5/+32
2008-03-08[quartz] implement REPEAT/REFLECT for gradientsVladimir Vukicevic1-24/+179
2008-03-07[quartz] some more quartz ref imagesVladimir Vukicevic3-0/+2
2008-03-07[quartz] Update a bunch of reference imagesVladimir Vukicevic19-0/+14
2008-03-07[quartz] Correctly handle gradients with non-identity pattern transformVladimir Vukicevic2-40/+31