summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-04Fix typos in EXTRA_DIST list of reference images.1.1.6Carl Worth1-2/+2
2006-05-04Update version to 1.1.6 and add notes to NEWS file.Carl Worth3-11/+108
2006-05-04RELEASING: Add a few more steps that we've been somtimes forgettingCarl Worth2-6/+15
2006-05-04Flesh out the documentation for cairo_push_group, cairo_pop_group and friendsCarl Worth1-20/+99
2006-05-04Add a couple more group-using tests: fill-and-stroke-alpha[-add]Carl Worth6-0/+224
2006-05-04Add push-group to test/.gitignoreCarl Worth1-0/+1
2006-05-04Additional piece of "Fix the XCB backend build for the XCB 0.9 release."Ian Osgood1-2/+2
2006-05-04Fix the XCB backend build for the XCB 0.9 release.Ian Osgood2-7/+7
2006-05-04pixman: Remove potential memory leak in failure path.Carl Worth1-4/+6
2006-05-04Remove trailing comma in enum to pander to non-C99-conformant compilersCarl Worth1-1/+1
2006-05-04SVG: Don't test rectangle-rounding-error.Emmanuel Pacaud1-0/+3
2006-05-04SVG: Add reference image for tests failing on composited image misplacement.Emmanuel Pacaud8-0/+0
2006-05-04SVG: Add reference images for push-groups test.Emmanuel Pacaud2-0/+0
2006-05-04SVG: Update reference images for shrinked tests.Emmanuel Pacaud4-0/+0
2006-05-04SVG: Fix the previous fix for xlink namespace.Emmanuel Pacaud1-15/+19
2006-05-04SVG: Fix bug in test suite causing SVG to fail with rgb24 and device offsets.Emmanuel Pacaud1-0/+9
2006-05-04Clean up error management of xlib surface getter functions.Carl Worth2-35/+34
2006-05-04Add Xlib surface getter functions.Robert O'Callahan2-0/+81
2006-05-04SVG: Fix xml namespace declaration.Emmanuel Pacaud1-10/+14
2006-05-04Add missing prototype for _cairo_clip_translateCarl Worth1-0/+5
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan31-360/+358
2006-05-04ROADMAP: Note that device-offset and push-pop-group have landed.Carl Worth1-3/+3
2006-05-04Fix up clip at pop_group time, to keep it in surface backend coordinatesVladimir Vukicevic4-30/+93
2006-05-04Add push-group test and reference imagesVladimir Vukicevic3-0/+119
2006-05-04Implement push_group/pop_groupVladimir Vukicevic6-109/+332
2006-05-04Merge branch 'device-offset-history' into cairoCarl Worth0-0/+0
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth13-152/+444
2006-05-04Move device-offset touchups from the surface layer up to the gstate.Carl Worth2-12/+16
2006-05-04Add support to handle the device-offset of a source surface.Carl Worth1-2/+13
2006-05-04Rip out device_{x,y}_scale.Carl Worth6-68/+41
2006-05-04Prefer classic C style comments rather than C++/C99-styleCarl Worth1-1/+1
2006-05-04Remove dead code from _cairo_surface_{acquire,release}_dest_imageCarl Worth1-31/+4
2006-05-04cairo_surface_mark_dirty_rectangle: correct sense of device-offset handlingCarl Worth1-2/+2
2006-05-04Remove undesired device-offset handling during unbounded fixups.Carl Worth1-12/+0
2006-05-04_cairo_surface_show_glyphs: Fix reversed device-offset handling so text works...Carl Worth1-2/+2
2006-05-04cairo-surface.c: Correct reversed semantics of SURFACE_TO_BACKEND and BACKEND...Carl Worth1-28/+28
2006-05-04_cairo_surface_set_clip_region: Remove device-offset handling that isCarl Worth1-36/+0
2006-05-04Move device-offset handling for clipping from _cairo_surface_interesect_clip_...Carl Worth3-16/+17
2006-05-04_cairo_surface_copy_pattern_for_destination: Don't do any transform if there ...Carl Worth1-9/+11
2006-05-04_cairo_surface_copy_pattern_for_destination: Remove leaking second call to pa...Carl Worth1-2/+0
2006-05-04Abstract away repeated test as _cairo_surface_has_device_offset_or_scaleCarl Worth1-20/+14
2006-05-04_cairo_surface_copy_pattern_for_destination: Fix transformation sign/order.Carl Worth1-14/+12
2006-05-04_cairo_surface_fallback_composite_trapezoids: Remove unused variable.Carl Worth1-1/+0
2006-05-04Move device offsets handling into high-level operations only (stroke/fill/pai...Vladimir Vukicevic2-204/+201
2006-05-04Fix bug in test suite causing PS and PDF to fail with rgb24 and device offsets.Carl Worth1-0/+18
2006-05-04Take device offsets into account when compositing scaled glyph imagesVladimir Vukicevic2-7/+8
2006-05-04Implement device offset/scale at cairo-surface layerVladimir Vukicevic9-117/+488
2006-05-03Shrink the size of a couple of tests (and update reference images).Carl Worth5-5/+5
2006-05-03Augment test framework to test everything under device offsets as well.Vladimir Vukicevic7-195/+244
2006-05-03Quiet some 'may be used uninitialized' warnings.Carl Worth2-4/+4