summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-20configure.in: Increment cairo version to 1.3.121.3.12Carl Worth1-1/+1
2007-01-20NEWS: Add notes for 1.3.12 snapshotCarl Worth1-0/+93
2007-01-20cairo-wideint: Fix to eliminate comparison of signed and unsigned valuesCarl Worth1-1/+3
2007-01-20.gitignore: Add text-glyph-rangeCarl Worth1-0/+1
2007-01-20ROADMAP: Add 3 bugs to fix before the next snapshotCarl Worth1-0/+7
2007-01-19Fix two misspellings in a recent comment.Carl Worth1-2/+2
2007-01-19PDF: Fix CAIRO_EXTEND_NONE for source surface patternsCarl Worth1-8/+33
2007-01-19Add --use-ms option to cairo-perf-diff-filesKalle Vahlman1-1/+15
2007-01-19Make UTF-8 output from cairo-perf-diff-files optionalM Joonas Pihlaja1-37/+98
2007-01-19Add new scale-down-source-surface-paint testCarl Worth4-0/+75
2007-01-18Merge branch 'master' of git+ssh://git.cairographics.org/git/cairoVladimir Vukicevic4-43/+33
2007-01-18[nquartz] add test reference files for nquartz backendVladimir Vukicevic27-0/+0
2007-01-18[nquartz] use pattern snapshots, and correctly setup/teardown sourceVladimir Vukicevic1-13/+68
2007-01-18Fix cairo_get_dash and cairo_get_dash_count APIsCarl Worth3-40/+20
2007-01-17cairo-path-fixed: Don't add redundant, succesive MOVE_TO operations to the pathCarl Worth1-3/+13
2007-01-17Merge branch 'master' of git+ssh://git.cairographics.org/git/cairoVladimir Vukicevic10-25/+358
2007-01-17Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_listRobert O'Callahan7-22/+22
2007-01-17PDF: Compress the content streamAdrian Johnson1-3/+29
2007-01-17Add cairo-deflate-stream.cAdrian Johnson3-0/+147
2007-01-17PDF: Use Td where possible instead of Tm for positioning glyphsAdrian Johnson1-12/+26
2007-01-17Implement pixman fbCompositeSrc_8888x0565mmxDan Williams4-2/+148
2007-01-16Clean up _fbOnes()Pavel Roskin2-8/+8
2007-01-16[test] Test handling of out-of-range glyph indexes. (#9530)Brian Ewins4-0/+137
2007-01-15[TODO] Move some items from ROADMAP, and some new ones, into TODOBehdad Esfahbod2-23/+34
2007-01-11Remove unused variables (#7963)Kjartan Maraas3-6/+3
2007-01-10[cairo-type1-subset] Do not use an array of pointers, to reduce .data sizeBehdad Esfahbod1-2/+105
2007-01-09Add SRC and IN implementations to avoid CompositeGeneral in some cases hit by...Soeren Sandmann3-1/+366
2007-01-09Add unaligned_clip perf case courtesy of Jeff MuizelaarCarl Worth4-4/+73
2007-01-08[ATSUI] [2/2] Implement CAIRO_SCALED_GLYPH_INFO_SURFACE support.(#9467)Brian Ewins1-2/+111
2007-01-08[ATSUI] [1/2] Implement CAIRO_SCALED_GLYPH_INFO_SURFACE support.(#9467)Brian Ewins1-33/+44
2007-01-08Glitz: position large glyph correctly.Jinghua Luo1-2/+7
2007-01-08[ATSUI] Refactor code for creating CGBitmapContexts from cairo surfaces.Brian Ewins1-37/+48
2007-01-08[ATSUI] correct the rotation of glyph paths. (#9378)Brian Ewins1-27/+65
2007-01-08[ATSUI] Select Bitstream Vera and CSS font families reliably. Brian Ewins1-16/+40
2007-01-07[perf/cairo-perf-diff] Pass CAIRO_AUTOGEN_OPTIONS to autogen.Brian Ewins1-1/+4
2007-01-07[ATSUI] Scale glyphs using _cairo_matrix_compute_scale_factor (#9350)Brian Ewins1-8/+16
2007-01-07Spell check the docsBehdad Esfahbod19-44/+44
2007-01-07Fix various code/comment typosAlp Toker6-20/+20
2007-01-05Restrict _clip_and_composite_trapezoids to destination extentsCarl Worth1-10/+18
2007-01-05Add long-lines perf caseCarl Worth4-0/+120
2007-01-04[src/Makefile.am] Don't remove cairo-features.h in "make clean"Behdad Esfahbod1-2/+2
2007-01-04Remove WINVER from public header fileJonathan Watt2-10/+10
2007-01-04Fix for OS/2 display drivers that cannot handle 32bit output (feed them a 24b...Peter Weilbacher1-10/+60
2006-12-30Use the "-" option (instead of "-a") when calling "strings"Dan Amelang1-2/+2
2006-12-28In _cairo_scaled_font_text_to_glyphs, bail if text is zero-length (#5177)Behdad Esfahbod1-0/+6
2006-12-28[test] Add new test text-zero-len (#5177)Behdad Esfahbod4-0/+91
2006-12-24glitz: fix all compiler warnings in glitz backend.Jinghua Luo1-8/+23
2006-12-23Don't call into backends if num_glyphs is zero (#5177)Behdad Esfahbod2-0/+6
2006-12-23[cairo-scaled-font] Skip invisible glyphs (like space) in glyph_extents() (#9...Behdad Esfahbod1-22/+36
2006-12-23[test/text-rotate] Use the same text for measuring and printingBrian Ewins1-2/+2