summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-10-27Suggest "cvs -q update -Ad" as an alternative to checkout.SNAPSHOT_0_1_2Carl Worth2-0/+4
2004-10-27Update date since 0.1.2 release didn't get pushed out until today.Carl Worth6-36/+88
2004-10-27Switch from two different buggy mod macros to a new MOD macro which should wo...Carl Worth5-20/+30
2004-10-26Find reference images in so that make distcheck will work.Carl Worth4-27/+66
2004-10-26Shell doesn't like whitespace around assignment operator.Carl Worth2-1/+4
2004-10-26Add paragraph on new features.Carl Worth2-1/+12
2004-10-26Add initial regression test suite.Carl Worth31-18/+1698
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth54-52/+120
2004-10-21Fix comparison so that it results in a stable sort. This should fix some rend...Carl Worth3-4/+14
2004-10-21Add items on custom caps and getting access to hidden image dataCarl Worth2-2/+14
2004-10-21Add COPYING-LGPL-2.1 and COPYING-MPL-1.1 to the distribution.Carl Worth1-0/+2
2004-10-21Makefile.amCarl Worth1-0/+5
2004-10-13Fix email address in ChangeLogCarl Worth1-1/+1
2004-10-13Add notes for snapshot 0.1.2Carl Worth3-2/+31
2004-10-13automake 1.4 seems to be sufficient. Don't require 1.6.Carl Worth2-2/+7
2004-10-12Compute extents of cairo_traps_t on the fly using approximate method which is...Keith Packard6-100/+126
2004-10-12Fix a few typos in pen vertex math description.Carl Worth3-6/+10
2004-10-12Adapt function from Walter Brisken to compute pen ellipse major axis length a...Keith Packard3-44/+511
2004-10-08Add cairo_cache.cGraydon Hoare24-1919/+5485
2004-10-04Do not use VBOs and PBOs for immediate mode drawingDavid Reveman4-127/+118
2004-09-30Update for minor XCB API change.Jamey Sharp3-2/+7
2004-09-19Important fixes to glitz format handlingDavid Reveman3-18/+51
2004-09-15Improved format handling, pixel transfers and gradientsDavid Reveman3-52/+104
2004-09-12Get pixel masks from pixman image formatDavid Reveman3-32/+24
2004-09-12Added pixman_format_get_masks and fixed a few format issuesDavid Reveman5-3/+59
2004-09-12cairo_surface_t pointer to cairo_surface_set_repeatDavid Reveman3-2/+5
2004-09-11Added function for setting component alphaDavid Reveman5-1/+22
2004-09-11Fixed clippingDavid Reveman2-1/+13
2004-09-11Byte-order fixDavid Reveman3-0/+20
2004-09-11Added support for both transform and repeatDavid Reveman5-4/+61
2004-09-11Pickup repeat setting when cloning surfaceDavid Reveman3-0/+9
2004-09-11Require automake 1.6 rather than 1.7 since it seems to work just fine.Carl Worth2-1/+7
2004-09-11Tracking color stop coordinate changes to glitz's gradient filtersDavid Reveman4-5/+10
2004-09-11Replaced the gl backend with the new glitz backendDavid Reveman9-999/+1864
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-3/+25
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth46-932/+2142
2004-08-14Make a copy of the region since pixman is currently taking ownership of it (u...Carl Worth4-2/+36
2004-08-14Explicitly set LANG=C to fix the awk string->number conversion for user with ...Carl Worth2-1/+8
2004-08-03Temporarily disable rectangle-based clipping optimization as it's not working...Carl Worth3-0/+24
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth43-294/+212
2004-08-02Change from MIT license to LGPL.Carl Worth44-862/+1128
2004-08-02Fix copyright attributions mistakenly attributed to University of Southern Ca...Carl Worth3-51/+48
2004-08-02Note that cairo_clip is fixed now.Carl Worth2-3/+7
2004-08-01s/ct/cr/Øyvind Kolås2-10/+15
2004-07-24Updating for XCB API change around iterators.Jamey Sharp3-8/+13
2004-07-20Tracking changes to glitzDavid Reveman2-35/+42
2004-07-16Fixed typo in earlier memory leak fixDavid Reveman3-2/+13
2004-07-15Fixed glyph cache memory leakDavid Reveman3-0/+11
2004-07-11Don't call _cairo_surface_set_clip_region with a NULL surface.Carl Worth3-4/+11
2004-07-09Fix numerical problem that could lead to infinite loops.Carl Worth3-8/+15