summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-08-23Minor edits.Billy Biggs1-0/+4
2005-08-23Update the long description of cairo_matrix_t to match the current sources.Billy Biggs1-0/+11
2005-08-23Add suppression for uninitialized data in fbBltOne.Carl Worth1-0/+5
2005-08-23Big update in preparation for 1.0.Carl Worth1-0/+4
2005-08-23Added several names to the AUTHORS file (since 2005-01-24):Carl Worth1-3/+31
2005-08-23Experimental Quartz and XCB backends removed from the public doc for now.Billy Biggs1-0/+5
2005-08-23Reverse the help text for --enable-xcb,Owen Taylor1-0/+5
2005-08-23Disable XCB and Quartz backends unless explicitely enabled. Add a big warning...Owen Taylor1-0/+6
2005-08-23Rip out all the code for doing anything other than linear interpolation betwe...Owen Taylor1-0/+7
2005-08-23Remove assert statements that violate two intentional instances of ref_count ...Carl Worth1-0/+6
2005-08-23Fix memory leak of pattern.Carl Worth1-0/+4
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-0/+13
2005-08-23Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...Owen Taylor1-0/+6
2005-08-23if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth1-0/+17
2005-08-23Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth1-0/+7
2005-08-23when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor1-0/+15
2005-08-23Revise the description of indentation and tabs to be clear (I hope).Carl Worth1-0/+5
2005-08-23Clear to opaque white at the beginning of the test so that the 0 alpha values...Carl Worth1-0/+9
2005-08-23Add more comments on the improved state of this bug. Commit a reference image...Carl Worth1-0/+9
2005-08-23Add docs-publish target to build and push documentation, (since our nightly s...Carl Worth1-0/+6
2005-08-23Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth1-0/+7
2005-08-23Remove caps-sub-paths from the XFAIL list since it is fixed now.Carl Worth1-0/+6
2005-08-23Fix for bug #4205:Carl Worth1-0/+13
2005-08-23Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixm...Billy Biggs1-0/+5
2005-08-23Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor1-0/+10
2005-08-23caps only added to last subpath: COVERED by test/caps-sub-paths and bug #4205.Carl Worth1-0/+5
2005-08-23Use the expect_failure variant of cairo_test so that make check prints the re...Carl Worth1-0/+5
2005-08-23Add test to demonstrate bug #4205, missing caps on all but last sub-path in a...Carl Worth1-0/+9
2005-08-23Remove discussion of the BAD_NESTING restriction from the documentation of ca...Carl Worth1-0/+6
2005-08-23Fix for bug #4192:Carl Worth1-0/+26
2005-08-22Add version.xml to content_files so it will be copied to the right place for ...Billy Biggs1-0/+5
2005-08-22Rework the index for the reference manual.Billy Biggs1-0/+33
2005-08-22Make cairo_ft_unscaled_font_backend static.Owen Taylor1-0/+17
2005-08-22ref_counts will go negative: COVERED by https://bugs.freedesktop.org/show_bug...Carl Worth1-0/+5
2005-08-22Remove several entries in an effort to obsolete the BUGS file in favor of bug...Carl Worth1-0/+23
2005-08-22remove.Bertram Felgenhauer1-0/+5
2005-08-22correct the calculation of the error bound.Bertram Felgenhauer1-0/+5
2005-08-22use new function. strip comment of derivation for major axis length.Bertram Felgenhauer1-0/+12
2005-08-22use correctly transposed version of the matrix and fix up the comments above ...Bertram Felgenhauer1-0/+6
2005-08-22Calculate LT_CURRENT_MINUS_AGE (which forms part of the DLL name on Win32), a...Tor Lillqvist1-0/+14
2005-08-22Support artificial bold fonts with FC_EMBOLDEN; patch from Jackey Yang and su...Owen Taylor1-0/+11
2005-08-22Fix typo that was causing make dist to fail.Carl Worth1-0/+5
2005-08-22Use floor(0.5+x) rather than round(), which is C99. (David Hollenberg)Owen Taylor1-0/+5
2005-08-22Set LC_ALL=C rather than LANG and LC_NUMERIC to be robust against whatever se...Owen Taylor1-0/+5
2005-08-21Optimize away calls to cairo_paint_with_alpha() if the alpha value given is <...Billy Biggs1-0/+7
2005-08-21Fix for bug #4172:Billy Biggs1-0/+17
2005-08-21Remove stray doc sentence that wasn't meant to be committed.Owen Taylor1-0/+5
2005-08-21Fix for bug #4165:Billy Biggs1-0/+18
2005-08-21Check automake-<ver> if automake isn't sufficiently new. (#3593, Philip Van H...Owen Taylor1-0/+5
2005-08-21When invoked as, say, ../autogen.sh, switch to the sourcedir to run the auto*...Owen Taylor1-0/+13