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