summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-05-20Add sanity checking feature configury.Graydon Hoare1-0/+24
2003-12-15Move this function from cairo_ft_font.c (_get_scale_factors).Carl Worth1-0/+19
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-09-09Updated calls to slim_hidden_def to track changes in slim 0.2.0Carl Worth1-8/+8
2003-08-26Added missing underscores to several internal functions.Carl Worth1-3/+3
2003-07-31Mark const.Richard Henderson1-1/+1
2003-07-31Depend on slim.Richard Henderson1-0/+8
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+380