Commit graph

11 commits

Author SHA1 Message Date
Chris Wilson
10f6ef98f6 [gitignore] Add mkinstalldirs.
Ignore another autoconf utility script.
2008-01-10 17:59:33 +00:00
Behdad Esfahbod
781f2533a3 [.gitignore] Add cairo-*.*.* 2007-04-21 07:21:38 -04:00
Behdad Esfahbod
febcd689e7 Update .gitignore to ignore .perf 2007-04-21 07:19:47 -04:00
Chris Wilson
3a3fb0031d Update .gitignore
Add .*.sw? (vim swapfiles).
Add *~ (backup files).
Add *.gcno and *.gcda (gcov intermediates).
2007-04-16 15:08:54 +01:00
Carl Worth
7f4e83ceeb Split libcairotest files out from test/ and into boilerplate/
The idea here is to setup boilerplate to allow code sharing between
test/ and the upcoming perf/
2006-08-30 15:34:27 -07:00
Carl Worth
4f5bb53032 Ignore ChangeLog* in addition to ChangeLog 2006-08-18 16:35:58 -07:00
Behdad Esfahbod
b9cfe941c8 Add backend-specific pkg-config files. 2006-06-14 05:06:09 -07:00
Carl Worth
448e904b2a Merge branch 'cairo' into new-sub-path
Conflicts:

	src/cairo-path-stroke.c
	src/cairo-pdf-surface.c
	src/cairo-ps-surface.c
2006-04-18 15:18:31 -07:00
Behdad Esfahbod
037732cac9 Add make bits to autogenerate ChangeLog
(cherry picked from 393000021c commit)
2006-03-15 15:24:18 -05:00
Carl Worth
1dc1b57b4e cairo_new_sub_path: Making cairo_arc easier to use and more.
This adds a new function which has as its only effect the elimination
of
the current point. This makes it much easier to use the various
cairo_arc calls when the initial line_to is not actually desired.

This function also unifies and generalizes the long-existing behavior
of cairo_line_to being treated as cairo_move_to when there is no
current point. With the addition of cairo_new_sub_path this becomes a
documented feature with similar behavior in cairo_curve_to as well.
2006-02-23 22:01:07 -08:00
Carl Worth
d88c19071f Rename .cvsignore to .gitignore. Add *~ and *.o. 2006-02-15 15:00:26 -08:00
Renamed from .cvsignore (Browse further)