summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2008-12-12Add clear warning about lifetime of UserFontFace objectsJonathon Jongsma1-2/+2
Also include examples in doxygen documentation
2008-10-22Minor doxygen fixesJonathon Jongsma1-1/+1
* cairomm/matrix.h: add a link to the cairo reference for cairo_matrix_t * docs/reference/Doxyfile.in: don't generate docs for the members of the Cairo::Private namespace
2008-09-10Add QuartzFontFace classJonathon Jongsma1-1/+2
2008-09-10Add win32 font supportJonathon Jongsma1-1/+2
2008-09-10add Freetype font supportJonathon Jongsma1-1/+2
2008-01-30 * cairomm/xlib_surface.cc:Jonathon Jongsma1-0/+1
* cairomm/xlib_surface.h: add new get_xrender_format() function (new in 1.5.8) and add missing static create_with_xrender_format() function * docs/reference/Doxyfile.in: add CAIRO_HAS_XLIB_XRENDER_SURFACE feature so that new xrender API shows up in docs
2007-11-10* docs/reference/Doxyfile.in: update doxygen config file since my version ofv1.4.6Jonathon Jongsma1-6/+15
doxygen now complains that there are obsolete config keys
2007-07-12Push docs and a doc-tarball to the web on releasev1.4.0Jonathon Jongsma1-5/+8
* Makefile.am: add doc-publish target and make release-publish depend on this. This automatically uploads the new API documentation on release * docs/reference/Makefile.am: upload the html documentation and a tarball of the documentation to the cairographics.org site
2007-07-12* docs/reference/Makefile.am: hacky workaround to get distcheck to passJonathon Jongsma1-2/+5
2007-07-10Improve the documentation style a little bit to make it more readable.Jonathon Jongsma2-1/+20
Also build the documentation for the new QuartzSurface class
2007-05-31Fix Makefile dependency issue when trying to `make dist` without building ↵Jonathon Jongsma1-0/+2
the docs first
2007-01-282007-01-28 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-2/+2
* docs/reference/Doxyfile.in: fixes building the cairomm documentation where builddir != srcdir. Patch from yselkowitz@users.sourceforge.net for bug #9727
2006-07-052006-07-04 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-6/+6
* Makefile.am: add ability to do snapshot releases to the cairographics.org/snapshots/ directory in addition to official releases * configure.in: bumped the revision to 1.1.10 in preparation for a snapshot release of the 1.2 API * docs/reference/Makefile.am: fixed some distcheck errors
2006-05-112006-05-10 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-2/+1
* docs/reference/cairomm.css: minor documentation stylesheet fix
2006-05-092006-05-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma5-25/+34
* cairomm/cairomm.h: Add doxygen API introduction test here. * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: * docs/reference/cairomm-header.html: * docs/reference/cairomm.css: * docs/reference/introduction.h: fix up some documentation presentation issues that turned up with newer versions of doxygen.
2006-05-092006-05-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-1/+1
* configure.in: remove check for perl since we're not using any of the gmmproc stuff for cairomm * docs/reference/Makefile.am: add documentation dependency on all of the headers in the cairomm/ directory so that if a header changes the documentation will be rebuilt.
2006-04-052006-04-04 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_0_6_0Jonathon Jongsma2-2/+2
* docs/reference/Doxyfile.in: * docs/reference/Makefile.am: A couple minor build fixes to make distcheck happy
2006-04-012006-03-31 Danilo Piazzalunga <danilopiazza@gmail.com>Jonathon Jongsma2-8/+26
* Makefile.am: * docs/Makefile.am: * docs/reference/Makefile.am: add convenience targets for cleaning and rebuilding documentation (doc-clean and doc-rebuild).
2006-03-312006-03-30 Danilo Piazzalunga <danilopiazza@gmail.com>Jonathon Jongsma1-1/+1
* configure.in: enable documentation even if doxygen and/or graphviz are missing, so the docs will be installed when building a release. * docs/reference/Makefile.am: don't remove html directory with `make clean`, so that users of the tarball releases don't destroy the pre-built documentation when running make clean. Change to maintainer-clean
2006-02-282006-02-27 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma2-2/+2
* cairomm/exception.h: * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: hide some of the private types and functions from the Doxygen API reference documentation
2006-02-232006-02-22 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-0/+5
* docs/reference/Makefile.am: add target for publishing the API reference to cairographics.org
2006-02-172006-02-16 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma2-1/+299
* docs/reference/Doxyfile.in: * docs/reference/cairomm.css: added some style customisations to the API doc so that it fits in with the overall Cairo style a bit better
2006-02-092006-02-09 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_0_5_0Jonathon Jongsma1-0/+2
* docs/reference/Makefile.am: added a 'html' target to satisfy the dist rule
2006-02-082006-02-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma1-1/+1
* cairomm/context.h: Added a lot of documentation for the Cairo::Context class taken from the cairo docs. It's not complete, but the basics are all covered now. * docs/reference/Makefile.am: make use of existing Makefile variable * NEWS: update for 0.5.0 release
2006-02-082006-02-07 Jonathon Jongsma <jonathon.jongsma@gmail.com>Jonathon Jongsma6-0/+300
* Makefile.am: add docs/ subdir * configure.in: added an --enable-docs switch to the configure script (enabled by default), and added AC_OUTPUT directives for the documentation Makefiles, etc. * docs/.cvsignore: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: * docs/reference/introduction.h: Added infrastructure to build and install the API documentation for cairomm (based on libxml++ makefiles).