summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add an autoconf-generated version file to advertise what cairo version the ma...Billy Biggs2005-08-184-4/+12
* Fix inverted sense of assert statement which led to lots of unpleasant crashes.Carl Worth2005-08-111-0/+5
* Fix id to be cairo rather than libglade. (Thanks to Christian Biesinger).Carl Worth2005-08-101-1/+1
* Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs2005-08-083-11/+31
* Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS which don't belong here.Carl Worth2005-08-051-2/+0
* Ignore cairo-clip-private.h.Carl Worth2005-08-052-1/+1
* Add some missing declarations to the appropriate sections.Carl Worth2005-08-055-0/+50
* More obnoxious tmpl churnCarl Worth2005-08-054-0/+5
* src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor2005-08-012-0/+31
* More doc/public/tmpl churn.Carl Worth2005-07-281-0/+1
* Remove all create_in_error functions as they were just muddling up the memory...Carl Worth2005-07-281-0/+1
* Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth2005-07-272-0/+4
* Replace all occurences of refcount with ref_count.Carl Worth2005-07-251-1/+1
* src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor2005-07-255-0/+23
* Initial import of preliminary tutorial pieces.Carl Worth2005-07-2227-0/+3470
* src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor2005-07-217-4/+284
* minor whitespace and spellfixØyvind Kolås2005-06-221-2/+2
* Force distcheck to enable gtk-doc.Carl Worth2005-06-201-19/+0
* Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=3566Owen Taylor2005-06-201-0/+19
* Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...Carl Worth2005-06-201-19/+0
* Remove references to repeat and matrix fields that no longer exist.Carl Worth2005-06-172-4/+23
* update documentation build stuffCarl Worth2005-06-163-0/+6
* Remove --only-section-tmpl; it doesn't really work currently :-(.Owen Taylor2005-06-1517-1/+1824
* Remove cairo-atsui section since cairo-atsui.h is currently empty. Add cairo_...Carl Worth2005-06-151-5/+2
* No longer need to check for NULL after creating a pattern.Carl Worth2005-06-131-0/+1
* Add new function cairo_status_to_string an reimplement cairo_status_string in...Carl Worth2005-05-314-6/+1
* Re-synch with latest from gtk-doc CVS tree.Carl Worth2005-05-2419-1903/+135
* Protect less-than and greater-than symbols in documentation string.Carl Worth2005-05-226-42/+22
* src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor2005-05-133-18/+8
* src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor2005-05-102-14/+0
* doc/public/language-bindings.xml doc/public/cairo-doc.xml doc/public/Makefile...Owen Taylor2005-05-071-0/+726
* Update.Owen Taylor2005-05-079-174/+37
* src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor2005-05-064-18/+26
* src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor2005-05-021-0/+1
* src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor2005-05-022-0/+22
* Updated.Owen Taylor2005-04-264-17/+142
* src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor2005-04-131-0/+3
* src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.Owen Taylor2005-04-1111-69/+238
* src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor2005-04-086-41/+16
* src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor2005-04-073-9/+31
* src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor2005-04-078-205/+207
* src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor2005-03-175-11/+71
* src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor2005-03-153-1/+63
* Added some documentation, so we get some churn here.Carl Worth2005-03-113-0/+76
* Originally: 2005-02-24 Carl Worth <cworth@cworth.org>Carl Worth2005-03-1013-17/+67
* Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth2005-03-091-26/+27
* Look for png images in ${srcdir}/filename as well, so that make distcheck can...Carl Worth2005-03-082-1/+2
* src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor2005-02-021-1/+2
* src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ...Owen Taylor2005-02-022-1/+13
* src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor2005-02-013-20/+8