summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-22/+0
2009-09-14[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.M Joonas Pihlaja1-0/+2
2009-09-14[trace] Look harder for the cairo-trace.so library.M Joonas Pihlaja1-1/+16
2009-09-14[trace] Don't use pthread_key_delete.M Joonas Pihlaja1-1/+0
2009-09-14[build] Check for dlsym in both libdl and libc.M Joonas Pihlaja1-1/+5
2009-09-14[build] Work around autoconf void* -> VOID__ name conversion bug.M Joonas Pihlaja1-0/+4
2009-09-14[build] Add a default message for when GLEW isn't builtChris Wilson1-0/+1
2009-09-14Add a private copy of GLEWChris Wilson1-1/+9
2009-09-13[trace] Don't trace internal cairo calls on Solaris.M Joonas Pihlaja1-138/+327
2009-09-13[trace] Don't rely on the constructor attribute to initialise the tracer.M Joonas Pihlaja1-2/+174
2009-09-13[trace] Don't try and propagate a void result.M Joonas Pihlaja1-66/+70
2009-09-13[trace] Avoid warnings from assigning a void pointer to a function pointer.M Joonas Pihlaja1-2/+2
2009-09-13[trace] Stray trailing ';' in bswap macrosChris Wilson1-2/+2
2009-09-13[trace] Compile without lookup-symbolChris Wilson1-1/+5
2009-09-13[configure] --enable-symbol-lookupChris Wilson1-5/+9
2009-09-09[util] And reuse the same name repository name.Chris Wilson1-2/+2
2009-09-09[util] And back to a unique repo name for cairo.modulesChris Wilson1-2/+2
2009-09-09[util] And restore the repository tag.Chris Wilson1-0/+2
2009-09-09[util] Inherit the repository from xorg.modulesChris Wilson1-3/+1
2009-09-08[build] Improve handling of missing test apparatusChris Wilson1-2/+2
2009-09-05[configure] Add option to disable trace.Chris Wilson1-1/+1
2009-09-02[script] Always create a fallback fontChris Wilson1-19/+27
2009-09-02[script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson1-0/+106
2009-09-02[trace] Check for __builtin_return_address explicitly.M Joonas Pihlaja1-1/+1
2009-09-02[trace] Replace an open coded test for matrix identity.M Joonas Pihlaja1-4/+1
2009-09-02[trace] Don't crash on unknown enums values.M Joonas Pihlaja1-141/+172
2009-09-02[trace] Check for object stack underflow.M Joonas Pihlaja1-2/+24
2009-09-02[trace] Get the tracee program name from the environment.M Joonas Pihlaja2-13/+21
2009-09-01[tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson2-2/+2
2009-08-31[trace] Use HAVE_FLOCKFILE/FUNLOCKFILE since configure test for them.M Joonas Pihlaja1-0/+4
2009-08-29[script] Implement invertChris Wilson1-1/+25
2009-08-29Rename cairo-script static func to avoid MinGW conflictDamian Frank1-2/+2
2009-08-29[script] Conditionalise the buildChris Wilson2-3/+10
2009-08-29[script] Support running on cairo-1.8Chris Wilson1-3/+15
2009-08-29Add xml surfaceChris Wilson4-2/+462
2009-08-29Add cairo-sphinx utility for regression analysisChris Wilson5-0/+1832
2009-08-29Add 'flight-data-recorder' utility.Chris Wilson3-0/+320
2009-08-29Fix errors found by clangChris Wilson3-20/+27
2009-08-29[build] Add options for warning about bad castsChris Wilson3-61/+121
2009-08-29[script] Emit surface contentChris Wilson1-1/+4
2009-08-29[script] Read from a FILE streamChris Wilson2-0/+26
2009-08-29[script] Introduce cairo_script_context_tChris Wilson2-22/+11
2009-08-29[trace] Fix emission of similar (track operands)Chris Wilson1-7/+6
2009-08-29[trace] Emit an 'index' for an undefined surfaceChris Wilson1-11/+10
2009-08-29[script] Handle zero-length stringsChris Wilson1-1/+2
2009-08-29[script] Off-by-one in allocation of string length.Chris Wilson1-1/+1
2009-08-29[script] A little utility to convert a trace into a traceChris Wilson2-0/+46
2009-08-29[script] Use a compact representation for horizontal offsets between glyphsChris Wilson1-6/+16
2009-08-29[script] Preserve '{}' whilst translatingChris Wilson2-31/+37
2009-08-29[util] Show total edge length in show-edgesChris Wilson1-11/+43