summaryrefslogtreecommitdiff
path: root/src/cairo.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-18Fix cairo_get_dash and cairo_get_dash_count APIsCarl Worth1-26/+11
2007-01-17Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_listRobert O'Callahan1-3/+3
2006-12-22Add optimization for rectilinear strokeCarl Worth1-5/+6
2006-12-19Rename remaining cairo_path_data to cairo_path in function names, etc.Carl Worth1-5/+5
2006-12-19Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth1-1/+1
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-2/+2
2006-12-09Change _cairo_lround to correctly handle edge cases previously missedDan Amelang1-26/+179
2006-12-06Change _cairo_lround to use arithmetic roundingDan Amelang1-12/+45
2006-11-22Add _cairo_lround for much faster roundingDaniel Amelang1-0/+25
2006-11-20Add const qualifier to cairo_path_t* parameter of cairo_append_pathCarl Worth1-2/+2
2006-10-15[slim] hide cairo_version_string()Jamey Sharp1-0/+1
2006-10-04Rename the create_for_status pattern to create_in_error.Carl Worth1-4/+4
2006-09-29Add missing 'Since: 1.4' tags to documentation of 'clip getter' functions.Carl Worth1-0/+4
2006-09-29Use consistent wording to document cairo_in_fill, cairo_in_stroke, cairo_fill...Carl Worth1-12/+20
2006-09-29Fix typo in documentation of cairo_in_fill (thanks to Jonathan Watt) and clar...Carl Worth1-9/+15
2006-09-26Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.Carl Worth1-6/+10
2006-09-25Add clip getters API + testsRobert O'Callahan1-0/+63
2006-09-25Fix stroke/fill extents bounding boxesRobert O'Callahan1-0/+26
2006-09-19dash and pattern getter functionsVladimir Vukicevic1-1/+62
2006-09-11Check for valid path status value before calling _cairo_set_errorVladimir Vukicevic1-1/+2
2006-09-08cairo_show_glphs: Mark glyphs argument as const.Behdad Esfahbod1-1/+1
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+12
2006-08-18Fix close-path failure by adding explicit move_to after close_path.Carl Worth1-0/+8
2006-08-08Document a few more functionsBehdad Esfahbod1-0/+42
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod1-3/+3
2006-07-27Make "double *dash" argument const in cairo_set_dashBehdad Esfahbod1-4/+4
2006-07-13Tiny doc typo fix.Behdad Esfahbod1-1/+1
2006-07-10Small doc fix.Behdad Esfahbod1-2/+2
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-0/+14
2006-06-25Prefer sub-path over subpath in documentation.Carl Worth1-12/+12
2006-06-25Add documentation for how degenerate segments and sub-paths are treated.Carl Worth1-0/+26
2006-06-23Fix a minor documentation typo in cairo_pop_group_to_sourceJonathon Jongsma1-1/+1
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-2/+2
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-2/+2
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-3/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-9/+9
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-83/+83
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-9/+9
2006-05-23Clarify the documentation for cairo_set_dashCarl Worth1-3/+7
2006-05-23Codify 1.0 behavior of cairo_set_line_width as a feature, not a bug.Carl Worth1-6/+19
2006-05-04Flesh out the documentation for cairo_push_group, cairo_pop_group and friendsCarl Worth1-20/+99
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-1/+1
2006-05-04Fix up clip at pop_group time, to keep it in surface backend coordinatesVladimir Vukicevic1-2/+7
2006-05-04Implement push_group/pop_groupVladimir Vukicevic1-13/+137
2006-05-03PS: Add three new public functions for emitting DSC comments.Carl Worth1-1/+3
2006-04-27Correct documentation to say "user space", not "user-space" where appropriate.Carl Worth1-5/+5
2006-04-18Merge branch 'cairo' into new-sub-pathCarl Worth1-0/+49
2006-04-15Implement cairo_set_scaled_font().Behdad Esfahbod1-0/+40
2006-04-11Make cairo_t and cairo_output_stream_t destructors handle NULL.Kristian Høgsberg1-0/+6