summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-23Increment cairo version to 1.3.10 (and libtool versioning to 12:3:10)1.3.10Carl Worth1-2/+2
2006-12-23NEWS: Add notes for 1.3.10 snapshotCarl Worth1-0/+59
2006-12-23Annoying template churnCarl Worth1-1/+0
2006-12-23Ignore another test case binaryCarl Worth1-0/+1
2006-12-22Add optimization for rectilinear strokeCarl Worth6-7/+329
2006-12-22Put ft-text-vertical-layout-type1 back on the XFAIL listCarl Worth2-1/+3
2006-12-22Reimplement path.has_current point as a 1-bit bitfieldCarl Worth1-1/+1
2006-12-22Add new rectilinear-stroke testCarl Worth4-0/+141
2006-12-22Glitz: fix a potential use after free bug in _cairo_glitz_surface_old_show_gl...Jinghua Luo1-2/+2
2006-12-20[test] Fix typo in test comment, againBehdad Esfahbod1-1/+1
2006-12-19Rename remaining cairo_path_data to cairo_path in function names, etc.Carl Worth3-132/+134
2006-12-19Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth4-4/+4
2006-12-19Rename cairo-path.c to cairo-path-fixed.cCarl Worth2-1/+1
2006-12-18test/.gitignore: Ignore binarries for some recently added testsCarl Worth1-0/+3
2006-12-17[ATSUI] Use screen metrics instead of ideal metrics to compute glyph extentsBrian Ewins1-15/+17
2006-12-17[tests/ft-text-vertical-layout-type3] Remove comment that this emits Type3 fontBehdad Esfahbod1-1/+1
2006-12-17[type1-subset] Return UNSUPPORTED for vertical fontsBehdad Esfahbod3-1/+4
2006-12-17[PS] Fix typo in comment emitted for Type1 fallback font subsetsBehdad Esfahbod1-1/+1
2006-12-17[pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>Behdad Esfahbod1-0/+2
2006-12-17[pdiff] Don't use float math functions if not using gcc with C99Behdad Esfahbod1-0/+8
2006-12-17[configure] Use AC_C_INLINE to correctly define inlineBehdad Esfahbod3-7/+3
2006-12-17[test] Add ft-text-vertical-layout-type3-ps-argb32-ref.pngBehdad Esfahbod2-2/+2
2006-12-16[test] Fix typo in test commentBehdad Esfahbod1-1/+1
2006-12-16[cairo-gstate] Don't bypass glyph transformation if font_matrix has translati...Behdad Esfahbod1-1/+2
2006-12-16[pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabledBehdad Esfahbod1-1/+1
2006-12-16[pdiff] Fix compiler warnings, that were causing crashesBehdad Esfahbod1-1/+4
2006-12-16[ATSUI] Round glyph locations to nearest pixelBrian Ewins1-2/+4
2006-12-16[ATSUI] Support disabling antialiased textBrian Ewins1-0/+4
2006-12-16New performance test case "mosaic" for splines.M Joonas Pihlaja5-1/+4560
2006-12-16[check-defs.sh] Fix make check for OPD platformsFrederic Crozat1-1/+6
2006-12-14Merge branch 'master' of git.cairographics.org:/git/cairo into cairoCarl Worth3-49/+76
2006-12-14Bump cairo version to 1.3.9 after making 1.3.8 snapshotCarl Worth1-1/+1
2006-12-14Increment cairo version to 1.3.8 (and libtool versioning to 12:2:10)1.3.8Carl Worth1-2/+2
2006-12-14NEWS: Add notes for cairo 1.3.8 snapshotCarl Worth1-0/+21
2006-12-15revert accidental mode changes in my previous commitJonathan Watt2-0/+0
2006-12-15Merge branch 'master' of git://git.cairographics.org/git/cairoU-JONATHAN-X60S\jonathan68-1138/+1199
2006-12-15Fix a couple of character spacing issues on WindowsU-JONATHAN-X60S\jonathan3-49/+76
2006-12-14Fix a couple of more stale images holding up 'make distcheck'Carl Worth1-2/+0
2006-12-14Optimize gradient computationsDavid Turner24-145/+316
2006-12-14Fix 'make distcheck' after recent file removalsCarl Worth2-22/+1
2006-12-14test: Remove ps-specific reference images no longer needed thanks to pdiffCarl Worth11-0/+0
2006-12-14test: Remove svg-specific reference images no longer needed thanks to pdiffCarl Worth9-0/+0
2006-12-14Hook up pdiff to the test suite now that its written in CCarl Worth3-7/+37
2006-12-14pdiff: Remove casts since we're out of the land of X++ where void* is stupidl...Carl Worth1-4/+2
2006-12-14pdiff: Rename everything to .c and fix an last littele C++ isms.Carl Worth8-153/+54
2006-12-14pdiff: Replace CompareArgs class with args_t structCarl Worth5-32/+160
2006-12-14pdiff: Fix return value from perceptualdiff programCarl Worth1-2/+1
2006-12-14pdiff: Remove all uses of std::stringCarl Worth3-29/+14
2006-12-14pdiff: Remove RGBAImage classes now that we're just using cairo image surfacesCarl Worth8-271/+69
2006-12-14pdiff: Remove hideous C++ reference passingCarl Worth1-13/+13