summaryrefslogtreecommitdiff
path: root/src/cairo-script-surface.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02script: Add documentationChris Wilson1-21/+139
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-2/+30
2011-09-15script: Tag the similar surface rather than snapshotChris Wilson1-4/+3
2011-09-12Introduce a new compositor architectureChris Wilson1-99/+80
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson1-1/+4
2011-08-20observer: record all operations and their timingsChris Wilson1-8/+43
2011-08-14script: Hook image caching into the snapshot mechanismChris Wilson1-67/+7
2011-08-14script: take advantage of the polymorphism of the interpreterChris Wilson1-16/+19
2011-08-14image: peek through a snapshot to the recording surface behindChris Wilson1-1/+1
2011-08-14subsurface+recording: handle recursionChris Wilson1-59/+70
2011-08-14recording: remove the duplicate 'content' fieldChris Wilson1-2/+2
2011-08-14script: Support unbounded native recording surfacesChris Wilson1-44/+54
2011-08-14snapshot: Defer acquisitionChris Wilson1-27/+101
2011-08-13script: Emit sequences of boxes to as 'rectangle' for clarityChris Wilson1-21/+72
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-08-12script: Remove reference to image-surface-privateChris Wilson1-1/+0
2011-08-10script: Compile fixChris Wilson1-1/+2
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-12/+8
2011-07-29Silence Clang static analyzer reportsAndrea Canciani1-0/+2
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-35/+38
2011-07-19build: Fix compilationAndrea Canciani1-0/+1
2011-07-15Implement cairo_backend_tChris Wilson1-0/+2
2011-06-20script: Return status when flushing deviceAndrea Canciani1-3/+2
2011-03-18script: Fix stroking of 3 sided boxesAndrea Canciani1-1/+1
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani1-4/+4
2011-01-02pattern: Use double precision for gradient extreme objectsAndrea Canciani1-10/+8
2011-01-01script: Add support for mesh patternsAndrea Canciani1-0/+85
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-10-30script: Fix compilationAndrea Canciani1-9/+7
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte1-1/+1
2010-07-10Convert mime data length to use unsigned longChris Wilson1-3/+3
2010-06-19script: Pass the buffer length back to freetype.Chris Wilson1-1/+1
2010-06-10pattern: remove content field from solid patternsAndrea Canciani1-6/+3
2010-04-28script: Replace the missing " " after popChris Wilson1-1/+1
2010-04-28script: Reconstruct subsurfaces.Chris Wilson1-26/+58
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-19Revert "script: Another RGB16_565 warning."Andrea Canciani1-6/+0
2010-04-10script: Another RGB16_565 warning.Chris Wilson1-0/+6
2010-04-07script: Compile without FT_FONTChris Wilson1-1/+8
2010-04-07script: Another RGB16_565 warning.Chris Wilson1-0/+6
2010-04-02script: Fix endian encoding of '<|' length.Chris Wilson1-1/+8
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+15
2010-03-23script: Free the surface/font bitmaps.Chris Wilson1-0/+13
2010-03-23script: Manually unlink font entries upon destructionChris Wilson1-1/+3
2010-03-23script: More acquire device fixes.Chris Wilson1-15/+54
2010-03-21script: Make the test suite run again!Chris Wilson1-91/+103
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-8/+14
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-3/+1
2010-01-22script: Encode octal values correctly.Chris Wilson1-8/+13