summaryrefslogtreecommitdiff
path: root/src/cairo-path.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* path: Convert from backend coordinates back into user coordinatesChris Wilson2012-09-101-5/+6
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-1/+1
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1
* Implement cairo_backend_tChris Wilson2011-07-151-68/+30
* Fix errors from src/check-plt.shUli Schlachter2011-02-121-0/+1
* path: Always interpret in forward directionAndrea Canciani2010-12-101-4/+0
* path: Cleanup unused current_pointAndrea Canciani2010-12-101-18/+0
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+9
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [path] Fix regression introduced with 005436Chris Wilson2009-03-011-2/+2
* [path] Inline path ops during append_to_context()Chris Wilson2009-02-131-18/+58
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-11/+15
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-4/+4
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-3/+3
* [doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-3/+3
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-6/+6
* [path] use new interpret_flat infrastructure for path_populateBrian Ewins2008-01-211-37/+13
* [path] Use new interpret_flat infrastructure for path_count.Brian Ewins2008-01-211-44/+18
* [cairo-path] Return CAIRO_STATUS_SUCCESS.Chris Wilson2007-10-301-1/+1
* [cairo-path] Make _cairo_path_nil static.Chris Wilson2007-10-301-1/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-8/+8
* [cairo-path] Don't raise an error when attempting to create an empty path.Chris Wilson2007-10-011-12/+24
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-1/+1
* [cairo-path] Check for errors during the count.Chris Wilson2007-05-161-1/+9
* Cleanup multi-line if conditionCarl Worth2007-04-101-9/+11
* cairo-path - check for failure during _cairo_path_fixed_interpretChris Wilson2007-04-091-23/+32
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-0/+2
* [cairo-path] Don't access gstate members directlyBehdad Esfahbod2007-03-211-3/+4
* In cairo_append_path(), allow excess path_data elementsBehdad Esfahbod2007-03-051-4/+4
* Rename remaining cairo_path_data to cairo_path in function names, etc.Carl Worth2006-12-191-118/+119
* Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth2006-12-191-0/+497
* Rename cairo-path.c to cairo-path-fixed.cCarl Worth2006-12-191-639/+0
* Fix close-path failure by adding explicit move_to after close_path.Carl Worth2006-08-181-4/+11
* Change {x,y}_device_offset values to a device_transform matrix.Carl Worth2006-06-101-6/+23
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-1/+1
* Implement the device_offset functionality at surface, not gstate layerCarl Worth2006-05-041-0/+46
* cairo_new_sub_path: Making cairo_arc easier to use and more.Carl Worth2006-02-231-10/+30
* Split out scaled font code to cairo-scaled-font.cKeith Packard2005-08-311-0/+18
* Fills as paths patch originally by Owen Taylor.Kristian Høgsberg2005-05-031-0/+9
* Use correct arguments to compute absolute positions.Keith Packard2005-05-021-4/+4
* Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth2005-04-261-37/+56
* Clean up names of cairo_path internals.Carl Worth2005-03-231-147/+146
* Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth2005-03-231-37/+37
* Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth2005-03-231-0/+2
* * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth2005-03-181-27/+35