summaryrefslogtreecommitdiff
path: root/src/cairo.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Check for NULL pointer in cairo_set_scaled_fontBehdad Esfahbod1-0/+5
2008-08-08Add toy font constructor and gettersBehdad Esfahbod1-1/+5
2008-08-07Center the group pattern transform around the device_transformed originJeff Muizelaar1-1/+11
2008-06-29[show_text_glyphs] Allow clusters with zero textBehdad Esfahbod1-2/+7
2008-06-27Change cairo_text_cluster_t members signedBehdad Esfahbod1-9/+10
2008-06-26Add cairo_show_text_glyphs APIBehdad Esfahbod1-4/+105
2008-06-24Oops. Fix thinko in previous commit.Behdad Esfahbod1-1/+1
2008-06-24Cleanup _set_error functions a bitBehdad Esfahbod1-2/+5
2008-06-23Return CAIRO_STATUS_NEGATIVE_COUNT if num_glyphs is negativeBehdad Esfahbod1-0/+15
2008-06-23Protect against NULL glyphs array in text APIBehdad Esfahbod1-3/+21
2008-06-19Rename cairo_* global vars to _cairo_*Behdad Esfahbod1-3/+3
2008-06-13Allocate the correct pattern type on the stack.Chris Wilson1-2/+2
2008-06-13[cairo] Cache freed gstates.Chris Wilson1-8/+13
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-14/+13
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-7/+7
2008-05-15[cairo-surface] Add cairo_surface_get_fallback_resolution()Behdad Esfahbod1-0/+3
2008-05-09[cairo-meta-surface] Add _cairo_meta_surface_get_path()Behdad Esfahbod1-2/+5
2008-04-11[cairo] Return defaults when the context is in error.Chris Wilson1-8/+8
2008-04-06Add missing parens() to function name in gtk-doc commentCarl Worth1-1/+1
2008-04-06Document default opaque black source pattern.Carl Worth1-3/+9
2008-04-06Document many more defaultsCarl Worth1-4/+26
2008-04-06Document toy nature of cairo_select_font_faceCarl Worth1-6/+26
2008-03-26[cairo] Fixup make check.Chris Wilson1-3/+3
2008-03-25Document performance advantage of cairo_path_extentsCarl Worth1-2/+12
2008-02-27[cairo-path-bounds] _cairo_path_fixed_bounds() can fail...Chris Wilson1-3/+7
2008-02-17[cairo-misc.c] Add misc functions to this fileBehdad Esfahbod1-287/+0
2008-02-15[cairo-scaled-font] Create error objects on demand.Chris Wilson1-8/+2
2008-02-15[cairo-font-options] Disallow use of NULL font-options.Chris Wilson1-6/+4
2008-02-06Introduce cairo_has_current_point()Alp Toker1-2/+23
2008-02-06Revert "Change cairo_get_current_point() to return cairo_status_t instead of ...Alp Toker1-18/+4
2008-01-29Initialize return values for cairo_*_extents in case of errorCarl Worth1-4/+50
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-1/+1
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-16/+14
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-13/+13
2008-01-28[src] Fix gtk-doc warningsBehdad Esfahbod1-3/+3
2008-01-28Add cairo_image_surface_stride_for_widthCarl Worth1-1/+3
2008-01-26Change cairo_get_current_point() to return cairo_status_t instead of voidBehdad Esfahbod1-4/+18
2008-01-21Test and document that fill rule has no effect on cairo_path_extentsCarl Worth1-2/+2
2008-01-21Test and document extents of degenerate "dots"Carl Worth1-3/+3
2008-01-21Fix cairo_path_extents to ignore lone cairo_move_to points.Carl Worth1-15/+25
2008-01-21Clarify documentation of cairo_{fill,stroke,path}_extentsCarl Worth1-11/+25
2008-01-21[cairo] Add cairo_path_extents()Brian Ewins1-0/+30
2008-01-17[cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson1-4/+6
2008-01-17[text] Set the extents on the error paths.Chris Wilson1-16/+19
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-2/+2
2008-01-12[cairo] Harden the text API against NULL strings.Chris Wilson1-0/+6
2008-01-03[cairo] Update CAIRO_STATUS_LAST_STATUSChris Wilson1-1/+1
2007-12-29Add CAIRO_STATUS_TEMP_FILE_ERRORAdrian Johnson1-0/+2