summaryrefslogtreecommitdiff
path: root/src
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-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[pattern] Report the true error status from getters.Chris Wilson1-0/+18
2009-03-17Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod2-8/+10
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 Esfahbod8-35/+82
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-03[pdf] Intialize 'interpolate'Jeff Muizelaar1-1/+1
2009-03-03[truetype] Move the sizeof asserts to compile time.Chris Wilson1-0/+15
2009-03-01[path] Fix regression introduced with 005436Chris Wilson1-2/+2
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-18Fix a const warning in _cairo_user_data_array_foreach()Jeff Muizelaar3-3/+3
2009-02-16[sdl] Remove new backend.M Joonas Pihlaja5-491/+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[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-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-10Use _cairo_round() instead of round()Jeff Muizelaar1-4/+2
2009-02-10Add _cairo_round()Jeff Muizelaar1-0/+9
2009-02-10Remove zero size data array for compilation with MSVCJeff Muizelaar1-3/+2
2009-02-06Don't distribute cairo-features.h (#19992)Behdad Esfahbod1-4/+3
2009-02-04Elaborate the meaning of arithmetic rounding as done by _cairo_lround()Jeff Muizelaar1-1/+1
2009-02-02[directfb] Don't access the scaled_font->glyphs cache directlyChris Wilson1-10/+10