summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen12-155/+134
2009-03-28[region] Change sense of _cairo_region_not_empty() to _cairo_region_empty()Søren Sandmann4-6/+6
2009-03-28[region] Miscellaneous bug fixes.Søren Sandmann3-2/+6
2009-03-28[region] Get rid of clip->has_regionSøren Sandmann3-23/+16
2009-03-28[region] Make cairo_region_t a malloced object.Søren Sandmann10-183/+280
2009-03-28Simplify _cairo_clip_intersect_region()Søren Sandmann Pedersen1-14/+5
2009-03-27[spline] fix wrong sign in _cairo_spline_bound.Bertram Felgenhauer1-1/+1
2009-03-26[in_fill] Correctly track current point in curve_to.Bertram Felgenhauer1-2/+6
2009-03-24[perf] Use CAIRO_LDFLAGSChris Wilson1-0/+2
2009-03-24[test] Check for surface create failure.Chris Wilson1-1/+6
2009-03-24[test] Early test for memfault.Chris Wilson1-11/+30
2009-03-24[test] Check for errors during get-path-extents.Chris Wilson1-0/+9
2009-03-21[win32] Use _hypot instead of hypotVladimir Vukicevic1-0/+1
2009-03-20[wince] Use the official _WIN32_WCE define instead of WINCEStefan Klug2-3/+3
2009-03-20[msvc] Fix definition of CAIRO_ENSURE_UNIQUE for non-x86Jeff Muizelaar1-1/+1
2009-03-18[test] Propagate allocation failure.Chris Wilson1-3/+16
2009-03-18[test] Destroy pattern on error paths.Chris Wilson1-4/+25
2009-03-18[test] Trivial leak on error in show-glyphs-many.Chris Wilson1-5/+6
2009-03-18[pattern] Report the true error status from getters.Chris Wilson1-0/+18
2009-03-17Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod3-8/+11
2009-03-17[twin] Reorganize matching code to better reflect the code in PangoBehdad Esfahbod2-45/+138
2009-03-17[twin] Update parsed weights and stretches from PangoBehdad Esfahbod1-25/+39
2009-03-17Support compiling without fontconfigBehdad Esfahbod16-45/+125
2009-03-16[scaled-font] Improve comments.Chris Wilson1-3/+3
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson9-289/+232
2009-03-16[scaled-font] Initialise original_font_faceChris Wilson1-0/+1
2009-03-04[trace] Disable mark dirty tracing.Chris Wilson2-11/+35
2009-03-03[pdf] Intialize 'interpolate'Jeff Muizelaar1-1/+1
2009-03-03[truetype] Move the sizeof asserts to compile time.Chris Wilson3-64/+15
2009-03-03[configure] Detect mkdir variant with non-gcc compilers.Ginn Chen2-2/+2
2009-03-03[test/any2ppm] Update the cairo-script-interpreter callback.Chris Wilson1-0/+1
2009-03-03[test/any2ppm] Add feature checks for daemon()Chris Wilson1-1/+5
2009-03-01[path] Fix regression introduced with 005436Chris Wilson1-2/+2
2009-03-01[test] Add regression test for 005436Chris Wilson7-0/+82
2009-02-27[in-fill] Close the path, cf fill()Chris Wilson1-0/+2
2009-02-26[win32] Include $(OPT) flags when linking cairo.dllJeff Muizelaar1-1/+1
2009-02-24[ps] Check the status of _cairo_type3_glyph_surface_create()Chris Wilson1-0/+3
2009-02-24[scaled-font] Hold reference to original font faceChris Wilson4-5/+17
2009-02-19Relanding: Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2-0/+25
2009-02-19Revert "Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()"Jeff Muizelaar2-25/+0
2009-02-19Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2-0/+25
2009-02-19[test] Fix assert on default font family in toy-font-faceJeff Muizelaar1-4/+15
2009-02-18Fix a const warning in _cairo_user_data_array_foreach()Jeff Muizelaar3-3/+3
2009-02-16Add test/Makefile.sourcesJeff Muizelaar3-334/+293
2009-02-16[sdl] Remove new backend.M Joonas Pihlaja20-675/+0
2009-02-16Delete _cairo_region_boxes_fini()Søren Sandmann Pedersen1-6/+0
2009-02-15Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann10-168/+112
2009-02-15Simplify region handling in xlib surfaceSøren Sandmann Pedersen1-8/+3
2009-02-13[wince] We don't need cairo_win32_tmpfile on Windows CEJeff Muizelaar2-2/+5
2009-02-13[perf] Test non-antialiased fill.Chris Wilson1-0/+21