summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Use HTTPS URLs for gnome.org domainsPaul Menzel1-1/+1
2018-10-16Use HTTPS URLs for freedesktop.org domainsPaul Menzel1-1/+1
2018-06-13script-surface: Check for invalid ids (CID #1159557, 1159558)Bryce Harrington1-0/+2
2018-04-02Cairo trivial typosUnknown1-1/+1
2018-04-02csi-trace does not show helpsuzuki toshiya1-2/+2
2017-10-21util/font-view: fix build errorAdrian Johnson1-0/+2
2017-10-21fix warning: inlining failed in call to '_csi_stack_push'Adrian Johnson2-9/+13
2017-08-21script: Fix misleading indentation warning.Guillermo Rodriguez1-2/+2
2016-10-04fix compiler warningsAdrian Johnson1-0/+1
2016-09-02Bug 29319 - Modules are built as versioned shared objectsBehdad Esfahbod3-3/+3
2016-03-26Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson3-1/+3
2016-03-26Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson3-0/+4
2016-03-26Adding missing error status to utilsAdrian Johnson3-1/+13
2015-06-18cairo-script: Rename struct member to avoid name collision on AIXBryce Harrington2-38/+38
2015-06-18cairo-script: Prefer cairo from local treeBryce Harrington5-10/+9
2015-06-18cairo-script: Cleanup boilerplate header for consistencyBryce Harrington1-2/+1
2015-06-18cairo-script: Add missing copyright and boilerplateBryce Harrington4-0/+132
2015-06-18cairo-script: Always include config.h first thingBryce Harrington11-0/+26
2015-06-04cairo-script: Improve buffer length checkBryce Harrington1-1/+2
2015-03-06csi-trace: Add --version and --help args to utilityBryce Harrington1-1/+9
2015-03-05skip MAP_NORESERVE when unsupportedMichael Haubenwallner1-0/+4
2015-01-20cairo-trace: Fix duplicated surface push on similar-imageEmanuele Aina1-2/+1
2014-09-24sphinx: Add ickle's explanation of what sphinx doesBryce Harrington1-0/+8
2014-07-14[cairo-trace] Work around fontconfig :charset= parse format changeBehdad Esfahbod1-0/+12
2014-07-11[trace] Don't print FC_CHARSET, FC_LANG, and FC_CAPABILITYBehdad Esfahbod1-4/+17
2014-05-06Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru1-1/+0
2014-04-30test and util: maintain consistency in the usage of ARRAY_LENGTH macroRavi Nanjundappa2-7/+9
2014-01-31cairo-script: Compare status with CSI enumsBryce Harrington1-1/+1
2014-01-31cairo-script: Error if asked to decompress with missing compression libBryce Harrington2-12/+12
2014-01-31cairo-trace: Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSINGBryce Harrington1-0/+1
2013-10-31Fix SSIZE_T definition problem when making with MSYS on Windows7Bryce Harrington1-1/+1
2013-09-27trace: Fix operand emissionChris Wilson1-50/+182
2013-09-05script: Add support for replaying device-scaleChris Wilson1-0/+48
2013-09-05trace: Record set-device-scaleChris Wilson1-0/+12
2013-06-05trace: Improve operand emissionChris Wilson1-60/+87
2013-03-23gobject: Add wrapper around cairo_matrix_tNicola Fontana2-1/+7
2013-01-14script: Set decompression length prior to calling decompressorsChris Wilson1-1/+1
2013-01-08script: Simply exchange source/dest images for _set_source_imageChris Wilson1-5/+14
2013-01-08script: Attempt to decompress images in placeChris Wilson2-166/+232
2013-01-05script: Recompress strings using LZO whilst binding tracesChris Wilson6-56/+215
2013-01-04gobject: Fix my typo s/TEST/TEXT/ in the previous commitChris Wilson1-1/+1
2013-01-04gobject: Fix "text_cluster_flags_get_type" typoKouhei Sutou1-1/+1
2013-01-03gobject: Add the correct macro name for the hint-metrics typeKouhei Sutou1-0/+2
2012-11-28script: Fix map-to-image/unmap stack manipulationsChris Wilson1-3/+3
2012-11-28trace: Do not forcibly add surfaces to the dictionaryChris Wilson1-18/+32
2012-11-27trace: Fix operand emission for map-to-image and unmap-imageChris Wilson1-24/+34
2012-11-01util/show-polygon: Show the limited range of each edgeChris Wilson1-4/+48
2012-10-08cairo-sphinx: protect -ldl link with CAIRO_HAS_DL like in cairo-trace.Alexis Ballier1-0/+2
2012-10-08cairo-fdr: protect -ldl link with CAIRO_HAS_DL like in cairo-trace.Alexis Ballier1-0/+2
2012-09-22Fix malloc-stats for newer glibcBehdad Esfahbod1-1/+1