summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-08-14Make a copy of the region since pixman is currently taking ownership of it (u...Carl Worth1-0/+6
2004-08-14Explicitly set LANG=C to fix the awk string->number conversion for user with ...Carl Worth1-0/+6
2004-08-03Temporarily disable rectangle-based clipping optimization as it's not working...Carl Worth1-0/+6
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-0/+2
2004-08-02Change from MIT license to LGPL.Carl Worth1-0/+30
2004-08-02Note that cairo_clip is fixed now.Carl Worth1-0/+4
2004-08-01s/ct/cr/Øyvind Kolås1-0/+5
2004-07-24Updating for XCB API change around iterators.Jamey Sharp1-0/+5
2004-07-20Tracking changes to glitzDavid Reveman1-0/+11
2004-07-16Fixed typo in earlier memory leak fixDavid Reveman1-0/+5
2004-07-15Fixed glyph cache memory leakDavid Reveman1-0/+5
2004-07-11Don't call _cairo_surface_set_clip_region with a NULL surface.Carl Worth1-0/+5
2004-07-09Fix numerical problem that could lead to infinite loops.Carl Worth1-0/+5
2004-07-09Require automake 1.7 (and thus aclocal 1.7) which requires autoconf 2.54. Cha...Dave Beckett1-0/+7
2004-07-05Remove errant semicolon from macro definition.Carl Worth1-0/+5
2004-07-01Add missing ChangeLog entry. Add description of current tessellation bugs.Carl Worth1-0/+12
2004-06-21Glitz updates and a minor clipping fixDavid Reveman1-0/+16
2004-06-16Fix image data length computation (XCB doesn't do this part).Keith Packard1-0/+6
2004-06-11Software multi-sample supportDavid Reveman1-0/+11
2004-06-11Pre-multiply gradients after color interpolationDavid Reveman1-0/+11
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+44
2004-05-24Moved CAIRO_CHECK_SANITY below declarationsDavid Reveman1-0/+4
2004-05-24Added glyph cachingDavid Reveman1-0/+53
2004-05-20Add sanity checking feature configury.Graydon Hoare1-0/+29
2004-05-17Do nothing when passed a NULL string.Carl Worth1-0/+5
2004-05-11changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients easier.Øyvind Kolås1-0/+5
2004-05-11Removed pattern_offsetDavid Reveman1-0/+12
2004-05-11Increment CAIRO_VERSION to 0.1.23.Carl Worth1-0/+10
2004-05-11Several people have reported that cairo_clip is not working right now. And it...Carl Worth1-0/+5
2004-05-11Better surface pattern supportDavid Reveman1-0/+10
2004-05-07Bail on NULL utf8 string.Carl Worth1-0/+9
2004-05-04(_cairo_png_surface_copy_page): Don't close a file we didn't open.Carl Worth1-0/+1
2004-05-04Move all libpng-related code into copy_page. (unpremultiply_data): Add missin...Carl Worth1-0/+12
2004-05-04Corrected some confusing comments about the math used for radial gradientsDavid Reveman1-0/+5
2004-05-01cairo_surface_t pointer to cairo_surface_set_matrixDavid Reveman1-0/+5
2004-04-29Don't set pattern_offset by the current point. Perhaps we can eliminate patte...Carl Worth1-0/+6
2004-04-29Updated linear and radial patternsDavid Reveman1-0/+25
2004-04-28Support compositing with mask surface when mask is solid or multi-texturing i...David Reveman1-0/+8
2004-04-25Fixed conversion of pixman_box16_t to glitz_rectangle_tDavid Reveman1-0/+3
2004-04-25Converted shading routines to use fixed point values.David Reveman1-0/+31
2004-04-23Fixed several function prototype mismatches between internal header file and ...Carl Worth1-0/+8
2004-04-22Fixed pattern source offsetDavid Reveman1-0/+10
2004-04-20Fixed missing limits.h includesDavid Reveman1-0/+11
2004-04-16Added notes for snapshot 0.1.22.Carl Worth1-0/+5
2004-04-16Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth1-0/+13
2004-04-09Bump version to 0.1.21David Reveman1-0/+4
2004-04-09Added OpenGL surface backendDavid Reveman1-0/+12
2004-04-09Automatically detect available backendsDavid Reveman1-0/+4
2004-04-06Added notes for snapshot 0.1.20.Carl Worth1-0/+6
2004-04-06Added new pattern APIDavid Reveman1-0/+82