summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-31font-options: Avoid triggering new error notificationwip/cleanup-errorAndrea Canciani1-2/+2
2011-07-31xlib: Simplify error handlingAndrea Canciani1-27/+25
2011-07-30Clean up _cairo_error()Andrea Canciani13-22/+22
2011-07-30Manually ensure that new error statuses are introduced with CAIRO_ERROR_Andrea Canciani7-32/+32
2011-07-30Make sure that new error statuses are introduced with CAIRO_ERROR_Andrea Canciani120-1029/+1027
2011-07-30error: Introduce new error notificationAndrea Canciani2-4/+71
2011-07-30Do not reference error objects directlyAndrea Canciani8-54/+29
2011-07-30vg: Do not reference error VG contexts directlyAndrea Canciani1-8/+11
2011-07-30font-options: Do not reference error font options directlyAndrea Canciani2-12/+34
2011-07-30font-face: Do not reference error font faces directlyAndrea Canciani11-102/+106
2011-07-30stream: Do not reference error output streams directlyAndrea Canciani7-58/+29
2011-07-30userdata: Move the declarations to a private headerAndrea Canciani15-33/+90
2011-07-30font-face: Move the declarations to a private headerAndrea Canciani15-46/+100
2011-07-30Remove useless checks for NULL before freeingAndrea Canciani28-168/+88
2011-07-30font-face: Cleanup backend-specific destruction codeAndrea Canciani2-8/+0
2011-07-30pattern: Do not provide type field in cairo_pattern_union_tAndrea Canciani3-3/+2
2011-07-30scaled-font: Update documentation and code with atomic refcountingAndrea Canciani2-18/+9
2011-07-30surface: Set errors through _cairo_surface_set_status()Andrea Canciani1-1/+1
2011-07-30Tighten error validationAndrea Canciani1-2/+2
2011-07-30Update FSF addressAndrea Canciani5-5/+5
2011-07-30Fix make checkAndrea Canciani5-2/+8
2011-07-30clip: Fix copy of clip rectangles listAndrea Canciani1-0/+3
2011-07-30default-context: Do not allow restoring pushed gstatesAndrea Canciani1-0/+3
2011-07-29image: Free clip_surface after useChris Wilson1-9/+14
2011-07-29image: extend support of direct replay for paginated surfacesChris Wilson3-13/+74
2011-07-29build: Respect CFLAGS and LIBS env settingsAndrea Canciani1-4/+4
2011-07-29trace: Emit the content type for image surfacesChris Wilson1-1/+22
2011-07-29xcb: Convert the box back to integer coordinates for uploading the imageChris Wilson1-18/+22
2011-07-29gl: Rectilinear fast pathChris Wilson1-1/+185
2011-07-29gl: Rectangular fast pathChris Wilson5-68/+443
2011-07-29ps: remove unnecessary flushAdrian Johnson1-4/+0
2011-07-29ps: Apply the clip reduction techniques from pdfChris Wilson1-4/+32
2011-07-29pdf: Don't remove the current clip if redundantChris Wilson1-0/+11
2011-07-29pdf: Remove redundant clip regionsChris Wilson1-6/+21
2011-07-29clipper: Also need to guard against the incoming clip being NULLChris Wilson1-1/+1
2011-07-29clip: Fix clip-equal to handle one or the other being NULL/all-clippedChris Wilson1-0/+10
2011-07-29xcb: Short-circuit multiplying the alpha mask by 1.0Chris Wilson1-0/+3
2011-07-29fallback: Prevent recursion when combining with the clipChris Wilson1-20/+109
2011-07-29pattern: Complete the list of possible pattern errorsAndrea Canciani1-2/+3
2011-07-29record: Only reduce fill+stroke if the clip doesn't change between the commandsChris Wilson1-1/+3
2011-07-29device: Flush on a finished device is a no-opAndrea Canciani1-0/+3
2011-07-29clipper: Detect a incremental change in the general clip-pathChris Wilson1-4/+30
2011-07-29clip: Fix cairo_clip_equal()Chris Wilson1-1/+35
2011-07-29record: Assume recording surface targets are clearChris Wilson2-23/+18
2011-07-29quartz: Silence some clang warningsAndrea Canciani1-26/+24
2011-07-29cff-subset: Do not use garbage valuesAndrea Canciani1-4/+4
2011-07-29Silence Clang static analyzer reportsAndrea Canciani4-4/+9
2011-07-29Silence gcc warningsAndrea Canciani1-1/+0
2011-07-29directfb: Unbreak compilationAndrea Canciani1-5/+4
2011-07-29script: Initialize recording extentsAndrea Canciani1-0/+1