summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-5/+5
2008-01-23improve comments for the pixman transformation anchoring math.Bertram Felgenhauer1-1/+13
2008-01-23anchor pattern transformations at the pattern originBertram Felgenhauer1-0/+23
2008-01-13[cairo-matrix] Tidy usage of HAVE_ISFINITE.Chris Wilson1-19/+6
2008-01-12[cairo-matrix] Use isfinite() to check matrix determinant.Chris Wilson1-0/+20
2007-10-04[cairo-matrix] Check whether a matrix is invertible before use.Chris Wilson1-0/+10
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-2/+2
2007-07-18[fixpt] remove dependency on some pixman typesVladimir Vukicevic1-6/+6
2007-07-05[cairo-matrix] Check determinant for invalid numbers.Chris Wilson1-0/+4
2007-05-28[doc] Minor documentation fixesKouhei Sutou1-1/+1
2007-04-09Make _cairo_matrix_compute_scale_factors voidCarl Worth1-3/+1
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-1/+0
2007-01-07Fix various code/comment typosAlp Toker1-1/+1
2006-11-22Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...Dan Amelang1-5/+3
2006-11-22Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...Dan Amelang1-11/+24
2006-11-22Refactor _cairo_matrix_is_integer_translationDan Amelang1-23/+19
2006-11-22Add _cairo_matrix_is_translationDan Amelang1-0/+7
2006-11-07Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...Carl Worth1-22/+17
2006-09-25Fix _cairo_matrix_transform_bounding_box to return tightness infoRobert O'Callahan1-1/+17
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+1
2006-07-06Fix doc typo.Behdad Esfahbod1-1/+1
2006-07-06Fix doc syntax.Behdad Esfahbod1-8/+8
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-0/+8
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-3/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-14/+14
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-14/+14
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-42/+42
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth1-0/+17
2005-09-12Fix for bug #4401 as reported by Tim Mooney:Carl Worth1-4/+2
2005-08-23Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor1-6/+7
2005-08-22remove.Bertram Felgenhauer1-31/+0
2005-08-22use new function. strip comment of derivation for major axis length.Bertram Felgenhauer1-0/+145
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth1-1/+0
2005-06-20Make out parameters optional. Style cleanup.Carl Worth1-19/+23
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-0/+2
2005-05-09Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth1-8/+11
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth1-90/+26
2005-04-11src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.Owen Taylor1-2/+0
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth1-1/+0
2005-04-08Don't try to return a value (even a void value) from a void function. Closes ...Carl Worth1-4/+4
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-181/+173
2005-03-20Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...Carl Worth1-4/+6
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-2/+2
2005-03-17Fix the docs to to correctly describe the order of transformation for muliply...Owen Taylor1-13/+22
2005-02-25From David Reveman:Carl Worth1-3/+3
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-27configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...Owen Taylor1-0/+162
2005-01-19Allow NULL values for return pointers so that the user can easily get partial...Carl Worth1-3/+14
2005-01-11Scale factors shouldn't include mirroring.Keith Packard1-0/+5
2005-01-11Fix math library detection to use autotools helperKeith Packard1-12/+39