summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Color space basicswip/colorspaceAndrea Canciani5-0/+235
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-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.M 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
2010-07-11build: Purge CAIRO_CC_TRY_LINK_FLAG.M Joonas Pihlaja2-22/+1
2010-07-11build: Factor out a more pliable CAIRO_CC_TRY_LINK_WITH_ENV_SILENT.M Joonas Pihlaja1-6/+25
2010-07-11build: Split boilerplate lib generation into two so'sBenjamin Otte2-12/+26
2010-07-11qt: Define cairo-qt's API as C symbolsBenjamin Otte1-8/+4
2010-07-11build: Fix typo that makes C++ libs not buildBenjamin Otte1-1/+1
2010-07-10Convert mime data length to use unsigned longChris Wilson14-37/+37