summaryrefslogtreecommitdiff
path: root/src/cairo-directfb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-6/+6
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-5/+13
2006-08-02Fixed debug statement that broke compileMichael Emmel1-1/+1
2006-07-20Check for zero before freeing regionMichael Emmel1-1/+2
2006-07-14Fixed debug message to use new member nameMichael Emmel1-1/+1
2006-07-13Rewrote to remove intermediate surfacesMichael Emmel1-224/+178
2006-06-26Added major updates fixes and enhancements byMichael Emmel1-652/+1523
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-2/+3
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-2/+2
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-8/+8
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-11/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-30/+30
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-2/+2
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-3/+3
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+3
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-21/+21
2006-03-09Complete the CAIRO_PATTERN_TYPE renamingMart Raudsepp1-3/+3
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-0/+1
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+1
2006-02-26Use C-style comments rather than C++-styleChristian Biesinger1-1/+1
2005-12-29New directfb backend for cairo includes test suite and example to run the tes...Michael Emmel1-0/+804