index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-bounds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[stroke] Handle degenerate stroke extents
Chris Wilson
1
-18
/
+13
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-4
/
+61
2009-01-29
[bounds] Skip spline evaluation based on bounding bbox of control points.
Chris Wilson
1
-2
/
+19
2009-01-29
[path] Rename _cairo_path_fixed_approximate_extents()
Chris Wilson
1
-2
/
+2
2009-01-02
[path] Fix typo in bounds for empty path.
Chris Wilson
1
-3
/
+3
2008-12-29
[spline] Be pedantic and propagate errors.
Chris Wilson
1
-4
/
+2
2008-12-29
[path] Remove tolerance from path bounders
Chris Wilson
1
-12
/
+6
2008-12-27
[spline] Add an analytical bounder for splines
Behdad Esfahbod
1
-14
/
+4
2008-12-27
[path] Simply track the current point for bounds.
Chris Wilson
1
-14
/
+11
2008-12-27
[path] Initialise spline from current point
Chris Wilson
1
-1
/
+3
2008-12-18
[path] Separate the approx. bounds into 3 distinct functions
Chris Wilson
1
-5
/
+96
2008-12-18
[path] Return the fixed-point bounds of the path
Chris Wilson
1
-48
/
+47
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-24
/
+9
2008-11-25
[path] Fix up extents.
Chris Wilson
1
-9
/
+11
2008-11-25
[path] Compute approximate extents.
Chris Wilson
1
-5
/
+58
2008-02-27
[cairo-path-bounds] _cairo_path_fixed_bounds() can fail...
Chris Wilson
1
-5
/
+5
2008-01-21
Rename trailing_move_to_point to move_to_point
Carl Worth
1
-11
/
+13
2008-01-21
Fix cairo_path_extents to ignore lone cairo_move_to points.
Carl Worth
1
-1
/
+10
2008-01-21
[path] Use new interpret_flat infrastructure for path_count.
Brian Ewins
1
-6
/
+0
2008-01-21
[path-fixed] make _cairo_path_fixed_bounds use _cairo_path_fixed_interpret_flat
Brian Ewins
1
-25
/
+14
2008-01-10
[cairo-path-bounds] _cairo_path_fixed_bounds() should never fail.
Chris Wilson
1
-4
/
+4
2007-12-20
[cairo-path-bounds] Check for the empty path.
Chris Wilson
1
-10
/
+8
2007-04-09
Make _cairo_path_bounder_add_point void
Carl Worth
1
-4
/
+2
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-4
/
+4
2005-03-23
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...
Carl Worth
1
-9
/
+9
2005-03-18
* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...
Carl Worth
1
-1
/
+3
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
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-02-12
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...
Carl Worth
1
-17
/
+6
2003-12-08
Track change in cairo_path_callbacks interface.
Carl Worth
1
-16
/
+30
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-10-04
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
1
-19
/
+19
2003-09-27
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
1
-1
/
+1
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-4
/
+4
2003-07-31
Mark const.
Richard Henderson
1
-1
/
+1
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-10
/
+12
2003-07-18
Fixed some inconsistent tag/typedef names I missed the first time.
Carl Worth
1
-13
/
+13
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+168