summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-16[cairo-pdf-surface] Review error propagation from output stream.Chris Wilson1-144/+147
2008-01-16[cairo-ps-surface] Review error propagation during surface creation.Chris Wilson1-19/+17
2008-01-16[cairo-svg-surface] Review error propagation during surface creation.Chris Wilson1-58/+66
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson22-323/+185
2008-01-16[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson7-16/+46
2008-01-16[Makefile.am] Add -I$(builddir) for .c.i targetChris Wilson1-1/+1
2008-01-15[quartz] Store the CGFontRef and reuse it for renderingVladimir Vukicevic3-8/+23
2008-01-15[cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson9-15/+17
2008-01-14[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphsBehdad Esfahbod3-24/+51
2008-01-13[cairo-scaled-font] Add missing matrix guard to cairo_scaled_font_create().Chris Wilson1-0/+3
2008-01-13[cairo-matrix] Tidy usage of HAVE_ISFINITE.Chris Wilson2-38/+12
2008-01-13[cairo-gstate] Check that the matrix remains invertible.Chris Wilson1-0/+16
2008-01-13[cairo-gstate] Add isfinite guards to the transformation ops.Chris Wilson1-0/+21
2008-01-13[cairo-paginated-surface] Set error on surface for operations done its behalf.Chris Wilson1-2/+3
2008-01-12[cairo-pattern] Add an ASSERT_NOT_REACHEDChris Wilson1-1/+2
2008-01-12[cairo] Harden the text API against NULL strings.Chris Wilson1-0/+6
2008-01-12[cairo-matrix] Use isfinite() to check matrix determinant.Chris Wilson1-0/+20
2008-01-11Fix typo in comment.Kouhei Sutou1-1/+1
2008-01-11[check-plt.sh] Ensure that $MAKE is defined.Chris Wilson1-0/+1
2008-01-11[Makefile.am] Tweak the flags passed to CPP.Chris Wilson1-1/+1
2008-01-11[src/Makefile.am] Tweak includes a bitBehdad Esfahbod1-2/+2
2008-01-11[check] Move the hidden symbol check into check-{def,plt}.shChris Wilson4-23/+10
2008-01-11Merge branch 'master' of git.cairographics.org:/git/cairo into cairoCarl Worth30-1745/+2328
2008-01-11Migrate glyph mask to A8 in case of mixed-format glyphs.Carl Worth1-3/+47
2008-01-11[check] Replace compiled symbol visibility checker with shell script.Chris Wilson6-24/+36
2008-01-11[cairoint.h] Compile time check for a font backend.Chris Wilson1-0/+5
2008-01-11[check] Skip def/plt tests if the compiler doesn't support symbol hiding.Chris Wilson5-0/+24
2008-01-11[Makefile.am] Update cairo.def after the set of enabled features is modified.Chris Wilson1-1/+1
2008-01-11win32-printing: Do not clip and paint with an empty pathAdrian Johnson2-2/+7
2008-01-11win32-printing: use fill instead of clip for non win32 fontsAdrian Johnson1-2/+12
2008-01-11PS: Don't use language level check in EPSAdrian Johnson1-8/+8
2008-01-11Type1-subset: Font name may be NULLAdrian Johnson1-13/+24
2008-01-10[cairo-pattern] Free the copied pattern on error.Chris Wilson1-1/+9
2008-01-10[cairo-traps] Typo caught by valgrind.Chris Wilson1-1/+1
2008-01-10[cairo-pdf-surface] Review error handling.Chris Wilson1-84/+177
2008-01-10[cairo-pdf-surface] Skip emitting the font subset if not among resources.Chris Wilson1-12/+23
2008-01-10[cairo-pattern] Rearrange CAIRO_MUTEX_INITIALIZE.Chris Wilson1-2/+12
2008-01-10[cairo-pdf-operators] Be consistent in error checks.Chris Wilson1-19/+20
2008-01-10[cairo-paginated-surface] Call the abstract cairo_surface_show_page ().Chris Wilson1-1/+1
2008-01-10[cairo-path-bounds] _cairo_path_fixed_bounds() should never fail.Chris Wilson2-12/+8
2008-01-10[cairo-ft-font] Destroy unscaled font ref on error.Chris Wilson1-0/+2
2008-01-10[headers] Brute force fixup of including cairoint.h from boilerplate.Chris Wilson3-170/+172
2008-01-10Set the PS level to to minimum requiredAdrian Johnson2-3/+8
2008-01-10Add PS Level check to PS outputAdrian Johnson1-4/+12
2008-01-09Fix MSVC 2008 compiler warnings - bug 13698Adrian Johnson1-2/+2
2008-01-09Fix win32-font problems with Type 1 fontsAdrian Johnson1-43/+218
2008-01-07PDF: Update the PDF page structure commentAdrian Johnson1-60/+8
2008-01-07PDF: Remove copy_pageAdrian Johnson1-14/+1
2008-01-07PDF: Put each fallback image in a separate groupAdrian Johnson2-7/+21
2008-01-07Fix analysis of transformed meta surfacesAdrian Johnson1-3/+8