summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-15Make poppler check require poppler >= 0.4.1.Carl Worth2-1/+5
2005-12-14#define access _access and #define F_OK to 0 on for MSVCStuart Parmenter3-0/+12
2005-12-14Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth4-235/+15
2005-12-14Add preliminary support for --enable-gcov. Thanks to Pierre-Alain Joye (with ...Carl Worth4-3/+85
2005-12-13Make creator be cairo, not Cairo.Carl Worth2-1/+6
2005-12-12bump glitz req to 0.5.1, test for backendsVladimir Vukicevic6-26/+753
2005-12-08shhh...Emmanuel Pacaud2-0/+8
2005-12-08add optionnal disabled by default SVG backend.Emmanuel Pacaud11-13/+1723
2005-12-07Note that that PDF backend has been incorporated into the test suite.Carl Worth2-1/+6
2005-12-07Add checks for poppler and friends which are needed by pdf2png. Set CAIRO_CAN...Carl Worth6-2/+194
2005-12-07Note that self-copy now works with the PS backend.Carl Worth8-36/+257
2005-12-07Fix to check cairo_surface_status rather than !surface which is always false....Carl Worth2-1/+9
2005-12-07Use more portable shell syntax, ('test =' rather than 'test =='). Thanks to R...Carl Worth2-4/+10
2005-12-05glitz backend gradient fixDavid Reveman2-3/+8
2005-12-04More updates to track latest changes to glitzDavid Reveman2-0/+9
2005-11-29Track changes to glitzDavid Reveman2-44/+29
2005-11-21Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.Carl Worth3-2/+10
2005-11-21Add reminder to fix all memory leaks (as determined by the test suite) before...Carl Worth3-0/+17
2005-11-18Remove spurios INT_ prefixes which break the build with very recent binutils.Carl Worth3-2/+12
2005-11-17Hooked up tests to run on Windows with a Windows surfaceStuart Parmenter2-7/+52
2005-11-14If the surface is flipped, flip the CG coordinate system before drawing the i...Anders Carlsson3-0/+25
2005-11-10Change scheduled release date of 1.2.0 out to 2005-12-15.Carl Worth2-1/+6
2005-11-08Note that PS is now passing all tests except for self-copy.Carl Worth25-27/+231
2005-11-08Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...Carl Worth7-260/+451
2005-11-08Split the 1.2.0 features into "essential" and "desired".Carl Worth2-2/+15
2005-11-08Slip the 1.2 release by two weeks to 2005-11-15.Carl Worth2-1/+5
2005-11-07Add new _cairo_array_allocate function for growing the array and getting a po...Carl Worth6-30/+130
2005-11-07Use field-by-field copying rather than whole structure copying. This avoids t...Carl Worth2-9/+26
2005-11-07Fix to copy region if NULL.Carl Worth2-1/+8
2005-11-07Reorder function bodies to match the order of fields in the structure definit...Carl Worth2-17/+35
2005-11-07Two more instances of copy-and-reference in a single step.Carl Worth2-2/+7
2005-11-07Perform copy and reference in a single step.Carl Worth2-12/+18
2005-11-07Reorder function bodies to match to match the order of the fields in the stru...Carl Worth2-7/+13
2005-11-07Style fix: test-and-bail rather than making the working body conditional.Carl Worth2-19/+34
2005-11-07Add functions to initialize and copy cairo_stroke_style_t objects.Carl Worth5-19/+126
2005-11-07Remove unused prototypes for _cairo_gstate_begin_group and _cairo_gstate_end_...Carl Worth2-6/+5
2005-11-07Add documentation for _cairo_gstate_create, _cairo_gstate_init_copy, and _cai...Carl Worth2-0/+36
2005-11-07Add a function for copying font options rather than just using direct structu...Carl Worth2-1/+17
2005-11-05Add missing declarations for status variables. Thanks to Mikael Hallendal for...Carl Worth2-0/+8
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth8-76/+185
2005-11-04Add documentation for all _cairo_array interface functions.Carl Worth2-0/+78
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth14-481/+497
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth14-276/+372
2005-11-01Clean up argument order for _fallback_stroke to match other functionsKeith Packard2-3/+9
2005-10-31Originally 2005-10-28 Keith Packard <keithp@keithp.com>:Carl Worth8-153/+335
2005-10-31Call _cairo_scaled_glyph_set_path().Tor Lillqvist2-0/+9
2005-10-28Use _cairo_pattern_get_extents in _fallback_paint to bound paint operators.Keith Packard2-9/+24
2005-10-28Bound mask fallback operation by transformed mask and source. This should spe...Keith Packard4-8/+113
2005-10-28Split _cairo_operator_bounded into two separate functions _cairo_operator_bou...Keith Packard5-18/+75
2005-10-27Fix leak of pattern (missing _cairo_pattern_fini).Carl Worth4-68/+131