summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Update documentation to remove references to cairo_has_show_text_glyphs().Chris Wilson3-7/+4
2008-10-13[scaled-font] Correct documentation for cairo_scaled_font_create().Chris Wilson1-2/+1
2008-10-13[pattern] Optimize away fractional translation for NEAREST patterns.Chris Wilson8-0/+144
2008-10-12[win32] win32 also uses font subsets.Chris Wilson1-1/+4
2008-10-12[pattern] Rescale the linear pattern matrix to avoid overflow.Chris Wilson5-8/+45
2008-10-11[xlib] Use the cached xrender formats.Chris Wilson1-24/+40
2008-10-11[test/any2ppm] Do not attempt to compile PS without spectreChris Wilson3-10/+25
2008-10-11[test] Add huge pattern.Benjamin Otte4-0/+79
2008-10-11[test] Use _POSIX_C_SOURCE for flockfile.Chris Wilson1-2/+3
2008-10-11Check that reads in truetype_reverse_cmap are within valid dataAdrian Johnson1-1/+11
2008-10-10[INSTALL] Mention pkg-config requirementChris Wilson1-0/+1
2008-10-10[image] Warn about a potential NULL return after finish().Chris Wilson1-1/+2
2008-10-10[xlib] Disable XRender support if the surface has no xrender_formatChris Wilson1-13/+24
2008-10-09[test] Add ps2png check program using libspectreCarlos Garcia Campos3-0/+122
2008-10-09[test/any2ppm] Enable PS conversion using libspectre.Carlos Garcia Campos4-8/+90
2008-10-09[pattern] Remove incorrect assert.Chris Wilson1-1/+0
2008-10-09[TEST] make imagediff work againBenjamin Otte1-4/+5
2008-10-08[perf] Add composite performance test.Björn Lindqvist5-0/+112
2008-10-08[test] Exercise degenerate dashes.Chris Wilson4-0/+100
2008-10-08[cairo.h] Be defensive when checking for _MSC_VERChris Wilson1-1/+1
2008-10-08[win32] Restore fine-grained fallback support for printing.Chris Wilson1-0/+8
2008-10-08[svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson15-48/+147
2008-10-07[win32] Use wide-char versions of some API functions, for compat with Windows...Vladimir Vukicevic1-3/+3
2008-10-07[tessellator] Compile fixes for !HAVE_INT64_TChris Wilson2-8/+16
2008-10-07[tessellator] Avoid implicit promotion to 64bit integer.Chris Wilson1-10/+10
2008-10-07[pattern] After cloning adjust [xy]_offset if possible.Chris Wilson1-3/+13
2008-10-07[xlib] Check integer translation for XCopyArea.Chris Wilson1-2/+8
2008-10-07[test] Add a test for a reported regression by Michael Natterer.Chris Wilson4-0/+73
2008-10-07[win32] create_similar should fall back to DIBs if DDB creation failVladimir Vukicevic1-26/+17
2008-10-07[quartz] initialize do_reflect field correctly for pattern drawsVladimir Vukicevic1-2/+1
2008-10-07[test] Add a test to exercise the internal twin fontChris Wilson6-0/+65
2008-10-07[array] Silence gtk-doc complaints.Chris Wilson1-6/+20
2008-10-07Fixup a couple of trivials doc warnings.Chris Wilson2-5/+3
2008-10-07[skiplist] Avoid repeated calls to compare on the same element when inserting.Chris Wilson1-6/+10
2008-10-07[hull] Replace open-coding of 64bit arithmetic.Chris Wilson1-12/+19
2008-10-07[slope] Replace open-coding 64bit integer arithmetic.Chris Wilson1-8/+6
2008-10-07[wideint] Declare the wideint arithmetic functions as const.Chris Wilson2-1/+3
2008-10-06Fix scrambled version number in generated documentation.Carl Worth1-1/+1
2008-10-06[Makefile.am.releasing] Make 'make snapshot' print a banner when doneBehdad Esfahbod1-1/+8
2008-10-06[RELEASING] Fix sample distcheck output to reflect current versioningBehdad Esfahbod1-4/+4
2008-10-06[boilerplate] Fix "make dist"Behdad Esfahbod1-3/+0
2008-10-06[twin-font] Make the stroke lighterBehdad Esfahbod1-1/+1
2008-10-06[Makefile.am.releasing] Exclude uid/gid from tarballBehdad Esfahbod1-2/+4
2008-10-06[user-font] Fix comment re backend interfaceBehdad Esfahbod1-1/+1
2008-10-06[wideint] Mark functions as pureChris Wilson2-1/+7
2008-10-06[tessellator] Replace open-coding _cairo_int64_cmp().Chris Wilson3-17/+60
2008-10-06[stroke] Simplify dash-off logic.Chris Wilson1-37/+28
2008-10-06[test] Mark fallback-resolution as XFAIL.Chris Wilson1-0/+13
2008-10-04[tessellator] Special case edge comparisons when on either end-point.Chris Wilson1-4/+96
2008-10-04[tessellator] Direct comparison of result in edges_compare_x_for_y.Chris Wilson2-42/+56