summaryrefslogtreecommitdiff
path: root/src/cairo.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-24[cairo] Define min-tolerance in terms of cairo_fixed_tChris Wilson1-1/+1
2008-09-23Return the real error status for set_user_data()Chris Wilson1-1/+1
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-10/+9
2008-08-28Move version functions to cairo-misc.cBehdad Esfahbod1-43/+0
2008-08-18Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod1-0/+3
2008-08-17[doc] Another typo fixBehdad Esfahbod1-1/+1
2008-08-08Document all new APIBehdad Esfahbod1-51/+84
2008-08-08Add cairo_scaled_font_text_to_glyphs()Behdad Esfahbod1-24/+35
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