summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2011-09-02Introduce the cairo-missing libraryAndrea Canciani7-1/+221
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson3-0/+14
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson4-1/+679
2011-08-15Introduce cairo_mime_surface_tChris Wilson1-0/+49
2011-08-14script: Missed break for creating unbounded recording surfaces.Chris Wilson1-0/+1
2011-08-14script: leave the tail of the RGB24 data unmolestedChris Wilson1-7/+8
2011-08-12util/show-traps: Cache the rendering of the traps+edgesChris Wilson1-14/+86
2011-08-12util/show-polygon: Show end-pointsChris Wilson1-6/+17
2011-08-10script: Include an operator to replay a recording surface to a fileChris Wilson1-0/+42
2011-08-10trace: Pop the surface after write-to-pngChris Wilson1-2/+2
2011-08-07util: Add show-polygonsChris Wilson2-1/+566
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani2-6/+3
2011-07-29trace: Emit the content type for image surfacesChris Wilson1-1/+22
2011-07-29script: Initialize recording extentsAndrea Canciani1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson2-0/+188
2011-07-23trace: Create a new opcode for recording surfaceChris Wilson2-9/+66
2011-07-17cairo-trace: Fix mark-dirty with xcb backendUli Schlachter1-4/+12
2011-07-09Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter1-0/+1
2011-06-24script-interpreter: Build on win32Andrea Canciani6-8/+39
2011-06-16build: Don't build cairo-sphinx when the tee surface is offAndrea Canciani1-0/+2
2011-06-06cairo-trace: Fix use of buf outside of scopeChris Wilson1-1/+2
2011-05-26cairo-trace: Fix an obscure bug recording the fishtankChris Wilson1-180/+191
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2-0/+8
2011-03-18trace: Always emit a function name for write-to-png-streamAndrea Canciani1-3/+4
2011-03-18trace: Fix hint_style/hint_metrics typoChris Wilson1-1/+1
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani1-7/+7
2011-01-01script: Add support for mesh patternsAndrea Canciani1-0/+201
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson2-0/+3
2010-10-28build: Don't build cairo-fdr when the tee surface is offBenjamin Otte1-0/+2
2010-09-06Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson1-20/+4
2010-09-01gobject: Fix header definesBenjamin Otte1-32/+32
2010-08-10script: Fix script backend build.M Joonas Pihlaja2-0/+2
2010-08-07Add cairo-gobject libraryBenjamin Otte5-0/+811
2010-07-12trace: Avoid stdbool.h C99ism.M Joonas Pihlaja1-90/+94
2010-07-11build: Rework pthread detection.M Joonas Pihlaja3-3/+8
2010-07-10Convert mime data length to use unsigned longChris Wilson1-3/+3
2010-05-27script: Update csi-exec to match new interface.Chris Wilson1-1/+2
2010-05-13build: Fix pthread detectionBenjamin Otte2-4/+3
2010-05-12script: Avoid the expensive of the redundant memset.Chris Wilson1-13/+26
2010-05-12script: Don't hash the entire image.Chris Wilson1-11/+24
2010-05-11trace: And for the bonus round... Make it compile.Chris Wilson1-2/+2
2010-05-11trace: Try wrapping FT_Open_Face()Chris Wilson1-12/+26
2010-04-30subsurface: s/region/rectangle/Chris Wilson2-11/+11
2010-04-28trace: Wrap cairo_surface_create_for_region()Chris Wilson2-0/+69
2010-04-27Update FSF addressAndrea Canciani10-10/+10
2010-04-26trace: Remove unused functionsChris Wilson1-24/+0
2010-04-26trace: Check return value to suppress compiler warningChris Wilson1-1/+4
2010-04-26trace: Trivial compiler warning fixChris Wilson1-1/+1
2010-04-14script: Flush prior to modifying the image data.Chris Wilson1-0/+1
2010-03-31configure: check -lrt for shm_open()Chris Wilson1-1/+1