summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.in: Increment cairo version to 1.3.121.3.12Carl Worth2007-01-201-1/+1
* NEWS: Add notes for 1.3.12 snapshotCarl Worth2007-01-201-0/+93
* cairo-wideint: Fix to eliminate comparison of signed and unsigned valuesCarl Worth2007-01-201-1/+3
* .gitignore: Add text-glyph-rangeCarl Worth2007-01-201-0/+1
* ROADMAP: Add 3 bugs to fix before the next snapshotCarl Worth2007-01-201-0/+7
* Fix two misspellings in a recent comment.Carl Worth2007-01-191-2/+2
* PDF: Fix CAIRO_EXTEND_NONE for source surface patternsCarl Worth2007-01-191-8/+33
* Add --use-ms option to cairo-perf-diff-filesKalle Vahlman2007-01-191-1/+15
* Make UTF-8 output from cairo-perf-diff-files optionalM Joonas Pihlaja2007-01-191-37/+98
* Add new scale-down-source-surface-paint testCarl Worth2007-01-194-0/+75
* Merge branch 'master' of git+ssh://git.cairographics.org/git/cairoVladimir Vukicevic2007-01-184-43/+33
|\
| * Fix cairo_get_dash and cairo_get_dash_count APIsCarl Worth2007-01-183-40/+20
| * cairo-path-fixed: Don't add redundant, succesive MOVE_TO operations to the pathCarl Worth2007-01-171-3/+13
* | [nquartz] add test reference files for nquartz backendVladimir Vukicevic2007-01-1827-0/+0
* | [nquartz] use pattern snapshots, and correctly setup/teardown sourceVladimir Vukicevic2007-01-181-13/+68
|/
* Merge branch 'master' of git+ssh://git.cairographics.org/git/cairoVladimir Vukicevic2007-01-1710-25/+358
|\
| * PDF: Compress the content streamAdrian Johnson2007-01-171-3/+29
| * Add cairo-deflate-stream.cAdrian Johnson2007-01-173-0/+147
| * PDF: Use Td where possible instead of Tm for positioning glyphsAdrian Johnson2007-01-171-12/+26
| * Implement pixman fbCompositeSrc_8888x0565mmxDan Williams2007-01-174-2/+148
| * Clean up _fbOnes()Pavel Roskin2007-01-162-8/+8
* | Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_listRobert O'Callahan2007-01-177-22/+22
|/
* [test] Test handling of out-of-range glyph indexes. (#9530)Brian Ewins2007-01-164-0/+137
* [TODO] Move some items from ROADMAP, and some new ones, into TODOBehdad Esfahbod2007-01-152-23/+34
* Remove unused variables (#7963)Kjartan Maraas2007-01-113-6/+3
* [cairo-type1-subset] Do not use an array of pointers, to reduce .data sizeBehdad Esfahbod2007-01-101-2/+105
* Add SRC and IN implementations to avoid CompositeGeneral in some cases hit by...Soeren Sandmann2007-01-093-1/+366
* Add unaligned_clip perf case courtesy of Jeff MuizelaarCarl Worth2007-01-094-4/+73
* [ATSUI] [2/2] Implement CAIRO_SCALED_GLYPH_INFO_SURFACE support.(#9467)Brian Ewins2007-01-081-2/+111
* [ATSUI] [1/2] Implement CAIRO_SCALED_GLYPH_INFO_SURFACE support.(#9467)Brian Ewins2007-01-081-33/+44
* Glitz: position large glyph correctly.Jinghua Luo2007-01-081-2/+7
* [ATSUI] Refactor code for creating CGBitmapContexts from cairo surfaces.Brian Ewins2007-01-081-37/+48
* [ATSUI] correct the rotation of glyph paths. (#9378)Brian Ewins2007-01-081-27/+65
* [ATSUI] Select Bitstream Vera and CSS font families reliably. Brian Ewins2007-01-081-16/+40
* [perf/cairo-perf-diff] Pass CAIRO_AUTOGEN_OPTIONS to autogen.Brian Ewins2007-01-071-1/+4
* [ATSUI] Scale glyphs using _cairo_matrix_compute_scale_factor (#9350)Brian Ewins2007-01-071-8/+16
* Spell check the docsBehdad Esfahbod2007-01-0719-44/+44
* Fix various code/comment typosAlp Toker2007-01-076-20/+20
* Restrict _clip_and_composite_trapezoids to destination extentsCarl Worth2007-01-051-10/+18
* Add long-lines perf caseCarl Worth2007-01-054-0/+120
* [src/Makefile.am] Don't remove cairo-features.h in "make clean"Behdad Esfahbod2007-01-041-2/+2
* Remove WINVER from public header fileJonathan Watt2007-01-042-10/+10
* Fix for OS/2 display drivers that cannot handle 32bit output (feed them a 24b...Peter Weilbacher2007-01-041-10/+60
* Use the "-" option (instead of "-a") when calling "strings"Dan Amelang2006-12-301-2/+2
* In _cairo_scaled_font_text_to_glyphs, bail if text is zero-length (#5177)Behdad Esfahbod2006-12-281-0/+6
* [test] Add new test text-zero-len (#5177)Behdad Esfahbod2006-12-284-0/+91
* glitz: fix all compiler warnings in glitz backend.Jinghua Luo2006-12-241-8/+23
* Don't call into backends if num_glyphs is zero (#5177)Behdad Esfahbod2006-12-232-0/+6
* [cairo-scaled-font] Skip invisible glyphs (like space) in glyph_extents() (#9...Behdad Esfahbod2006-12-231-22/+36
* [test/text-rotate] Use the same text for measuring and printingBrian Ewins2006-12-231-2/+2