summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-25[build] Make valgrind support user-configurableChris Wilson1-15/+22
2009-05-25[in-fill] Fix typo in on-vertex test.Chris Wilson1-5/+5
2009-05-25[test] Change test semantics to match new in-fill definitionChris Wilson1-20/+57
2009-05-22[in-fill] Treat on-edge queries as inside.Chris Wilson1-1/+20
2009-05-22[xlib] Handle too-large images gracefully.Chris Wilson1-2/+2
2009-05-22[surface] Early return if the backend cannot clone an imageChris Wilson1-1/+5
2009-05-22[surface] Provide nil-surface for INVALID_SIZEChris Wilson1-1/+3
2009-05-22[win32] Wrap win32-font usage with CAIRO_HAS_WIN32_FONTChris Wilson1-0/+4
2009-05-22[win32] TypoChris Wilson1-1/+1
2009-05-17Correct the comment for the index_to_ucs4 font backend functionAdrian Johnson1-1/+2
2009-05-17Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup failsAdrian Johnson1-0/+1
2009-05-17Fix win32 build breakageAdrian Johnson1-0/+1
2009-05-15[debug] Check image contents using memcheck.Chris Wilson7-9/+85
2009-05-15[memfault] Update macros to avoid namescape collision with memcheckChris Wilson2-32/+32
2009-05-15[test] Stress the ft from-face cacheChris Wilson1-7/+102
2009-05-15[test] Clear expected floating point exceptionsChris Wilson2-1/+5
2009-05-15[test] Check text->path with user-fonts (twin)Chris Wilson4-1/+10
2009-05-15[test] Relax APPROX_EQUALS conditionChris Wilson1-4/+4
2009-05-15[test] Add a note to "Getting the elusive zero failures"Chris Wilson1-0/+12
2009-05-15[test] Fix typos that excluded backend test sourcesChris Wilson1-3/+3
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson16-16/+82
2009-05-15[ft] Resolve mutual referencing problems with zombie facesKarl Tomlinson2-9/+31
2009-05-15[ft] Restore the ability to lazily resolve patterns.Chris Wilson1-15/+17
2009-05-15Only include <strings.h> for ffs() when we HAVE_FFSJeff Muizelaar1-0/+2
2009-05-08[doc] Update identifiersChris Wilson1-1/+2
2009-05-08[path] Define _BSD_SOURCE to enable hypot()Chris Wilson1-0/+1
2009-05-08[script] Pedantic violationsChris Wilson2-5/+5
2009-05-08[script] Missing include for INT32_MAXChris Wilson5-13/+18
2009-05-08[skiplist] Missing include for ffs()Chris Wilson1-0/+2
2009-05-08[cairo] Protect typeof against -ansiChris Wilson1-1/+1
2009-05-08[cairo] Remove stray semi-colonChris Wilson1-1/+1
2009-05-08[cairo] Convert C99 comments to /* ... */Chris Wilson1-1/+1
2009-05-07[cairo] Fix errors reported by check-docChris Wilson1-4/+4
2009-05-07[check] Quieten output during checking headers-standaloneChris Wilson2-1/+4
2009-05-07[build] Fix gtk-doc interoperation with shaveChris Wilson1-2/+2
2009-05-07[build] Report status of gtk-doc in summaryChris Wilson1-0/+1
2009-05-06[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod4-12/+28
2009-05-06Err, make gtk-doc happy againBehdad Esfahbod2-3/+1
2009-05-05[xlib] Use a similar content surface for cloning imagesChris Wilson1-7/+9
2009-05-05[surface] Convert FORMAT_INVALID during snapshotsChris Wilson1-1/+9
2009-05-05[png] Coerce FORMAT_INVALID to a known image formatChris Wilson1-14/+30
2009-05-05[test] Create a new fallback surface to exercise 16-bit paths.Chris Wilson10-0/+383
2009-05-05[image] Treat A1 image surfaces as BILEVEL_ALPHAChris Wilson1-2/+7
2009-05-05[image] Make _cairo_image_analayze_transparency() more format agnosticChris Wilson1-10/+7
2009-05-05[image] Return FORMAT_INVALID for an error surface.Chris Wilson1-1/+1
2009-05-05[build] Add lcov-1.7 to known listChris Wilson1-1/+1
2009-05-05[build] Enable shave supportChris Wilson6-0/+232
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson14-0/+64
2009-04-20[test] Call FcInit() manually.Chris Wilson1-0/+6
2009-04-20[ft] Propagate status from font creationChris Wilson1-39/+51