summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [configure.in] Increase version to 1.3.16 in preparation for release1.3.16Behdad Esfahbod2007-03-031-4/+4
* [RELEASING] Add note about ChangeLog sanityBehdad Esfahbod2007-03-031-0/+2
* [test] Include romedalen.png in dist, oopsBehdad Esfahbod2007-03-031-3/+4
* [Makefile.am] Check for ChangeLog sanity in release-publishBehdad Esfahbod2007-03-021-1/+9
* [ChangeLog.mk] Adapt to latest git-describe output formatBehdad Esfahbod2007-03-021-6/+3
* [test] Update list of refrerence imagesBehdad Esfahbod2007-03-021-176/+216
* [NEWS] Add note about documentation improvementsBehdad Esfahbod2007-03-021-0/+7
* [doc] Update templatesBehdad Esfahbod2007-03-026-60/+188
* [doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_tBehdad Esfahbod2007-03-026-3/+88
* Beautify cairo.hBehdad Esfahbod2007-03-021-21/+21
* [doc] Some documentation loveBehdad Esfahbod2007-03-027-14/+154
* [doc] Update list of header files to ignoreBehdad Esfahbod2007-03-021-1/+1
* [NEWS] Fix typosBehdad Esfahbod2007-03-021-8/+6
* [quartz] Bug 3939 - Fix Quartz backend endianness problemVladimir Vukicevic2007-03-021-1/+1
* Add notes for 1.3.16Carl Worth2007-03-021-0/+139
* [test] Support passing extra valgrind flagsBehdad Esfahbod2007-03-021-1/+2
* Fix leak of an output stream in cairo_type1_font_destroyCarl Worth2007-03-021-1/+2
* More tightening of test cleanup to avoid valgrind complaints.Carl Worth2007-03-026-27/+11
* Fix leak in pattern-getters test (missing cairo_pattern_destroy)Carl Worth2007-03-021-0/+2
* Augment cairo_test_init with cairo_test_fini to avoid leakCarl Worth2007-03-0211-25/+45
* Add even more XrmGetFileDatabase leaks to the valgrind suppressions fileCarl Worth2007-03-021-0/+24
* Add a couple of missing test cases to .gitignoreCarl Worth2007-03-021-0/+2
* Fix leak in pdiff lpyramidCarl Worth2007-03-021-0/+2
* Fix INVALID_RESTORE case to avoid crashesCarl Worth2007-03-021-1/+9
* Add test of cairo_get_* after INVALID_RESTORE to nil-surfaceCarl Worth2007-03-021-0/+23
* Fix yet another backend (quartz) for the gradient renamingCarl Worth2007-03-021-6/+6
* Don't crash if backend->create_similar returns a nil surfaceCarl Worth2007-03-021-2/+9
* Update documentation for cairo_get_scaled_font and cairo_get_font_faceCarl Worth2007-03-021-9/+23
* Use a closed interval when eliminating outliers from performance measurementsJeff Muizelaar2007-03-021-1/+1
* glitz: fix build error.Jinghua Luo2007-03-021-6/+6
* Cast -1 values to unsigned to quiet the compiler.Carl Worth2007-03-021-1/+2
* Cast away a const to quiet a compiler warning.Carl Worth2007-03-021-1/+6
* Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_initCarl Worth2007-03-011-1/+4
* Merge branch 'radial-gradient-fixes' into cairoCarl Worth2007-03-0112-110/+346
|\
| * SVG: Support CAIRO_EXTEND_NONE for radial gradients.Carl Worth2007-03-011-4/+27
| * Fix gradient walker to not reset needlesslyCarl Worth2007-03-011-7/+10
| * Fix implementation of radial gradients for inner radius != 0Carl Worth2007-03-014-67/+165
| * Rename radial gradient inner/outer to c1/c2Carl Worth2007-03-015-38/+38
| * Add radial-gradient test caseCarl Worth2007-03-014-0/+112
* | [PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supportedBehdad Esfahbod2007-03-012-10/+14
* | [test] Move .la dependencies aroundBehdad Esfahbod2007-03-011-2/+3
* | [boilerplate] Add correct dependency on libcairo.laBehdad Esfahbod2007-03-011-1/+2
* | [test] Add more valgrind suppressionsBehdad Esfahbod2007-03-011-0/+19
* | Fix leak in rectilinear stroking codeBehdad Esfahbod2007-03-011-7/+8
* | [test] Add leak-revealing path to rectilinear-strokeBehdad Esfahbod2007-03-011-0/+8
* | [test] Plug a leak in the test suiteBehdad Esfahbod2007-03-011-0/+1
* | [xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X serverBehdad Esfahbod2007-03-012-9/+0
* | [TODO] Add cairo_surface_copy_page()Behdad Esfahbod2007-03-011-2/+3
* | [paginated] Also increase page number in copy_pageBehdad Esfahbod2007-03-011-0/+2
* | PDF: Ensure ToUnicode CMap name is uniqueAdrian Johnson2007-03-011-4/+7