summaryrefslogtreecommitdiff
path: root/src/cairo-pen.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add the MPL as a new license option, in addition to the LGPL.Carl Worth2004-09-041-10/+27
* Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth2004-08-021-7/+5
* Change from MIT license to LGPL.Carl Worth2004-08-021-20/+14
* Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth2003-12-081-1/+1
* Remove infinite looping when stroking with a line width at or close to 0.0. T...Carl Worth2003-11-171-0/+5
* Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth2003-11-061-0/+2
* Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth2003-10-231-1/+1
* Generate convex hull of pen before stroking.Carl Worth2003-10-041-85/+30
* Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth2003-10-041-25/+25
* Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth2003-09-271-5/+5
* Preliminary support for running Cairo with X servers without the Render exten...Carl Worth2003-09-051-2/+2
* comment face computations, check for reflecting transformation to select corr...Keith Packard2003-09-051-14/+29
* Added missing underscores to several internal functions.Carl Worth2003-08-261-1/+1
* Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth2003-07-301-73/+61
* Introduced cairo_fixed_*_t types. Converted several functions from floating t...Carl Worth2003-07-231-6/+2
* Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth2003-07-181-10/+10
* Renamed everything from Xr* to cairo_*Carl Worth2003-07-181-0/+398