summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-08-08Add missing cairo-debug.h which was hold up make distcheck.Carl Worth1-0/+1
2005-08-08Declare _cairo_path_nil as extern.Billy Biggs1-1/+1
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs16-88/+238
2005-08-08Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...Owen Taylor1-2/+3
2005-08-08Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.Carl Worth1-0/+1
2005-08-08Fix accidentally committed line.Owen Taylor1-3/+1
2005-08-08Update doc comment.Kristian Høgsberg1-7/+5
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor8-353/+1047
2005-08-06Remove several bugs that have been fixed.Carl Worth1-1/+1
2005-08-06Fix to return &_cairo_font_face_nil instead of NULL on error.Carl Worth1-5/+2
2005-08-06Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor1-1/+0
2005-08-06Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...Carl Worth1-22/+24
2005-08-05Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...Carl Worth1-31/+71
2005-08-05Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...Carl Worth1-2/+2
2005-08-05Rename cairo_ft_font_face->next_face to next.Carl Worth1-6/+12
2005-08-05Include cairo-hash-private.h.Carl Worth2-0/+4
2005-08-05Simplify the implementation by taking advantage of the fact that destroy and ...Carl Worth1-5/+2
2005-08-05Rename two functions:Carl Worth1-20/+20
2005-08-05Entagle the cairo_unscaled_font_t typedef.Carl Worth1-4/+2
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth5-54/+54
2005-08-05Rather gratuitous (though mostly harmless) whitespace changes for font backen...Carl Worth1-46/+58
2005-08-05Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...Carl Worth1-4/+6
2005-08-05Rename parameters to scalend_font_backend from font to scaled_font.Carl Worth1-9/+10
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth5-8/+8
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth5-64/+55
2005-08-05Ignore cairo-clip-private.h.Carl Worth1-5/+2
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth3-7/+7
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth3-4/+1
2005-08-05Sort cairo-clip.cCarl Worth1-2/+2
2005-08-05Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth2-1/+17
2005-08-04Patch from Adrian Johnson <ajohnson@redneon.com>Kristian Høgsberg1-3/+69
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg10-674/+820
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg15-49/+80
2005-08-04Check for render bug involving repeated patterns with a general transform mat...Tor Lillqvist1-10/+30
2005-08-04Originally 2005-07-13 Carl Worth <cworth@cworth.org>Carl Worth3-117/+122
2005-08-01src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...Owen Taylor2-53/+67
2005-08-01New public header file.Carl Worth10-27/+255
2005-08-01src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor4-4/+133
2005-07-31Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...Billy Biggs1-1/+7
2005-07-31Cast away the const on the nil surface to avoid a compiler warning.Billy Biggs1-1/+1
2005-07-30Pass the options down to the scaled font object to keep things compiling.Billy Biggs1-1/+1
2005-07-30Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard2-418/+49
2005-07-29src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...Tor Lillqvist2-1/+3
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor4-15/+21
2005-07-28Run the mask pattern through the CTM in the same way as the source pattern. T...Carl Worth1-6/+10
2005-07-28Remove const qualifiers that only make things happy with a from-cvs version o...Carl Worth1-5/+5
2005-07-28Add missing cast.Carl Worth1-1/+1
2005-07-28Fix to call _cairo_error and return 0 on surface-type mismatch.Carl Worth1-0/+10
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth5-13/+61
2005-07-28src/cairo-win32-font.cStuart Parmenter2-3/+3