summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-24Put glitz in the experimental section.Carl Worth3-3/+14
2005-08-24Add some more detailed build instructions.Carl Worth2-5/+117
2005-08-24Fix some minor typos in the doc.Billy Biggs2-9/+14
2005-08-24Disable ATSUI by default as well.Carl Worth2-2/+10
2005-08-24Add pointer to http://bugs.freedesktop.org.Carl Worth2-0/+16
2005-08-24Add more detailed notes on what is required to compile cairo on Mac OS X or w...Carl Worth2-0/+28
2005-08-24Change upload directory from snapshots to releases now thatwe're doing stable...Carl Worth3-3/+9
2005-08-24Give PostScript and PDF backends the experimental treatment, disabling them b...Carl Worth2-4/+17
2005-08-24Add notes for 1.0 release. Thanks to Owen Taylor.Carl Worth4-12/+111
2005-08-24Update documentation for most path construction functions. Add discussion of ...Carl Worth1-1/+7
2005-08-24Use new device_x_scale/device_y_scale surface fields to set the device coordi...Keith Packard2-53/+121
2005-08-24_cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard2-0/+25
2005-08-24Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard5-17/+77
2005-08-24Fix cairo_show_text to advance the current point. Add documentation for cairo...Carl Worth7-11/+134
2005-08-24Update documentation for most path construction functions. Add discussion of ...Carl Worth2-41/+93
2005-08-23Minor doc edit.Carl Worth2-1/+5
2005-08-23Minor doc edits.Carl Worth2-3/+7
2005-08-23Prefer cairo over Cairo when not at the beginning of a sentence.Carl Worth5-6/+14
2005-08-23Add a long description.Billy Biggs5-3/+19
2005-08-23Document the rest of the path functions (except the two text ones, which shou...Billy Biggs5-62/+163
2005-08-23More minor edits.Kristian Høgsberg3-1/+8
2005-08-23Minor edits.Billy Biggs2-9/+11
2005-08-23Update the long description of cairo_matrix_t to match the current sources.Billy Biggs8-102/+139
2005-08-23Add suppression for uninitialized data in fbBltOne.Carl Worth2-0/+21
2005-08-23Big update in preparation for 1.0.Carl Worth2-43/+110
2005-08-23Added several names to the AUTHORS file (since 2005-01-24):Carl Worth2-5/+58
2005-08-23Experimental Quartz and XCB backends removed from the public doc for now.Billy Biggs2-2/+9
2005-08-23Reverse the help text for --enable-xcb,Owen Taylor2-3/+8
2005-08-23Disable XCB and Quartz backends unless explicitely enabled. Add a big warning...Owen Taylor2-2/+23
2005-08-23Rip out all the code for doing anything other than linear interpolation betwe...Owen Taylor2-63/+10
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-6/+0
2005-08-23Remove assert statements that violate two intentional instances of ref_count ...Carl Worth2-2/+12
2005-08-23Fix memory leak of pattern.Carl Worth2-0/+6
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2-17/+105
2005-08-23Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...Owen Taylor2-1/+7
2005-08-23if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth5-0/+37
2005-08-23Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth3-9/+16
2005-08-23when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor9-10/+22
2005-08-23Revise the description of indentation and tabs to be clear (I hope).Carl Worth2-5/+29
2005-08-23Fix inadvertent commit of incorrect reference imageCarl Worth1-0/+0
2005-08-23Clear to opaque white at the beginning of the test so that the 0 alpha values...Carl Worth4-1/+14
2005-08-23Add more comments on the improved state of this bug. Commit a reference image...Carl Worth3-2/+46
2005-08-23Add docs-publish target to build and push documentation, (since our nightly s...Carl Worth2-2/+19
2005-08-23Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth3-7/+10
2005-08-23Remove caps-sub-paths from the XFAIL list since it is fixed now.Carl Worth3-3/+7
2005-08-23Fix for bug #4205:Carl Worth2-20/+48
2005-08-23Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixm...Billy Biggs2-1/+6
2005-08-23Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor3-7/+18
2005-08-23caps only added to last subpath: COVERED by test/caps-sub-paths and bug #4205.Carl Worth2-4/+5
2005-08-23Use the expect_failure variant of cairo_test so that make check prints the re...Carl Worth2-1/+7