summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-2/+2
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-2/+12
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+10
2006-08-13Update nil surface structs to the surface structPavel Roskin1-3/+27
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth1-10/+61
2006-08-07Improve docs for cairo_surface_create_similar()Carl Worth1-5/+6
2006-08-07Update doc syntaxBehdad Esfahbod1-1/+4
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-6/+6
2006-08-04Fix memory leak in _cairo_surface_show_glyphs (bug 7766)Chris Wilson1-0/+2
2006-07-31Set fallback resolution in create_similar. Update docs to reflect that.Behdad Esfahbod1-2/+8
2006-07-31Let backends return NULL in create_similar to take the fallback path.Behdad Esfahbod1-2/+3
2006-07-31Implement per-surface font options.Behdad Esfahbod1-6/+49
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod1-6/+6
2006-07-28Move font-matrix translation and device transform from surface to gstateBehdad Esfahbod1-37/+17
2006-07-14Use font matrix offset to reposition glyph origin instead of adjusting advanceBehdad Esfahbod1-5/+7
2006-07-10Fix nil surface initializations for surface type. (#7322)Behdad Esfahbod1-3/+3
2006-07-01Make CAIRO_EXTEND_REFLECT and CAIRO_EXTEND_PAD not crash on surface patterns,Behdad Esfahbod1-0/+30
2006-06-30Minor doc syntax fixes.Behdad Esfahbod1-1/+1
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-7/+7
2006-06-29Move device_transform of path to before floating->fixed conversion.Carl Worth1-31/+23
2006-06-25Fix bug 7268: Fix coordinate space for _cairo_surface_get_extentsCarl Worth1-18/+13
2006-06-16Note that create_similar clears surface.Behdad Esfahbod1-0/+2
2006-06-15Drop _cairo_surface_is_opaque now that we have cairo_surface_get_contentCarl Worth1-36/+1
2006-06-12Add aliases for deprecated cairo_{pdf,ps,svg}_surface_set_dpiCarl Worth1-0/+7
2006-06-10Change _cairo_meta_surface_get_extents to return a bounded size.Carl Worth1-9/+11
2006-06-10Don't create a new scaled_font if there's a device_offset but no device_scale.Carl Worth1-18/+16
2006-06-10Clarify that fallback_resolution acts on a per-page granularity.Carl Worth1-0/+5
2006-06-10Fix font size when drawing text with a device_scale.Carl Worth1-2/+25
2006-06-10Fix line width for stroking with a device_scale.Carl Worth1-2/+11
2006-06-10Hook up device scaling so fallback_resolution starts working.Carl Worth1-0/+39
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-60/+69
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-28/+28
2006-06-09New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...Carl Worth1-0/+44
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-18/+18
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-4/+4
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-34/+34
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-22/+22
2006-05-24Note the changed semantics of cairo_surface_set_device_offsetCarl Worth1-2/+2
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+21
2006-05-05Use CLEAR operator for initialisation of similar surface with a transparent c...Emmanuel Pacaud1-1/+4
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-29/+29
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-55/+237
2006-05-02Make backend-specific function set a surface error on type mismatch.Carl Worth1-1/+1
2006-04-14Fix _cairo_surface_is_opaque to return FALSE not TRUE for non-image surfaces.Carl Worth1-1/+9
2006-04-14Farm out the surface and pattern analysis functions away from cairo-ps-surfac...Carl Worth1-0/+28
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-1/+23
2006-02-27Add documentation for cairo_font_face_get_type,Carl Worth1-0/+6
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+15
2006-02-27Have mark_dirty always invalidate the last clip set on the surfaceVladimir Vukicevic1-1/+18