summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix various code/comment typosAlp Toker2007-01-071-1/+1
* Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...Dan Amelang2006-11-221-5/+3
* Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...Dan Amelang2006-11-221-11/+24
* Refactor _cairo_matrix_is_integer_translationDan Amelang2006-11-221-23/+19
* Add _cairo_matrix_is_translationDan Amelang2006-11-221-0/+7
* Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...Carl Worth2006-11-071-22/+17
* Fix _cairo_matrix_transform_bounding_box to return tightness infoRobert O'Callahan2006-09-251-1/+17
* Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth2006-09-051-0/+1
* Fix doc typo.Behdad Esfahbod2006-07-061-1/+1
* Fix doc syntax.Behdad Esfahbod2006-07-061-8/+8
* Change {x,y}_device_offset values to a device_transform matrix.Carl Worth2006-06-101-0/+8
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-3/+0
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-14/+14
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-14/+14
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-42/+42
* 2005-10-10 David Reveman <davidr@novell.com>Carl Worth2006-01-041-0/+17
* Fix for bug #4401 as reported by Tim Mooney:Carl Worth2005-09-121-4/+2
* Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor2005-08-231-6/+7
* remove.Bertram Felgenhauer2005-08-221-31/+0
* use new function. strip comment of derivation for major axis length.Bertram Felgenhauer2005-08-221-0/+145
* Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth2005-08-051-1/+0
* Make out parameters optional. Style cleanup.Carl Worth2005-06-201-19/+23
* Add CODING_STYLE document to standardize on some style issues.Carl Worth2005-06-031-0/+2
* Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth2005-05-091-8/+11
* Eliminate the following deprecated functions from cairo's interface:Carl Worth2005-05-061-90/+26
* src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.Owen Taylor2005-04-111-2/+0
* Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth2005-04-081-1/+0
* Don't try to return a value (even a void value) from a void function. Closes ...Carl Worth2005-04-081-4/+4
* Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth2005-04-071-181/+173
* Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...Carl Worth2005-03-201-4/+6
* doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor2005-03-171-2/+2
* Fix the docs to to correctly describe the order of transformation for muliply...Owen Taylor2005-03-171-13/+22
* From David Reveman:Carl Worth2005-02-251-3/+3
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-221-1/+1
* configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...Owen Taylor2005-01-271-0/+162
* Allow NULL values for return pointers so that the user can easily get partial...Carl Worth2005-01-191-3/+14
* Scale factors shouldn't include mirroring.Keith Packard2005-01-111-0/+5
* Fix math library detection to use autotools helperKeith Packard2005-01-111-12/+39
* Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth2004-10-211-1/+1
* 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
* Add sanity checking feature configury.Graydon Hoare2004-05-201-0/+24
* Move this function from cairo_ft_font.c (_get_scale_factors).Carl Worth2003-12-151-0/+19
* Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth2003-10-231-1/+1
* Updated calls to slim_hidden_def to track changes in slim 0.2.0Carl Worth2003-09-091-8/+8
* Added missing underscores to several internal functions.Carl Worth2003-08-261-3/+3
* Mark const.Richard Henderson2003-07-311-1/+1
* Depend on slim.Richard Henderson2003-07-311-0/+8
* Renamed everything from Xr* to cairo_*Carl Worth2003-07-181-0/+380