summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-28Mark user-font-mask as XFAIL.Carl Worth1-1/+9
2008-10-28Rename user-font-image test to user-font-mask.Carl Worth3-4/+4
2008-10-28Correct NEWS to say 'release' instead of 'snapshot' for 1.8.0Carl Worth1-2/+2
2008-10-28[image] Remove invalid assert.Chris Wilson1-2/+0
2008-10-28[image] Check create_for_data() to ensure a valid minimum stride.Chris Wilson1-0/+12
2008-10-28[perf] Fix rectangular case of unaligned-clip.Chris Wilson1-6/+3
2008-10-27[Makefile.am.releasing] Fix typoBehdad Esfahbod1-1/+1
2008-10-27Add creation of a versioned manual to the release-publish target.Carl Worth1-9/+18
2008-10-27Change ps to ps3 in test/READMEAdrian Johnson1-1/+1
2008-10-27Change user-font-image test to use a patternAdrian Johnson2-2/+11
2008-10-27Add user-font-image testAdrian Johnson3-0/+247
2008-10-26[stroke] Ensure we record the first face for a dashed path.Chris Wilson1-0/+1
2008-10-26[stroke] _cairo_stroker_line_to_dashed() whitespaceChris Wilson1-18/+39
2008-10-26[test] Add leaky-dashed-strokeChris Wilson6-0/+179
2008-10-23[build] Use AC_LINK_IFELSE for testing linker flags.Chris Wilson2-1/+21
2008-10-23[test/user-font] Exercise glyph 0Behdad Esfahbod1-4/+3
2008-10-22[win32] Correct error paths in text_to_glyphs().Chris Wilson1-3/+4
2008-10-22Twin perf caseChris Wilson4-1/+54
2008-10-22Map toy font face to implementation.Chris Wilson7-21/+128
2008-10-22Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson5-73/+48
2008-10-22[cairoint] Remove the duplicate prototype.Chris Wilson1-3/+0
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson22-229/+280
2008-10-21[test/meta-surface-pattern] Propagate errors.Chris Wilson1-3/+2
2008-10-21[build] Use doltBehdad Esfahbod2-0/+178
2008-10-21[test/xlib-expose-event] Propagate errors.Chris Wilson1-3/+7
2008-10-21[test/unbounded-operator] Propagate errors.Chris Wilson1-4/+2
2008-10-21[test/surface-pattern-scale-up] Propagate errors.Chris Wilson1-3/+4
2008-10-21[test/surface-pattern-scale-down] Propagate errors.Chris Wilson1-3/+4
2008-10-21[test/rotate-image-surface-paint] Proapgate errors.Chris Wilson1-3/+4
2008-10-21[test/pixman-rotate] Propagate errorsChris Wilson1-17/+16
2008-10-21[test/operator-source] Propagate errors.Chris Wilson1-8/+4
2008-10-21[test/operator-clear] Propagate errors.Chris Wilson1-4/+2
2008-10-21[test/extend-pad] Propagate errors.Chris Wilson1-3/+4
2008-10-21[test/device-offset-scale] Propagate errorsChris Wilson1-7/+7
2008-10-21[test/device-offset-positive] Propagate errors.Chris Wilson1-7/+5
2008-10-21[test/device-offset] Propagate error.Chris Wilson1-3/+3
2008-10-21[ps] Check for an empty font subset.Chris Wilson1-0/+3
2008-10-21[configure] Check for atomic xchg.Chris Wilson1-1/+4
2008-10-20Add API documentation for NULL filenames and write_funcs.Chris Wilson3-6/+24
2008-10-20[mutex] s/HOLDS_MUTEX/MUTEX_IS_LOCKED/Chris Wilson3-12/+12
2008-10-20[directfb] Unbounded operators are unsupported.Chris Wilson1-0/+10
2008-10-20[directfb] Fallback for SATURATEChris Wilson1-0/+3
2008-10-20[directfb] Perfom text fallback if emulating clip regions.Chris Wilson1-2/+12
2008-10-20[directfb] When blitting check if we need the un-premultiplied color.Chris Wilson2-24/+54
2008-10-20[directfb] Apply clip to release_dest_image()Chris Wilson1-9/+14
2008-10-20[directfb] Fix OBO in clip.Chris Wilson1-2/+2
2008-10-20[directfb] Force NEAREST.Chris Wilson1-0/+5
2008-10-20[directfb] Track the empty clip rectangle.Chris Wilson1-1/+5
2008-10-20[directfb] Cap the maximum surface size to use for the font cache.Chris Wilson1-3/+7
2008-10-20[directfb] Only use the pure BLIT for integer translations.Chris Wilson1-7/+23