summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-06Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson1-41/+8
2010-09-06check: Fix for link-time-optimisationChris Wilson1-1/+1
2010-09-02freelist: Separate freelist inlines from the datatype in headers.M Joonas Pihlaja5-29/+58
2010-09-02build: Remove stray backslash.M Joonas Pihlaja1-1/+1
2010-09-01subsurface: Fix acquire_source_surface for out-of-bounds surfacesBenjamin Otte1-18/+23
2010-08-29device: Refer the user to per-backend docs about devices.M Joonas Pihlaja1-0/+6
2010-08-29subsurface: Add a note to the docs about usage restrictions.M Joonas Pihlaja1-0/+7
2010-08-28surface-offset: Use right variable in maskBenjamin Otte1-1/+1
2010-08-27subsurface: Fix crash when acquiring a source image.M Joonas Pihlaja1-1/+1
2010-08-26subsurface: Correct cloning conditionAndrea Canciani1-5/+5
2010-08-26subsurface: Avoid invalid accessesAndrea Canciani1-1/+11
2010-08-26subsurface: Silence compiler warningsAndrea Canciani1-2/+0
2010-08-26subsurface: Don't clip size to target sizeBenjamin Otte1-3/+0
2010-08-26subsurface: Don't apply device transform twice for source/maskBenjamin Otte1-12/+0
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte12-21/+25
2010-08-26subsurface: Don't crash when the device transform isn't integerBenjamin Otte1-6/+4
2010-08-26subsurface: Make subsurfaces their own typeBenjamin Otte1-1/+0
2010-08-26subsurface: Properly account for device offsets in the targetBenjamin Otte1-5/+5
2010-08-11Mark the context as invalid on the final cairo_destroy()Chris Wilson1-0/+3
2010-08-10Replace insertion sort with mergesort in the scan converterAndrea Canciani1-35/+103
2010-08-10ft-font: Make alpha mapping consistentNicolaus L Hepler1-7/+0
2010-08-10build: Fudge the build system some more so it handles extra libsBenjamin Otte2-2/+2
2010-08-08os2: Restore surface type checking in the get_extents method.Rich Walsh1-1/+9
2010-08-08os2: Fix clipping to bounds when blitting pixels.Rich Walsh1-35/+27
2010-08-08os2: Tweak an inline declaration.Rich Walsh1-1/+1
2010-08-08os2: Consolidate error paths of cairo_os2_surface_create().Rich Walsh1-60/+60
2010-08-08os2: Document ownership of OS/2 objects passed to surfaces.Rich Walsh1-11/+12
2010-08-08os2: Don't fake an Anchor Block when one isn't needed.Rich Walsh1-13/+3
2010-08-08os2: Fix buffer allocator behaviour on arithmetic overflow.Rich Walsh1-31/+23
2010-08-08os2: Fix blitting 24 bpp pixel data.Rich Walsh2-49/+68
2010-08-08os2: New API to create surfaces without a persistent HPS.Rich Walsh2-3/+153
2010-08-08gl: Handle errors from _cairo_gl_gradient_render()Benjamin Otte1-1/+8
2010-08-08pattern: Simplify degenerate linear pattern to solid colorsAndrea Canciani1-2/+117
2010-08-08pattern: Add gradient degeneracy testing functionsAndrea Canciani1-4/+17
2010-08-08gstate: Correct commentAndrea Canciani1-1/+1
2010-08-08Correct color stops comparison functionAndrea Canciani1-21/+4
2010-08-07Add cairo-gobject libraryBenjamin Otte1-0/+16
2010-08-07Update documentation to reflect that rgb565 is no longer deprecated.Søren Sandmann Pedersen1-3/+3
2010-08-07quartz: improve backend detectionAndrea Canciani1-9/+15
2010-08-07quartz: fix solid masking fallbackAndrea Canciani1-1/+1
2010-08-06quartz: fix stroking with unbounded operatorsAndrea Canciani1-6/+8
2010-07-30configure: Disable xml backend by defaultBenjamin Otte1-1/+1
2010-07-30configure: Disable tee backend by defaultBenjamin Otte2-1/+11
2010-07-30tee: Move definitions into separate headerBenjamin Otte4-19/+72
2010-07-28egl: Use EGL_KHR_surfaceless_opengl extension when availableKristian Høgsberg1-20/+38
2010-07-26quartz: fix REFLECT radial gradientsAndrea Canciani1-2/+2
2010-07-23image: Compensate mask origins for glyph clippingChris Wilson1-1/+1
2010-07-17clip: consider gstate target extents in _cairo_gstate_copy_clip_rectangle_listKarl Tomlinson2-47/+39
2010-07-17clip: consider all_clipped in _cairo_clip_get_extentsKarl Tomlinson1-0/+5
2010-07-17clip: return empty clip from _cairo_clip_copy_rectangle_list when all_clippedKarl Tomlinson1-1/+4