summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-07os2: Restore surface type checking in the get_extents method.wip/os2-walshRich Walsh1-1/+9
2010-08-07os2: Fix clipping to bounds when blitting pixels.Rich Walsh1-35/+27
2010-08-07os2: Tweak an inline declaration.Rich Walsh1-1/+1
2010-08-07os2: Consolidate error paths of cairo_os2_surface_create().Rich Walsh1-60/+60
2010-08-07os2: Document ownership of OS/2 objects passed to surfaces.Rich Walsh1-11/+12
2010-08-07os2: Don't fake an Anchor Block when one isn't needed.Rich Walsh1-13/+3
2010-08-07os2: Fix buffer allocator behaviour on arithmetic overflow.Rich Walsh1-31/+23
2010-08-07os2: Fix blitting 24 bpp pixel data.Rich Walsh2-49/+68
2010-08-07os2: New API to create surfaces without a persistent HPS.Rich Walsh2-3/+153
2010-08-06quartz: fix stroking with unbounded operatorsAndrea Canciani1-6/+8
2010-08-06test: improve clip-*-unbounded testsAndrea Canciani48-225/+204
2010-07-30configure: Disable xml backend by defaultBenjamin Otte4-4/+4
2010-07-30configure: Disable tee backend by defaultBenjamin Otte7-3/+24
2010-07-30tee: Move definitions into separate headerBenjamin Otte5-19/+75
2010-07-28egl: Use EGL_KHR_surfaceless_opengl extension when availableKristian Høgsberg1-20/+38
2010-07-26version: 1.9.15 post-snapshot bumpChris Wilson1-1/+1
2010-07-26version: 1.9.14 snapshotChris Wilson1-1/+1
2010-07-26NEWS: 1.9.14Chris Wilson1-0/+27
2010-07-26quartz: fix REFLECT radial gradientsAndrea Canciani1-2/+2
2010-07-23image: Compensate mask origins for glyph clippingChris Wilson1-1/+1
2010-07-21build: Typos in comments.M Joonas Pihlaja1-4/+4
2010-07-21build: Fix pthread detection code when there isn't one.Hib Eris1-1/+1
2010-07-17clip: consider gstate target extents in _cairo_gstate_copy_clip_rectangle_listKarl Tomlinson3-47/+55
2010-07-17clip: consider all_clipped in _cairo_clip_get_extentsKarl Tomlinson2-1/+9
2010-07-17test: return CAIRO_TEST_FAILURE from get-clip preamble on failureKarl Tomlinson1-0/+5
2010-07-17clip: return empty clip from _cairo_clip_copy_rectangle_list when all_clippedKarl Tomlinson1-1/+4
2010-07-17test: use the surface size expected in get-clip phase "No clip set"Karl Tomlinson1-3/+5
2010-07-17boilerplate: Offset the xlib windowChris Wilson1-2/+2
2010-07-16build: Add explicit dependcy to cxx libBenjamin Otte2-1/+4
2010-07-16qt: Use native glyph rendering.Oleg Romashin2-140/+35
2010-07-12clip: Do the NULL check before the dereference.Chris Wilson1-1/+2
2010-07-12image: Manually clip against bounds when rendering directlyChris Wilson1-4/+19
2010-07-12Differentiate between reducing clip to composite extents and a rectangleChris Wilson10-34/+46
2010-07-12test: Add partial-clip-textChris Wilson6-0/+54
2010-07-12version: Post-snapshot bump to 1.9.13Chris Wilson1-1/+1
2010-07-12version: 1.9.12 snapshotChris Wilson1-1/+1
2010-07-12NEWS for 1.9.12.Chris Wilson1-0/+56
2010-07-12test: Missing REFERENCE_IMAGESChris Wilson1-0/+3
2010-07-12Make distcheck happy.Chris Wilson5-3/+10
2010-07-12test: Add halo quartz reference imagesAndrea Canciani2-0/+0
2010-07-12test: Add comments explaining the bug in bug-seams.M Joonas Pihlaja1-0/+22
2010-07-12build: Sync up autogenerated win32 build files.M Joonas Pihlaja4-0/+22
2010-07-11gl: Only use a mat3 for the transformation for gradients coordinates.Eric Anholt1-15/+13
2010-07-12trace: Avoid stdbool.h C99ism.pthreadsM Joonas Pihlaja1-90/+94
2010-07-12build: Avoid shifting shell parameters that aren't there.M Joonas Pihlaja1-1/+2
2010-07-11doc: Make the necessity of flush/mark_dirty more obviousBenjamin Otte1-0/+32
2010-07-11check: Allow unprefix type names in the titleBenjamin Otte1-3/+1
2010-07-11build: Fix typo in pthread test program.M Joonas Pihlaja1-1/+1
2010-07-11build: Fix regression provoked by newer autoconf and dodgy configuring.M Joonas Pihlaja2-1/+14
2010-07-11build: Rework pthread detection.M Joonas Pihlaja9-333/+291