index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-matrix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
1
-0
/
+17
2005-09-12
Fix for bug #4401 as reported by Tim Mooney:
Carl Worth
1
-4
/
+2
2005-08-23
Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)
Owen Taylor
1
-6
/
+7
2005-08-22
remove.
Bertram Felgenhauer
1
-31
/
+0
2005-08-22
use new function. strip comment of derivation for major axis length.
Bertram Felgenhauer
1
-0
/
+145
2005-08-05
Remove include of math.h since cairoint.h does it more carefully, (for annoyi...
Carl Worth
1
-1
/
+0
2005-06-20
Make out parameters optional. Style cleanup.
Carl Worth
1
-19
/
+23
2005-06-03
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
1
-0
/
+2
2005-05-09
Push cairo_matrix_t const-correctness down through the entire implmentation, ...
Carl Worth
1
-8
/
+11
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
1
-90
/
+26
2005-04-11
src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.
Owen Taylor
1
-2
/
+0
2005-04-08
Eliminate internal use of deprecated cairo_matrix_copy.
Carl Worth
1
-1
/
+0
2005-04-08
Don't try to return a value (even a void value) from a void function. Closes ...
Carl Worth
1
-4
/
+4
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-181
/
+173
2005-03-20
Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...
Carl Worth
1
-4
/
+6
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-2
/
+2
2005-03-17
Fix the docs to to correctly describe the order of transformation for muliply...
Owen Taylor
1
-13
/
+22
2005-02-25
From David Reveman:
Carl Worth
1
-3
/
+3
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-01-27
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...
Owen Taylor
1
-0
/
+162
2005-01-19
Allow NULL values for return pointers so that the user can easily get partial...
Carl Worth
1
-3
/
+14
2005-01-11
Scale factors shouldn't include mirroring.
Keith Packard
1
-0
/
+5
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-12
/
+39
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-05-20
Add sanity checking feature configury.
Graydon Hoare
1
-0
/
+24
2003-12-15
Move this function from cairo_ft_font.c (_get_scale_factors).
Carl Worth
1
-0
/
+19
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-09-09
Updated calls to slim_hidden_def to track changes in slim 0.2.0
Carl Worth
1
-8
/
+8
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-3
/
+3
2003-07-31
Mark const.
Richard Henderson
1
-1
/
+1
2003-07-31
Depend on slim.
Richard Henderson
1
-0
/
+8
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+380