index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-matrix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-26
[matrix] Impose a maximum number of refinement iterations
Chris Wilson
1
-1
/
+3
2008-11-05
[matrix] Remove stray offset from previous commit.
Chris Wilson
1
-4
/
+4
2008-11-05
[matrix] Compensate pixman_matrix in device space.
Chris Wilson
1
-21
/
+32
2008-11-05
[matrix] Minimise pixman conversion error.
Chris Wilson
1
-10
/
+14
2008-10-30
[matrix] Optimise invert for simple scaling|translation matrices.
Chris Wilson
1
-1
/
+25
2008-10-30
[matrix] Optimize finding the bounding box under an orthogonal matrix.
Chris Wilson
1
-1
/
+41
2008-10-30
[matrix] Avoid error correction overhead for translation matrices.
Chris Wilson
1
-3
/
+8
2008-09-29
[pattern] Improve handling of filter radius and optimize when possible.
Owen W. Taylor
1
-0
/
+29
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-10
/
+23
2008-08-08
[matrix] Prefer a return parameter for _compute_determinant().
Chris Wilson
1
-7
/
+6
2008-05-25
[cairo-matrix] Move IS_FINITE(det) checks before det==0 checks
Behdad Esfahbod
1
-3
/
+3
2008-05-09
[cairo-matrix] Add _cairo_matrix_transform_bounding_box_fixed()
Behdad Esfahbod
1
-0
/
+12
2008-04-09
Add doc/tutorial/src/singular.c
Behdad Esfahbod
1
-0
/
+4
2008-02-15
Compile fix for AIX.
Shailendra Jain
1
-1
/
+1
2008-01-29
wAdd proper error propagation to _cairo_matrix_compute_scale_factors
Carl Worth
1
-2
/
+5
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-5
/
+5
2008-01-23
improve comments for the pixman transformation anchoring math.
Bertram Felgenhauer
1
-1
/
+13
2008-01-23
anchor pattern transformations at the pattern origin
Bertram Felgenhauer
1
-0
/
+23
2008-01-13
[cairo-matrix] Tidy usage of HAVE_ISFINITE.
Chris Wilson
1
-19
/
+6
2008-01-12
[cairo-matrix] Use isfinite() to check matrix determinant.
Chris Wilson
1
-0
/
+20
2007-10-04
[cairo-matrix] Check whether a matrix is invertible before use.
Chris Wilson
1
-0
/
+10
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-2
/
+2
2007-07-18
[fixpt] remove dependency on some pixman types
Vladimir Vukicevic
1
-6
/
+6
2007-07-05
[cairo-matrix] Check determinant for invalid numbers.
Chris Wilson
1
-0
/
+4
2007-05-28
[doc] Minor documentation fixes
Kouhei Sutou
1
-1
/
+1
2007-04-09
Make _cairo_matrix_compute_scale_factors void
Carl Worth
1
-3
/
+1
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+0
2007-01-07
Fix various code/comment typos
Alp Toker
1
-1
/
+1
2006-11-22
Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...
Dan Amelang
1
-5
/
+3
2006-11-22
Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...
Dan Amelang
1
-11
/
+24
2006-11-22
Refactor _cairo_matrix_is_integer_translation
Dan Amelang
1
-23
/
+19
2006-11-22
Add _cairo_matrix_is_translation
Dan Amelang
1
-0
/
+7
2006-11-07
Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...
Carl Worth
1
-22
/
+17
2006-09-25
Fix _cairo_matrix_transform_bounding_box to return tightness info
Robert O'Callahan
1
-1
/
+17
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+1
2006-07-06
Fix doc typo.
Behdad Esfahbod
1
-1
/
+1
2006-07-06
Fix doc syntax.
Behdad Esfahbod
1
-8
/
+8
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-0
/
+8
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-3
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-14
/
+14
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-14
/
+14
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-42
/
+42
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
[next]