summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-11/+19
2009-07-21Merge commit 'anholt/gl'Chris Wilson1-1/+3
2009-07-17Add OpenVG backend.Chris Wilson1-1/+3
2009-07-14[cairo] Remove trailing spaces in comments.Chris Wilson1-11/+11
2009-07-14Use new pixman extended blend operatorsBenjamin Otte1-1/+52
2009-07-03Export meta-surfaceChris Wilson1-1/+21
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-1/+3
2009-06-15Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen1-0/+4
2009-06-03[cairo] Tweak error strings.Chris Wilson1-2/+2
2009-06-02Merge commit 'origin/master' into glEric Anholt1-13/+100
2009-05-07[cairo] Fix errors reported by check-docChris Wilson1-4/+4
2009-05-06[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod1-9/+14
2009-05-06Err, make gtk-doc happy againBehdad Esfahbod1-2/+0
2009-04-01Remove trailing comma in cairo_region_overlap_t enum.Jeff Muizelaar1-1/+1
2009-03-31[region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen1-1/+1
2009-03-30[region] Use const cairo_rectangle_int_t consistently.Chris Wilson1-2/+2
2009-03-28[region] Add documentation for all the new region methods.Søren Sandmann Pedersen1-3/+3
2009-03-28[region] Use signed ints for width and height in cairo_rectangle_int_tSøren Sandmann Pedersen1-1/+1
2009-03-28[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()Søren Sandmann1-1/+10
2009-03-28[region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen1-5/+2
2009-03-28[region] Delete cairo_region_create_rectangles()Søren Sandmann Pedersen1-4/+0
2009-03-28[region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann1-0/+75
2009-03-28[region] Add _cairo_region_contains_point()Søren Sandmann1-0/+1
2009-03-17Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod1-2/+10
2009-02-16[sdl] Remove new backend.M Joonas Pihlaja1-2/+0
2009-02-05[gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt1-1/+3
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-2/+4
2008-11-23Add JPEG2000 mimetype and image info functionAdrian Johnson1-0/+1
2008-11-13Add CairoScript backend.Chris Wilson1-1/+3
2008-11-07[surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson1-5/+6
2008-11-05[png] Attach the png representation to cairo_surface_create_from_png().Chris Wilson1-0/+1
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-2/+2
2008-11-02Add cairo_surface_set_mime_data()Adrian Johnson1-0/+15
2008-10-30[sdl] Add new backend.Chris Wilson1-1/+3
2008-10-08[cairo.h] Be defensive when checking for _MSC_VERChris Wilson1-1/+1
2008-09-29[text_to_glyphs] Further enhance the docsBehdad Esfahbod1-1/+1
2008-09-29[user-font] Rewrite text_to_glyphs allocation instructions.Chris Wilson1-19/+14
2008-09-26[cairo.h] Don't define cairo_public to __declspec(dllimport) for static buildBehdad Esfahbod1-1/+1
2008-09-25Actually remove cairo_has_show_text_glyphsCarl Worth1-3/+0
2008-09-20Define cairo_public correctly for win32Behdad Esfahbod1-1/+5
2008-09-18Make the lcd_filter API privateCarl Worth1-28/+0
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-21/+35
2008-08-28Move version number to src/cairo-version.hBehdad Esfahbod1-6/+31
2008-08-18Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod1-0/+3
2008-08-08Add note about zero-glyph clustersBehdad Esfahbod1-0/+3
2008-08-08Document all new APIBehdad Esfahbod1-11/+64
2008-08-08Add cairo_scaled_font_text_to_glyphs()Behdad Esfahbod1-3/+20
2008-08-08Add cairo_glyph/text_cluster_allocate/freeBehdad Esfahbod1-0/+12
2008-08-08[user-font] Add a cairo_t argument to cairo_user_scaled_font_init_func_tBehdad Esfahbod1-0/+8