summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-05Increment version to 1.5.4 and to 14:1:121.5.4Carl Worth1-2/+2
2007-12-05NEWS: Add notes for 1.5.4Carl Worth1-0/+57
2007-12-04[quartz] use rectangle_int_t, not rectangle_int16_tVladimir Vukicevic1-1/+1
2007-12-04[quartz] cleanup: remove trailing whitespaceVladimir Vukicevic1-11/+11
2007-12-04[quartz] Use CGContextDrawTiledImage if availableVladimir Vukicevic1-32/+64
2007-12-04[quartz] Handle creating 0x0 surfacesVladimir Vukicevic4-23/+168
2007-12-03[Makefile.am] Add lcov-clean to distclean.Chris Wilson1-0/+2
2007-12-02[Makefile.am] Wrap lcov make targets within an AM_CONDITIONAL.Chris Wilson2-5/+16
2007-12-01[README] Remove the Dependencies section as it falls out of date easilyBehdad Esfahbod1-89/+0
2007-12-01[configure.in] Bump freetype required version to 2.1.9 (#13482)Behdad Esfahbod1-4/+4
2007-12-02win32: Implement _cairo_win32_scaled_font_init_glyph_surface()Adrian Johnson1-2/+61
2007-12-02Fix regression in Type1 FallbackAdrian Johnson1-2/+4
2007-12-01Convert bash scripts to regular sh ones for greater portabilityBehdad Esfahbod3-24/+25
2007-11-30Explicitly call bash for bash-specific scriptsCarl Worth3-3/+3
2007-11-29PS: Use correct glyphs widths for Type 3 fontsAdrian Johnson1-1/+7
2007-11-29PS: Fix the Type 3 FontBBoxAdrian Johnson1-1/+1
2007-11-29PS: Don't emit an image for Type 3 .notdef glyphAdrian Johnson1-8/+10
2007-11-29PS: Fix the bounding boxes of Type 3 glyphsAdrian Johnson1-2/+2
2007-11-29PS: Make Type 3 fonts text selectableAdrian Johnson1-16/+30
2007-11-29PS: Ensure that xyshow operator has a pair of offsets for each glyphAdrian Johnson1-1/+1
2007-11-18[quartz] zero memory on bitmap creationBrian Ewins1-0/+2
2007-11-15[quartz] fill with alpha for EXTEND_NONEBrian Ewins1-0/+22
2007-11-15[win32] Remove double-free in win32 font code in init_glyph_pathVladimir Vukicevic1-1/+0
2007-11-15[quartz] Fix gradients; the wrong color field was being usedVladimir Vukicevic1-12/+12
2007-11-14[quartz] remove double malloc in dashing code.Brian Ewins1-4/+1
2007-11-13[quartz] typo checking for malloc failureBrian Ewins1-1/+1
2007-11-12[quartz] fix leak in show_glyphsBrian Ewins1-12/+18
2007-11-12[quartz] fix for cairo_reset_clip()Brian Ewins1-0/+3
2007-11-12Revert "[quartz] handle 0x0 surfaces."Brian Ewins1-1/+1
2007-11-11[quartz] handle 0x0 surfaces.Brian Ewins1-1/+1
2007-11-11Compilation warning suppression (char as array subscript).Emmanuel Pacaud1-2/+2
2007-11-11Fix _cairo_path_fixed_init_copy.Emmanuel Pacaud1-0/+2
2007-11-10[SVG] Add missing image to REFERENCE_IMAGES list.Emmanuel Pacaud1-0/+1
2007-11-10[SVG] Indentation fixes.Emmanuel Pacaud1-65/+65
2007-11-10Merge branch 'master' of git+ssh://emmanuel@git.cairographics.org/git/cairoEmmanuel Pacaud8-85/+206
2007-11-10[SVG] Remove spurious semicolon when emitting mask url.Emmanuel Pacaud1-1/+1
2007-11-10[SVG] Fix opacity of combined stroke and fill.Emmanuel Pacaud3-13/+14
2007-11-10[test] support using a previous build as a referenceBrian Ewins2-1/+24
2007-11-10[test] Link to the correct reference image.Brian Ewins1-57/+45
2007-11-10[test] log tested paths so that they can be parsed.Brian Ewins1-1/+3
2007-11-09[win32-printing] bail out early if we don't have anything to do in paint_surfVladimir Vukicevic1-0/+5
2007-11-09[win32] Fix FIXED_to_fixed when cairo's fixed format isn't 16.16Vladimir Vukicevic1-6/+4
2007-11-09[win32] Don't use GetGlyphOutline on non-TrueType fontsVladimir Vukicevic1-13/+31
2007-11-09[quartz] work around Quartz bugs with images bigger than a certain sizeVladimir Vukicevic1-2/+59
2007-11-09Use correct surface resolution when creating paginated fallback imageVladimir Vukicevic1-2/+2
2007-11-09[win32] Skip doing some work if we can't call StretchDIBitsVladimir Vukicevic1-0/+6
2007-11-09[quartz] Fix for 10.5 SDK; the FloatToFixed macro started doing strange thingsVladimir Vukicevic1-0/+8
2007-11-09Handle overflow/underflow gracefully when converting to 16.16 fixedVladimir Vukicevic1-3/+19
2007-11-07Mention cairo_new_sub_path in documentation of cairo_arcCarl Worth1-1/+2
2007-11-06[cairo-pdf-surface] Create a new path for an empty clip.Chris Wilson1-14/+22