summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-08Add toy font constructor and gettersBehdad Esfahbod1-1/+23
2008-08-05Finish off lcd-filter mergeBehdad Esfahbod1-0/+2
2008-08-05Add lcd filter type to the public API and font optionsSylvain Pasche1-0/+26
2008-07-17cairo.h: Remove trailing comma in enumerationCarl Worth1-1/+1
2008-06-27Change cairo_text_cluster_t members signedBehdad Esfahbod1-2/+2
2008-06-26Add cairo_show_text_glyphs APIBehdad Esfahbod1-1/+21
2008-06-23Add status CAIRO_STATUS_NEGATIVE_COUNTBehdad Esfahbod1-1/+3
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-2/+2
2008-06-05[doc] Document user-font callback typesBehdad Esfahbod1-0/+133
2008-06-05[user-font] Reorder methods to the order they should appear in docsBehdad Esfahbod1-11/+11
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-4/+4
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-4/+4
2008-05-28Fix whitespaceBehdad Esfahbod1-8/+8
2008-05-24Add public API cairo_scaled_font_get_scale_matrix()Behdad Esfahbod1-0/+4
2008-05-15[cairo-surface] Add cairo_surface_get_fallback_resolution()Behdad Esfahbod1-0/+5
2008-05-10[cairo-user-font] Implement user fontsBehdad Esfahbod1-2/+66
2008-05-09Add CAIRO_STATUS_FONT_TYPE_MISMATCHBehdad Esfahbod1-1/+3
2008-05-09[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod1-6/+6
2008-04-06Document many more defaultsCarl Worth1-1/+9
2008-04-06Document default extend modesCarl Worth1-2/+7
2008-04-06Document EXTEND_REFLECT and EXTEND_PAD as implemented for surfaces since 1.6Carl Worth1-3/+3
2008-03-17[quartz] Rename ATSUI font to Quartz fontVladimir Vukicevic1-2/+2
2008-02-25[quartz] Add quartz-image-surface typeVladimir Vukicevic1-1/+3
2008-02-15[cairo-scaled-font] Create error objects on demand.Chris Wilson1-1/+1
2008-02-06Introduce cairo_has_current_point()Alp Toker1-0/+3
2008-02-06Revert "Change cairo_get_current_point() to return cairo_status_t instead of ...Alp Toker1-1/+1
2008-01-29Fix typosNis Martensen1-2/+2