summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2006-02-24Add get_type functions: cairo_surface_get_type,Carl Worth1-1/+2
2006-01-06Reviewed by keithpCarl Worth1-6/+10
2005-12-19Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...Carl Worth1-615/+29
2005-12-19Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...Carl Worth1-3/+12
2005-12-19Use NULL clip instead of special serial zero cairo_clip_t Should make using s...Keith Packard1-9/+19
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-61/+61
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-21/+32
2005-11-08Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...Carl Worth1-5/+5
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-146/+119
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth1-18/+162