summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added notes for release 0.9.2.RELEASE_0_9_2Carl Worth2005-08-134-27/+99
* Fix unterminated comment that eliminated cairo_pattern_add_color_stop_rgba.Carl Worth2005-08-132-0/+6
* Add missing notes on soname and user-space locking for cairo_set_source() to ...Carl Worth2005-08-134-5/+148
* Turn the mutex code back on. It looks like the deadlocks have disappeared as ...Carl Worth2005-08-134-37/+31
* Minor, cosmetic changes:Carl Worth2005-08-132-3/+17
* Shuffle functions around to put them in a sane order within the file. There s...Carl Worth2005-08-132-191/+187
* Add hash_entry field to cairo_scaled_font_t so that it can be hashed.Carl Worth2005-08-133-332/+288
* Move checks for invalid number of points before the calls that use the points.Behdad Esfahbod2005-08-132-7/+13
* Fix conversion to short, to get a uniform range even for 0xffff. In other wor...Behdad Esfahbod2005-08-132-19/+15
* Generate sh1sum instead of md5sum. Use gpg to sign it. You need gpg set up.Behdad Esfahbod2005-08-133-19/+41
* Move tag from an instruction in RELEASING to an automated step at the end of ...Carl Worth2005-08-123-6/+11
* Check that the micro component of the version number is even.Behdad Esfahbod2005-08-123-7/+24
* Fix to be correct for arbitrary xDst values.Billy Biggs2005-08-112-6/+63
* Fix inverted sense of assert statement which led to lots of unpleasant crashes.Carl Worth2005-08-113-1/+11
* Add hash_entry field to cairo_font_face_t so that it can (optionally) be hashed.Carl Worth2005-08-113-202/+178
* Move implementation of filename/id => cairo_ft_unscaled_font_t from cairo-cac...Carl Worth2005-08-113-209/+273
* Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth2005-08-116-33/+77
* Add support for filling 1bpp images (used to clear A1 masks).Billy Biggs2005-08-102-0/+26
* Update to match the output from libpixman.Billy Biggs2005-08-102-0/+5
* Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...Billy Biggs2005-08-108-2917/+4082
* Thanks to Olivier Andrieu:Carl Worth2005-08-102-3/+12
* Fix id to be cairo rather than libglade. (Thanks to Christian Biesinger).Carl Worth2005-08-102-1/+6
* Augment existing CAIRO_VERSION_MAJOR/MINOR/MICRO and CAIRO_VERSION_STRING wit...Carl Worth2005-08-103-0/+69
* From Travis Spencer <tspencer@cs.pdx.edu>:Carl Worth2005-08-102-2/+10
* Place private include directives before CAIRO_CFLAGS in case pixman remains i...Keith Packard2005-08-102-2/+8
* Union with empty rectangle should yield SUCCESS, not FAILUREKeith Packard2005-08-102-1/+6
* From Keith Packard <keithp@keithp.com>,Carl Worth2005-08-1011-73/+364
* Additional fix for 0-width/0-height glyphs.Vladimir Vukicevic2005-08-102-4/+7
* Change release instructions to indicate new odd-micro version for in-progress...Carl Worth2005-08-103-21/+33
* Patch from Behdad Esfahbod <behdad@cs.toronto.edu>:Carl Worth2005-08-103-9/+39
* Add cairo_private to the few pieces of data that were missing it.Carl Worth2005-08-103-7/+13
* Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->k...Vladimir Vukicevic2005-08-093-2/+45
* Add cairo_private to several function prototypes that were missing it.Carl Worth2005-08-095-19/+27
* Note that sane clipping is done now. Add release versions for previously comp...Carl Worth2005-08-093-7/+13
* Get cairo_toy_font_face_t type right.Tor Lillqvist2005-08-092-1/+6
* Add -head to CAIRO_VERSION after tagging with RELEASE_0_9_0.Carl Worth2005-08-092-1/+6
* Added notes for release 0.9.0.Carl Worth2005-08-083-2/+86
* Add missing cairo-debug.h which was hold up make distcheck.Carl Worth2005-08-082-0/+6
* Fix typo that was holding up make distcheck from working.Carl Worth2005-08-082-1/+6
* Declare _cairo_path_nil as extern.Billy Biggs2005-08-082-1/+5
* Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs2005-08-0824-100/+450
* Ignore clip-operator and unbounded-operator.Carl Worth2005-08-082-0/+6
* Fix gnome-announce-list address.Carl Worth2005-08-082-1/+5
* Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...Owen Taylor2005-08-082-2/+9
* Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.Carl Worth2005-08-082-0/+6
* Fix accidentally committed line.Owen Taylor2005-08-082-3/+6
* Update doc comment.Kristian Høgsberg2005-08-082-7/+10
* Add reference imagesOwen Taylor2005-08-082-0/+0
* Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor2005-08-0813-354/+1520
* Remove several bugs that have been fixed.Carl Worth2005-08-061-53/+0