summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Remove references to PIXMAN_yuy2 and PIXMAN_yv12 enum valuesCarl Worth1-3/+0
2008-02-27[cairo-image-surface] Compiler warnings and whitespace.Chris Wilson1-21/+24
2008-01-29[cairo-image-surface.c] Cleanup stride checking and improve docsBehdad Esfahbod1-8/+8
2008-01-29[cairo_image_surface_create_for_data] Document stride error statusBehdad Esfahbod1-1/+3
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+2
2008-01-28[doc] Improve docs for new APIBehdad Esfahbod1-4/+4
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-2/+2
2008-01-28Clarify the documentation of stride within cairo_image_surface_create_for_dataCarl Worth1-8/+15
2008-01-28Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_widthCarl Worth1-10/+11
2008-01-28Add cairo_image_surface_stride_for_widthCarl Worth1-10/+50
2008-01-28Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logicCarl Worth1-3/+3
2008-01-18Remove some gratuitous assert statementsCarl Worth1-4/+1
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-122/+14
2008-01-14[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphsBehdad Esfahbod1-0/+18
2007-12-17Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.Chris Wilson1-10/+2
2007-10-10[cairo-image-surface] Dead code elimination.Chris Wilson1-3/+0
2007-10-04[cairo-image-surface] Check for errors whilst cloning.Chris Wilson1-0/+7
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-27/+20
2007-10-04[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson1-5/+7
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-2/+8
2007-10-04[malloc] Take advantage of calloc() argument checking.Chris Wilson1-1/+1
2007-10-01[cairo-image-surface] Avoid trying to create surfaces with invalid strides.Chris Wilson1-1/+4
2007-10-01[cairo-image-surface] Return correct error surfaces.Chris Wilson1-6/+59
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-1/+1
2007-09-18Let surfaces specify their native resolution, for fallback purposesVladimir Vukicevic1-0/+2
2007-09-06Add b8g8r8 formats to cairo-image-surfaceVladimir Vukicevic1-0/+22
2007-08-22[cairo-image-surface] Fix comment syntaxBehdad Esfahbod1-3/+3
2007-08-21Add support for image fallbacks for X servers with 555 visualsCarl Worth1-0/+14
2007-08-21Add support for image fallbacks for X servers with 565 visualsCarl Worth1-0/+16
2007-08-21Restore the error message for unsupported X server visualsCarl Worth1-0/+12
2007-08-21Use a pixman_format_code to describe the image surface used for xlib fallbacksCarl Worth1-29/+58
2007-08-21Eliminate fragile cairo_internal_format_tCarl Worth1-43/+109
2007-08-20[cairo-image-surface] Simplify device-offset usageBehdad Esfahbod1-5/+5
2007-08-17Plug possible leak of pixman_traps in _cairo_image_surface_composite_trapezoids.Martin Ejdestig1-3/+3
2007-08-16[cairo-image-surface] Avoid malloc(0)Chris Wilson1-0/+3
2007-08-16[boilerplate/xmalloc] Special case malloc(0) and friends.Chris Wilson1-1/+1
2007-08-16[cairo-image-surface] Remove status return for hard-coded CAIRO_STATUS_SUCCESS.Chris Wilson1-8/+5
2007-07-18[fixpt] Fixup malloc usage to use _cairo_malloc_*Vladimir Vukicevic1-1/+1
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-2/+2
2007-07-18[fixpt] fix up image surface to translate to 16.16 for pixmanVladimir Vukicevic1-11/+65
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-6/+6
2007-06-21Fix bug where _cairo_image_surface_composite_trapezoids() computed the wrong ...Søren Sandmann1-1/+1
2007-06-21[pixman] Initial port to standalone pixman library.Søren Sandmann1-186/+128
2007-06-07Add CAIRO_INTERNAL_FORMAT_RGB16_565 and prefer it over deprecated CAIRO_FORMA...Carl Worth1-3/+3
2007-05-29[misc] make _cairo_image_surface_nil_invalid static constVladimir Vukicevic1-1/+1
2007-05-04[cairo-pattern] Cache surface for solid patternsChris Wilson1-1/+28
2007-04-12[image] Set hint-metrics on in default font optionsBehdad Esfahbod1-1/+11
2007-04-12Move pixman_format_t from heap to stack allocations.Chris Wilson1-61/+42