Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-22 | gitignore: refresh | Chris Wilson | 1 | -0/+1 | |
Add forgotten local targets to .gitignore | |||||
2008-10-29 | Add doltcompile and doltlibtool to .gitignore. | Carl Worth | 1 | -0/+2 | |
These generated files were recently added to our build system. We definitely don't want to see them in git-status output. | |||||
2008-09-11 | Build -uninstalled.pc files | Behdad Esfahbod | 1 | -0/+1 | |
2008-09-06 | [.gitignore] Update | Behdad Esfahbod | 1 | -0/+2 | |
2008-09-03 | Move some top-level build files into build/ | Behdad Esfahbod | 1 | -8/+0 | |
2008-01-10 | [gitignore] Add mkinstalldirs. | Chris Wilson | 1 | -0/+1 | |
Ignore another autoconf utility script. | |||||
2007-04-21 | [.gitignore] Add cairo-*.*.* | Behdad Esfahbod | 1 | -0/+1 | |
2007-04-21 | Update .gitignore to ignore .perf | Behdad Esfahbod | 1 | -1/+2 | |
2007-04-16 | Update .gitignore | Chris Wilson | 1 | -0/+1 | |
Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates). | |||||
2006-08-30 | Split libcairotest files out from test/ and into boilerplate/ | Carl Worth | 1 | -0/+5 | |
The idea here is to setup boilerplate to allow code sharing between test/ and the upcoming perf/ | |||||
2006-08-18 | Ignore ChangeLog* in addition to ChangeLog | Carl Worth | 1 | -1/+1 | |
2006-06-14 | Add backend-specific pkg-config files. | Behdad Esfahbod | 1 | -1/+0 | |
2006-04-18 | Merge branch 'cairo' into new-sub-path | Carl Worth | 1 | -0/+1 | |
Conflicts: src/cairo-path-stroke.c src/cairo-pdf-surface.c src/cairo-ps-surface.c | |||||
2006-03-15 | Add make bits to autogenerate ChangeLog | Behdad Esfahbod | 1 | -0/+1 | |
(cherry picked from 393000021c2e082d4b3c235939009a90035b0daf commit) | |||||
2006-02-23 | cairo_new_sub_path: Making cairo_arc easier to use and more. | Carl Worth | 1 | -0/+1 | |
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-15 | Rename .cvsignore to .gitignore. Add *~ and *.o. | Carl Worth | 1 | -0/+24 | |