summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increment CAIRO_VERSION to 1.0.0 and libtool versioning to 4:2:2.RELEASE_1_0_01.0.0Carl Worth2005-08-242-6/+11
* Fix typos. Add CAIRO_STATUS_INVALID_DASH.Carl Worth2005-08-242-2/+11
* Unabbreviate "eg." to "for example,".Carl Worth2005-08-242-1/+5
* Update name from "0.5 porting guide" to "1.0 porting guide."Carl Worth2005-08-242-3/+16
* Some text cleanups from Øyvind Kolås.Carl Worth2005-08-242-4/+10
* Add Amaury Jacquot.Carl Worth2005-08-242-0/+5
* Fix typo.Carl Worth2005-08-242-1/+5
* Fix typos.Carl Worth2005-08-243-2/+7
* Drop PDF and PS backend and FT font API from Win32 DLL entry points for now.Tor Lillqvist2005-08-242-3/+5
* Fix typos.Carl Worth2005-08-242-2/+6
* Move glitz into the experimental list.Carl Worth2005-08-242-2/+6
* Put glitz in the experimental section.Carl Worth2005-08-243-3/+14
* Add some more detailed build instructions.Carl Worth2005-08-242-5/+117
* Fix some minor typos in the doc.Billy Biggs2005-08-242-9/+14
* Disable ATSUI by default as well.Carl Worth2005-08-242-2/+10
* Add pointer to http://bugs.freedesktop.org.Carl Worth2005-08-242-0/+16
* Add more detailed notes on what is required to compile cairo on Mac OS X or w...Carl Worth2005-08-242-0/+28
* Change upload directory from snapshots to releases now thatwe're doing stable...Carl Worth2005-08-243-3/+9
* Give PostScript and PDF backends the experimental treatment, disabling them b...Carl Worth2005-08-242-4/+17
* Add notes for 1.0 release. Thanks to Owen Taylor.Carl Worth2005-08-244-12/+111
* Update documentation for most path construction functions. Add discussion of ...Carl Worth2005-08-241-1/+7
* Use new device_x_scale/device_y_scale surface fields to set the device coordi...Keith Packard2005-08-242-53/+121
* _cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard2005-08-242-0/+25
* Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard2005-08-245-17/+77
* Fix cairo_show_text to advance the current point. Add documentation for cairo...Carl Worth2005-08-247-11/+134
* Update documentation for most path construction functions. Add discussion of ...Carl Worth2005-08-242-41/+93
* Minor doc edit.Carl Worth2005-08-232-1/+5
* Minor doc edits.Carl Worth2005-08-232-3/+7
* Prefer cairo over Cairo when not at the beginning of a sentence.Carl Worth2005-08-235-6/+14
* Add a long description.Billy Biggs2005-08-235-3/+19
* Document the rest of the path functions (except the two text ones, which shou...Billy Biggs2005-08-235-62/+163
* More minor edits.Kristian Høgsberg2005-08-233-1/+8
* Minor edits.Billy Biggs2005-08-232-9/+11
* Update the long description of cairo_matrix_t to match the current sources.Billy Biggs2005-08-238-102/+139
* Add suppression for uninitialized data in fbBltOne.Carl Worth2005-08-232-0/+21
* Big update in preparation for 1.0.Carl Worth2005-08-232-43/+110
* Added several names to the AUTHORS file (since 2005-01-24):Carl Worth2005-08-232-5/+58
* Experimental Quartz and XCB backends removed from the public doc for now.Billy Biggs2005-08-232-2/+9
* Reverse the help text for --enable-xcb,Owen Taylor2005-08-232-3/+8
* Disable XCB and Quartz backends unless explicitely enabled. Add a big warning...Owen Taylor2005-08-232-2/+23
* Rip out all the code for doing anything other than linear interpolation betwe...Owen Taylor2005-08-232-63/+10
* Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2005-08-231-6/+0
* Remove assert statements that violate two intentional instances of ref_count ...Carl Worth2005-08-232-2/+12
* Fix memory leak of pattern.Carl Worth2005-08-232-0/+6
* Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2005-08-232-17/+105
* Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...Owen Taylor2005-08-232-1/+7
* if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth2005-08-235-0/+37
* Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth2005-08-233-9/+16
* when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor2005-08-239-10/+22
* Revise the description of indentation and tabs to be clear (I hope).Carl Worth2005-08-232-5/+29