Age | Commit message (Expand) | Author | Files | Lines |
2009-03-01 | [path] Fix regression introduced with 005436 | Chris Wilson | 1 | -2/+2 |
2009-02-13 | [path] Inline path ops during append_to_context() | Chris Wilson | 1 | -18/+58 |
2008-12-12 | [path] Mark points as const during _cairo_path_fixed_interpret() | Chris Wilson | 1 | -11/+15 |
2008-11-29 | Mark allocation failures as unlikely. | Chris Wilson | 1 | -4/+4 |
2008-11-29 | Mark if(status) as being unlikely. | Chris Wilson | 1 | -3/+3 |
2008-01-28 | [doc] Replace 'NOTE' by 'Note' and add it to test | Behdad Esfahbod | 1 | -1/+1 |
2008-01-28 | [doc] Make sure all function names in docs are followed by () | Behdad Esfahbod | 1 | -3/+3 |
2008-01-28 | [doc] Make sure all macro names in docs are prefixed by % | Behdad Esfahbod | 1 | -6/+6 |
2008-01-21 | [path] use new interpret_flat infrastructure for path_populate | Brian Ewins | 1 | -37/+13 |
2008-01-21 | [path] Use new interpret_flat infrastructure for path_count. | Brian Ewins | 1 | -44/+18 |
2007-10-30 | [cairo-path] Return CAIRO_STATUS_SUCCESS. | Chris Wilson | 1 | -1/+1 |
2007-10-30 | [cairo-path] Make _cairo_path_nil static. | Chris Wilson | 1 | -1/+1 |
2007-10-04 | [cairo-error] Clean up all the warnings and missing _cairo_error() calls. | Chris Wilson | 1 | -8/+8 |
2007-10-01 | [cairo-path] Don't raise an error when attempting to create an empty path. | Chris Wilson | 1 | -12/+24 |
2007-06-29 | [fix] Avoid int overflow when allocating large buffers | Vladimir Vukicevic | 1 | -1/+1 |
2007-05-16 | [cairo-path] Check for errors during the count. | Chris Wilson | 1 | -1/+9 |
2007-04-10 | Cleanup multi-line if condition | Carl Worth | 1 | -9/+11 |
2007-04-09 | cairo-path - check for failure during _cairo_path_fixed_interpret | Chris Wilson | 1 | -23/+32 |
2007-04-03 | [src] Make sure all source files #include "cairoint.h" as their first include | Behdad Esfahbod | 1 | -0/+2 |
2007-03-21 | [cairo-path] Don't access gstate members directly | Behdad Esfahbod | 1 | -3/+4 |
2007-03-05 | In cairo_append_path(), allow excess path_data elements | Behdad Esfahbod | 1 | -4/+4 |
2006-12-19 | Rename remaining cairo_path_data to cairo_path in function names, etc. | Carl Worth | 1 | -118/+119 |
2006-12-19 | Rename cairo-path-data.c to cairo-path.c (and similar) | Carl Worth | 1 | -0/+497 |
2006-12-19 | Rename cairo-path.c to cairo-path-fixed.c | Carl Worth | 1 | -639/+0 |
2006-08-18 | Fix close-path failure by adding explicit move_to after close_path. | Carl Worth | 1 | -4/+11 |
2006-06-10 | Change {x,y}_device_offset values to a device_transform matrix. | Carl Worth | 1 | -6/+23 |
2006-06-06 | Remove initial, final, and duplicate blank lines. | Carl Worth | 1 | -1/+0 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 1 | -1/+1 |
2006-05-04 | Implement the device_offset functionality at surface, not gstate layer | Carl Worth | 1 | -0/+46 |
2006-02-23 | cairo_new_sub_path: Making cairo_arc easier to use and more. | Carl Worth | 1 | -10/+30 |
2005-08-31 | Split out scaled font code to cairo-scaled-font.c | Keith Packard | 1 | -0/+18 |
2005-05-03 | Fills as paths patch originally by Owen Taylor. | Kristian Høgsberg | 1 | -0/+9 |
2005-05-02 | Use correct arguments to compute absolute positions. | Keith Packard | 1 | -4/+4 |
2005-04-26 | Originally: 2005-04-19 Carl Worth <cworth@cworth.org> | Carl Worth | 1 | -37/+56 |
2005-03-23 | Clean up names of cairo_path internals. | Carl Worth | 1 | -147/+146 |
2005-03-23 | Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi... | Carl Worth | 1 | -37/+37 |
2005-03-23 | Begin the process of breaking up cairoint.h, moving structure definitions of ... | Carl Worth | 1 | -0/+2 |
2005-03-18 | * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)... | Carl Worth | 1 | -27/+35 |
2005-03-09 | Rename all the cairo_current functions to cairo_get functions instead. Add do... | Carl Worth | 1 | -1/+1 |
2005-02-22 | Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr... | Carl Worth | 1 | -1/+1 |
2005-02-16 | Patches from Mike Owens <etc@filespanker.com>: | Kristian Høgsberg | 1 | -0/+2 |
2004-10-21 | Convert all files to utf-8. Add copyright information to cairo_png_surface.c. | Carl Worth | 1 | -1/+1 |
2004-09-04 | Add the MPL as a new license option, in addition to the LGPL. | Carl Worth | 1 | -10/+27 |
2004-08-02 | Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr... | Carl Worth | 1 | -7/+5 |
2004-08-02 | Change from MIT license to LGPL. | Carl Worth | 1 | -20/+14 |
2004-02-12 | Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t... | Carl Worth | 1 | -61/+50 |
2003-12-16 | Move all current_point state fields from cairo_gstate_t to cairo_path_t. | Carl Worth | 1 | -4/+106 |
2003-12-08 | Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p... | Carl Worth | 1 | -49/+7 |
2003-11-06 | Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions. | Carl Worth | 1 | -10/+10 |
2003-10-23 | Fixed copyright attribution to refer to "University of Southern California | Carl Worth | 1 | -1/+1 |