summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increment cairo version to 1.3.41.3.4Carl Worth2006-11-221-1/+1
* NEWS: Add notes for 1.3.4 snapshotCarl Worth2006-11-221-0/+152
* Add Daniel Amelang and Joonas Pihlaja to the AUTHORS fileCarl Worth2006-11-221-0/+2
* Add some missing cairo_private decoratorsCarl Worth2006-11-223-13/+17
* perf: new-tessellator: Deferred trapezoid generation (first try)Joonas Pihlaja2006-11-224-23/+285
* Sort pointers instead of cairo_bo_events in the tessellator.Joonas Pihlaja2006-11-221-20/+34
* Make the skip list check for uniqueness.Joonas Pihlaja2006-11-223-21/+24
* Malloc less using a free list of nodes.Joonas Pihlaja2006-11-222-8/+38
* Tweak comparators.Joonas Pihlaja2006-11-221-31/+29
* Separate start and stop events from intersections (first try.)Joonas Pihlaja2006-11-223-22/+114
* Avoid a skip-list lookup when deactivating edges.Joonas Pihlaja2006-11-221-1/+1
* Special cases for skip list comparators.Joonas Pihlaja2006-11-221-2/+37
* Use an LFSR instead of random().Joonas Pihlaja2006-11-221-1/+188
* Replace the 128 bit divrem by a 96/64 bit one.Joonas Pihlaja2006-11-221-36/+42
* A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.Joonas Pihlaja2006-11-222-0/+160
* Make event_queue_insert ignore duplicate intersection events (not duplicate s...Carl Worth2006-11-221-3/+8
* Switch from old tessellator to new tessellatorCarl Worth2006-11-226-11/+19
* Adapt new tessellator to match the interface provided by the old tessellator.Carl Worth2006-11-221-49/+114
* Add new tessellator (unused) in cairo-bentley-ottmann.cCarl Worth2006-11-221-0/+1383
* Add skip list implementation (many thanks to Keith Packard)Carl Worth2006-11-222-0/+325
* give the big-trap test the XFAIL treatment.Carl Worth2006-11-222-1/+36
* test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)Carl Worth2006-11-223-6/+6
* Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...Dan Amelang2006-11-221-5/+3
* Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...Dan Amelang2006-11-221-11/+24
* Add and incorporate _cairo_gstate_transform_glyphs_to_backendDan Amelang2006-11-221-20/+72
* Refactor _cairo_matrix_is_integer_translationDan Amelang2006-11-221-23/+19
* Add _cairo_matrix_is_translationDan Amelang2006-11-222-0/+10
* Replace existing rounding code with _cairo_lroundDaniel Amelang2006-11-228-49/+50
* Add _cairo_lround for much faster roundingDaniel Amelang2006-11-222-0/+28
* test/clip-operator: Use round to pass only integers to cairo_show_glyphsCarl Worth2006-11-221-2/+2
* [SVG] Fix compiler warningBehdad Esfahbod2006-11-211-57/+55
* [PS] Rename n_glyphs to num_glyphs_unsignedBehdad Esfahbod2006-11-211-9/+9
* [PS] Eliminate compiler warnings about unoptimizable loopsBehdad Esfahbod2006-11-211-13/+15
* SVG: plug a memory leakEmmanuel Pacaud2006-11-211-2/+1
* [SVG] Define enum _cairo_svg_version.Behdad Esfahbod2006-11-211-1/+1
* [test] add big-trap testVladimir Vukicevic2006-11-202-0/+61
* Require librsvg 2.15.0 (was 2.14.0) for testing of SVG backend.Carl Worth2006-11-201-1/+1
* Add const qualifier to cairo_path_t* parameter of cairo_append_pathCarl Worth2006-11-204-8/+8
* Merge branch 'svgprint'Emmanuel Pacaud2006-11-183-46/+116
|\
| * test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.cEmmanuel Pacaud2006-11-121-2/+0
| * Use SVG multipage capability.Emmanuel Pacaud2006-11-121-30/+3
| * Add SVGPrint support.Emmanuel Pacaud2006-11-121-14/+113
* | perf: Add box_outline test case.Carl Worth2006-11-174-0/+97
* | cairo-perf: When iteration count is given on command-line, never execute fewerCarl Worth2006-11-171-1/+5
* | ROADMAP: Set cairo 1.4 to early January for sake of Gnome 2.18Carl Worth2006-11-161-9/+7
* | Increment cairo version to 1.3.3 after 1.3.2 snapshotCarl Worth2006-11-151-1/+1
* | Update cairo version and libtool version for 1.3.2 snapshot1.3.2Carl Worth2006-11-151-4/+4
* | NEWS: Add notes for 1.3.2 snapshotCarl Worth2006-11-151-0/+179
* | Add notes for the 1.2.6 release.Behdad Esfahbod2006-11-141-0/+60
* | Add missing pattern-getters-ref.png to Makefile to avoid breaking distcheck t...Carl Worth2006-11-141-0/+1