summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-22[win32] Correct error paths in text_to_glyphs().Chris Wilson1-3/+4
2008-10-22Map toy font face to implementation.Chris Wilson7-21/+128
2008-10-22Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson5-73/+48
2008-10-22[cairoint] Remove the duplicate prototype.Chris Wilson1-3/+0
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson22-229/+280
2008-10-21[ps] Check for an empty font subset.Chris Wilson1-0/+3
2008-10-20Add API documentation for NULL filenames and write_funcs.Chris Wilson3-6/+24
2008-10-20[mutex] s/HOLDS_MUTEX/MUTEX_IS_LOCKED/Chris Wilson3-12/+12
2008-10-20[directfb] Unbounded operators are unsupported.Chris Wilson1-0/+10
2008-10-20[directfb] Fallback for SATURATEChris Wilson1-0/+3
2008-10-20[directfb] Perfom text fallback if emulating clip regions.Chris Wilson1-2/+12
2008-10-20[directfb] When blitting check if we need the un-premultiplied color.Chris Wilson2-24/+54
2008-10-20[directfb] Apply clip to release_dest_image()Chris Wilson1-9/+14
2008-10-20[directfb] Fix OBO in clip.Chris Wilson1-2/+2
2008-10-20[directfb] Force NEAREST.Chris Wilson1-0/+5
2008-10-20[directfb] Track the empty clip rectangle.Chris Wilson1-1/+5
2008-10-20[directfb] Cap the maximum surface size to use for the font cache.Chris Wilson1-3/+7
2008-10-20[directfb] Only use the pure BLIT for integer translations.Chris Wilson1-7/+23
2008-10-20[directfb] Tweak _categorize_operation().Chris Wilson1-12/+25
2008-10-20[directfb] Support ROI cloning.Chris Wilson1-7/+4
2008-10-20[directfb] Rename backend structure.Chris Wilson1-13/+24
2008-10-20[directfb] Whitespace.Chris Wilson1-745/+733
2008-10-20[directfb] Simplify return from _directfb_get_operator().Chris Wilson1-70/+68
2008-10-20[directfb] Use the solid pattern cache.Chris Wilson1-54/+18
2008-10-20Remove CAIRO_BEGIN_DECLS uses that ickle introduced while mergingBehdad Esfahbod2-4/+0
2008-10-19[directfb] Return an error surface on create() failure.Chris Wilson1-11/+10
2008-10-19[directfb] Simplifiy ADD_TRIChris Wilson1-17/+13
2008-10-19[directfb] Add missing error statusChris Wilson1-0/+1
2008-10-19[directfb] Correct fixed-to-double conversion.Chris Wilson1-56/+54
2008-10-19[directfb] Fix error propagation from surface_create()Chris Wilson1-94/+114
2008-10-19[directfb] Compile fix.Chris Wilson1-2/+2
2008-10-19[image] Remove unused variable.Chris Wilson1-1/+0
2008-10-19[output-stream] Protect against NULL write_func.Chris Wilson1-0/+3
2008-10-19[output-stream] Accept a NULL filenameChris Wilson1-0/+3
2008-10-19[meta] Acquire scaled_font mutex for glyph_path().Chris Wilson1-0/+2
2008-10-19[user-font] Review locks under error conditions.Chris Wilson3-39/+46
2008-10-19[analysis] Check for error surfaces.Chris Wilson1-3/+13
2008-10-19[ps] Destroy type3 surface on error.Chris Wilson1-1/+3
2008-10-19[type3] Acquire scaled_font mutex whilst looking up glyphs.Chris Wilson1-20/+30
2008-10-19[user-font] Check for error objects.Chris Wilson1-12/+59
2008-10-19[pdf] Acquire scaled_font mutex for show_text_glyphs().Chris Wilson1-0/+2
2008-10-19[type1] Acquire scaled_font mutex.Chris Wilson1-0/+2
2008-10-19[scaled-font] Zero font extents for an error surface.Chris Wilson1-1/+12
2008-10-19[surface] Reorder asserts to make no assumptions about error objects.Chris Wilson1-47/+47
2008-10-19[svg] Lock the scaled_font whilst emitting glyphs.Chris Wilson1-0/+2
2008-10-19[scaled-font-subsets] Add locking to unscaled font.Chris Wilson1-6/+17
2008-10-19[xlib] Set return code after failing to allocate glyph surface.Chris Wilson1-3/+5
2008-10-19[gstate] Propagate error from clip.Chris Wilson1-10/+23
2008-10-19[paginated] Free local reference to target on error path.Chris Wilson1-0/+1
2008-10-19[test-paginated] Fix double free of surface along error path.Chris Wilson1-7/+9