summaryrefslogtreecommitdiff
path: root/src/cairo-path.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Implement cairo_backend_tChris Wilson1-68/+30
2011-02-12Fix errors from src/check-plt.shUli Schlachter1-0/+1
2010-12-10path: Always interpret in forward directionAndrea Canciani1-4/+0
2010-12-10path: Cleanup unused current_pointAndrea Canciani1-18/+0
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte1-0/+9
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-03-01[path] Fix regression introduced with 005436Chris Wilson1-2/+2
2009-02-13[path] Inline path ops during append_to_context()Chris Wilson1-18/+58
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-11/+15
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-4/+4
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-3/+3
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-3/+3
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-6/+6
2008-01-21[path] use new interpret_flat infrastructure for path_populateBrian Ewins1-37/+13
2008-01-21[path] Use new interpret_flat infrastructure for path_count.Brian Ewins1-44/+18
2007-10-30[cairo-path] Return CAIRO_STATUS_SUCCESS.Chris Wilson1-1/+1
2007-10-30[cairo-path] Make _cairo_path_nil static.Chris Wilson1-1/+1
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-8/+8
2007-10-01[cairo-path] Don't raise an error when attempting to create an empty path.Chris Wilson1-12/+24
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-1/+1
2007-05-16[cairo-path] Check for errors during the count.Chris Wilson1-1/+9
2007-04-10Cleanup multi-line if conditionCarl Worth1-9/+11
2007-04-09cairo-path - check for failure during _cairo_path_fixed_interpretChris Wilson1-23/+32
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-0/+2
2007-03-21[cairo-path] Don't access gstate members directlyBehdad Esfahbod1-3/+4
2007-03-05In cairo_append_path(), allow excess path_data elementsBehdad Esfahbod1-4/+4
2006-12-19Rename remaining cairo_path_data to cairo_path in function names, etc.Carl Worth1-118/+119
2006-12-19Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth1-0/+497
2006-12-19Rename cairo-path.c to cairo-path-fixed.cCarl Worth1-639/+0
2006-08-18Fix close-path failure by adding explicit move_to after close_path.Carl Worth1-4/+11
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-6/+23
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-0/+46
2006-02-23cairo_new_sub_path: Making cairo_arc easier to use and more.Carl Worth1-10/+30
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard1-0/+18
2005-05-03Fills as paths patch originally by Owen Taylor.Kristian Høgsberg1-0/+9
2005-05-02Use correct arguments to compute absolute positions.Keith Packard1-4/+4
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-37/+56
2005-03-23Clean up names of cairo_path internals.Carl Worth1-147/+146
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-37/+37
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+2
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-27/+35
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth1-1/+1
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-16Patches from Mike Owens <etc@filespanker.com>:Kristian Høgsberg1-0/+2
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27