summaryrefslogtreecommitdiff
path: root/examples/ps-surface
AgeCommit message (Collapse)AuthorFilesLines
2008-02-192008-02-19 Tim Mooney <enchanter@users.sourceforge.net>Murray Cumming1-2/+8
* configure.in: Added check, defining HAVE_MATH_H. * cairomm/context.cc: * examples/pdf-surface/main.cc: * examples/png_file/main.cc: * examples/ps-surface/main.cc: * examples/svg-surface/main.cc: * examples/text-rotate/text-rotate.cc: Added includes of math.h to fix the build with Sun Workshop 12. Bug #14558.
2007-07-04examples/, tests/: fix a bunch of minor compile errors when compiling with ↵Jonathon Jongsma1-1/+1
-Werror
2006-08-202006-08-20 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-0/+1
* examples/pdf-surface/.cvsignore: * examples/png_file/.cvsignore: * examples/ps-surface/.cvsignore: * examples/svg-surface/.cvsignore: added image files produced by the example programs to .cvsignore
2006-08-192006-08-18 Cedric Gustin <cedric.gustin@gmail.com>Jonathon Jongsma1-0/+6
* cairomm/context.cc: Define M_PI for MSVC. * cairomm/scaledfont.cc: Allocate glyph_array as a dynamic array as MSVC does not like non-const arguments as array size. * examples/pdf-surface/main.cc, examples/png_file/main.cc, examples/ps-surface/main.cc, examples/svg-surface/main.cc, examples/text-rotate/text-rotate.cc: Define M_PI for MSVC. * configure.in, Makefile.am: Generate Makefiles in the MSVC subdirectories. * .cvsignore: Added Eclipse .project to the list of ignored files. * MSVC/*: Added project and resource files for Visual Studio 2005.
2006-02-172006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>Jonathon Jongsma1-0/+5
* examples/*/.cvsignore: Bug #5927: added .cvsignore files to examples directories
2006-01-27Increase version.Murray Cumming1-1/+1
2006-01-262006-01-25 Jonathon Jongsma <jonathon.jongsma@gmail.com>Murray Cumming2-0/+60
* configure.in: * examples/Makefile.am: * examples/pdf-surface/: * examples/ps-surface/: * examples/svg-surface/: add examples for additional surfaces