summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-13[perf] Test non-antialiased fill.Chris Wilson1-0/+21
2009-02-13[perf] Env variable to ignore similar targets whilst benchmarking.Chris Wilson1-0/+3
2009-02-13[perf] Split can_run? into a separate precondition.Chris Wilson25-8/+89
2009-02-13[perf] Extend range of testing.Chris Wilson1-5/+5
2009-02-13[perf] Fix infinite loop in textChris Wilson1-4/+3
2009-02-13[test] Free ref_name in fallback-resolution.Chris Wilson1-0/+2
2009-02-13[path] Inline path ops during append_to_context()Chris Wilson1-18/+58
2009-02-13Inline _cairo_restrict_value()Chris Wilson4-33/+35
2009-02-13[surface] Move the meta-data copy-on-snapshot to the generic layer.Chris Wilson2-14/+27
2009-02-13[surface] Separate the mime-data from the user-data.Chris Wilson5-43/+77
2009-02-13Merge branch '1.8'Chris Wilson1-1/+4
2009-02-13[cairo] Describe the restrictions upon cairo_set_tolerance()Chris Wilson1-1/+4
2009-02-12[NEWS] Add API changes.Chris Wilson1-1/+19
2009-02-12[script] Expose a normal xlib window for replayChris Wilson1-56/+66
2009-02-12Divert pclose to _pclose for MSVCJeff Muizelaar1-0/+1
2009-02-12Merge branch '1.8'Chris Wilson1-2/+15
2009-02-12[png] Correct documentation to avoid reference to NULLChris Wilson1-2/+15
2009-02-11Correct the reference image for the rotate-image-surface-paint testSøren Sandmann1-0/+0
2009-02-11[test] Add cairo_test_NaN and use it in place of strtodJeff Muizelaar3-2/+17
2009-02-10[test] Add crtdbg.h includeJeff Muizelaar1-0/+4
2009-02-10Use _cairo_round() instead of round()Jeff Muizelaar1-4/+2
2009-02-10Add _cairo_round()Jeff Muizelaar1-0/+9
2009-02-10[test] Don't embed preprocessor directives inside macrosJeff Muizelaar3-15/+16
2009-02-09[test] Allocate glyph array with mallocJeff Muizelaar1-1/+3
2009-02-09[test] define isnan() on MSVCJeff Muizelaar1-0/+4
2009-02-10Remove zero size data array for compilation with MSVCJeff Muizelaar1-3/+2
2009-02-09[test] Avoid C99 designated initializersJeff Muizelaar1-10/+10
2009-02-09[test] Define INFINITY on MSVCJeff Muizelaar2-5/+2
2009-02-06Don't distribute cairo-features.h (#19992)Behdad Esfahbod1-4/+3
2009-02-06[test] Fix "make dist"Behdad Esfahbod2-1/+1
2009-02-05[test] Fix the definition of INFINITYJeff Muizelaar1-1/+1
2009-02-04Elaborate the meaning of arithmetic rounding as done by _cairo_lround()Jeff Muizelaar1-1/+1
2009-02-03[test] Define INFINITY if it hasn't been defined.Jeff Muizelaar2-20/+5
2009-02-02[directfb] Don't access the scaled_font->glyphs cache directlyChris Wilson1-10/+10
2009-01-31[util/malloc-stats] Do a single backtrace_symbols() callBehdad Esfahbod1-8/+50
2009-01-31[util] Fix memset bug in malloc-statsBehdad Esfahbod1-5/+4
2009-01-31[util] Don't link backtrace-symbols into malloc-statsBehdad Esfahbod1-1/+1
2009-01-30Trivial warning fixes.Chris Wilson2-3/+2
2009-01-30Revert "[png] Complete the idempotent read_png() -> write_png()"Chris Wilson1-14/+0
2009-01-30[util] Use a hash-table for malloc-stats.Chris Wilson1-47/+103
2009-01-29[test] Compile again without memfault.Chris Wilson1-10/+16
2009-01-29[skiplist] Provide an initial stack allocated pool.Chris Wilson3-34/+21
2009-01-29[stroker] Rectilinear dashing.Chris Wilson10-102/+437
2009-01-29[ft] Improve error status propagation.Chris Wilson1-33/+32
2009-01-29[ft] Distinguish fatal backend errors whilst constructing scaled fonts.Chris Wilson1-12/+26
2009-01-29[scaled-font] Differentiate fatal error when creating fontsChris Wilson1-1/+7
2009-01-29[scaled-font] Guard against invalid matrices when creating the scaled font.Chris Wilson1-2/+20
2009-01-29[surface] Fix memleak of along set_mime_data() error pathChris Wilson1-2/+6
2009-01-29[ps] Free images after emitting patterns.Chris Wilson2-2/+19
2009-01-29[png] Avoid a double free of the memory stream after error.Chris Wilson1-1/+1