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