? .bzr ? .bzrignore ? .vimrc ? cairomm-1.0.pc ? docs ? cairomm/.deps ? cairomm/.libs ? cairomm/context.lo ? cairomm/exception.lo ? cairomm/fontface.lo ? cairomm/fontoptions.lo ? cairomm/libcairomm-1.0.la ? cairomm/path.lo ? cairomm/pattern.lo ? cairomm/private.lo ? cairomm/surface.lo ? cairomm/win32_surface.lo ? cairomm/xlib_surface.lo ? examples/example_png_file.png ? examples/image.png ? examples/pdf-surface ? examples/pdf-surface.tar.gz ? examples/ps-surface ? examples/svg-surface ? examples/xlib-surface ? examples/png_file/.cvsignore ? examples/png_file/a.out Index: ChangeLog =================================================================== RCS file: /cvs/cairo/cairomm/ChangeLog,v retrieving revision 1.16 diff -u -r1.16 ChangeLog --- ChangeLog 24 Jan 2006 11:48:42 -0000 1.16 +++ ChangeLog 26 Jan 2006 00:16:51 -0000 @@ -1,3 +1,11 @@ +2006-01-25 Jonathon Jongsma + + * configure.in: + * examples/Makefile.am: + * examples/pdf-surface/: + * examples/ps-surface/: + * examples/svg-surface/: add examples for additional surfaces + 2006-01-24 Murray Cumming * cairomm/Makefile.am: Index: configure.in =================================================================== RCS file: /cvs/cairo/cairomm/configure.in,v retrieving revision 1.5 diff -u -r1.5 configure.in --- configure.in 7 Jan 2006 11:53:02 -0000 1.5 +++ configure.in 26 Jan 2006 00:16:51 -0000 @@ -100,6 +100,9 @@ examples/Makefile examples/png_file/Makefile + examples/pdf-surface/Makefile + examples/ps-surface/Makefile + examples/svg-surface/Makefile cairomm-1.0.pc ) Index: examples/Makefile.am =================================================================== RCS file: /cvs/cairo/cairomm/examples/Makefile.am,v retrieving revision 1.2 diff -u -r1.2 Makefile.am --- examples/Makefile.am 7 Jan 2006 11:53:02 -0000 1.2 +++ examples/Makefile.am 26 Jan 2006 00:16:51 -0000 @@ -1,3 +1,3 @@ -SUBDIRS = png_file +SUBDIRS = png_file pdf-surface ps-surface svg-surface EXTRA_DIST = README Makefile.am_fragment