index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-2
/
+2
2005-03-23
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
1
-0
/
+2
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-10-12
Fix a few typos in pen vertex math description.
Carl Worth
1
-3
/
+3
2004-10-12
Adapt function from Walter Brisken to compute pen ellipse major axis length a...
Keith Packard
1
-22
/
+251
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
2003-12-08
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...
Carl Worth
1
-1
/
+1
2003-11-17
Remove infinite looping when stroking with a line width at or close to 0.0. T...
Carl Worth
1
-0
/
+5
2003-11-06
Add comment pondering memory management semantics of cairo_current_target_sur...
Carl Worth
1
-0
/
+2
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-10-04
Generate convex hull of pen before stroking.
Carl Worth
1
-85
/
+30
2003-10-04
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
1
-25
/
+25
2003-09-27
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
1
-5
/
+5
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-2
/
+2
2003-09-05
comment face computations, check for reflecting transformation to select corr...
Keith Packard
1
-14
/
+29
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-1
/
+1
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-73
/
+61
2003-07-23
Introduced cairo_fixed_*_t types. Converted several functions from floating t...
Carl Worth
1
-6
/
+2
2003-07-18
Fixed some inconsistent tag/typedef names I missed the first time.
Carl Worth
1
-10
/
+10
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+398