summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Split finish into multiple stagesHEADmasterChris Wilson1-9/+23
2012-05-01snapshot: Avoid triggering assertion for grabbing the target during destroyChris Wilson2-1/+10
2012-05-01snapshot: Hold a reference to target whilst queryingChris Wilson1-8/+43
2012-04-30Revert "Use pixman glyphs"Søren Sandmann Pedersen4-108/+212
2012-04-30Use pixman glyphsSøren Sandmann Pedersen4-212/+108
2012-04-29version: Post release bump to 1.12.3Chris Wilson1-1/+1
2012-04-29version: bump for cairo-1.12.2 releaseChris Wilson2-1/+41
2012-04-29check-doc-syntax: Only parse the source files for incorrect tagsChris Wilson1-5/+8
2012-04-29check-doc-syntax: Fix handling of return value in make checkChris Wilson1-0/+2
2012-04-29path-stroke-boxes: Fix degenerate end-caps for anti-clockwise pathsChris Wilson1-32/+28
2012-04-29test: Update degenerate-solid-dash referenceChris Wilson6-0/+0
2012-04-29gstate: Correctly compact degenerate dash segmentsChris Wilson1-19/+18
2012-04-29test: Fix array lengths for degenerate-solid-dashChris Wilson2-2/+2
2012-04-29gstate: Reduce degenerate dash to solidChris Wilson1-5/+30
2012-04-29image: Add a little bit of debugging to show number of boxes being drawnChris Wilson1-3/+3
2012-04-29test: Exercise degenerate dashes that are wholly solidChris Wilson3-0/+70
2012-04-29test: Exercise clip inversion imperfectionsChris Wilson5-0/+57
2012-04-29Satisfy check-doc-syntax.awk for unimplemented functionsChris Wilson1-0/+4
2012-04-28image: Avoid overflow when computing lerp spans for a8Chris Wilson1-8/+8
2012-04-27Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson5-15/+25
2012-04-27snapshot: Perform the cow under a mutexChris Wilson12-52/+96
2012-04-27image: Allow a snapshot to steal the original memory upon finishChris Wilson3-0/+22
2012-04-26image: Fix typo in _blit_spans()Chris Wilson1-1/+1
2012-04-25xlib: Fix inline conversion for TrueColor PutImageChris Wilson1-2/+1
2012-04-25xlib: Allow applications to create 0x0 surfacesChris Wilson1-1/+8
2012-04-23pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surfaceJeff Mahoney1-1/+1
2012-04-23gl: Fix creation of gradient ramps for GLESv2Alexandros Frantzis1-1/+11
2012-04-23win32: compilation fix for recent private/inline header separationDimiter Stanev1-1/+1
2012-04-23ps: support all image typesAdrian Johnson1-4/+37
2012-04-23pdf: support all image typesAdrian Johnson1-10/+31
2012-04-21stroke(boxes): Convert the dash step back into device units before incrementingChris Wilson4-1/+1
2012-04-19gl: Uses the inline clip function, so update its includeChris Wilson1-1/+1
2012-04-19dash: Increment dash_remain by the next segment to reduce accumulation errorsChris Wilson1-1/+1
2012-04-19dash: Use a epsilon compare for stepping the dashChris Wilson2-1/+3
2012-04-19Split cairo-list into struct+inlinesChris Wilson25-171/+234
2012-04-19Split cairo-surface-subsurface-private into struct+inlinesChris Wilson9-37/+80
2012-04-19Split cairo-error-private into struct+inlinesChris Wilson3-7/+53
2012-04-19Split cairo-pattern-private into struct+inlinesChris Wilson8-25/+69
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson12-43/+96
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson22-67/+93
2012-04-19Split cairo-surface-snapshot-private into struct+inlinesChris Wilson1-0/+59
2012-04-19Split cairo-surface-observer-private into struct+inlinesChris Wilson4-20/+62
2012-04-19Split cairo-surface-private into struct+inlinesChris Wilson4-9/+54
2012-04-19Split cairo-contour-privates into struct+inlinesChris Wilson5-35/+83
2012-04-19Split cairo-combsort-privates into struct+inlinesChris Wilson13-12/+12
2012-04-19Split cairo-clip-privates into struct+inlinesChris Wilson20-42/+101
2012-04-19Split cairo-box-privates into struct+inlinesChris Wilson15-14/+14
2012-04-19boxes: Remove unused inline functionChris Wilson1-8/+0
2012-04-19image: Split inline SRC compositionChris Wilson1-58/+96
2012-04-18stroke(boxes): Apply user scale factors to dash segmentsChris Wilson1-4/+7