summaryrefslogtreecommitdiff
path: root/src/cairo-path.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-61/+50
2003-12-16Move all current_point state fields from cairo_gstate_t to cairo_path_t.Carl Worth1-4/+106
2003-12-08Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth1-49/+7
2003-11-06Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth1-10/+10
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-39/+39
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-19/+18
2003-09-25Removed support for cairo_path_t and related functions. Bumped version to 0.1.5Carl Worth1-177/+11
2003-09-25Expose a cairo_path_t object with related functions: cairo_set_path, cairo_cu...Carl Worth1-11/+177
2003-07-31Mark const.Richard Henderson1-1/+1
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-17/+17
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-6/+6
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+436