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