summaryrefslogtreecommitdiff
path: root/doc/public/tmpl/cairo-xlib.sgml
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte1-147/+0
I did this manually so I could review the docs at the same time. If anyone finds typos or other mistakes I did, please complain to me (or better: fix them).
2010-05-07doc: regenChris Wilson1-0/+3
2008-05-28[doc] Document remaining CAIRO_HAS_* macrosBehdad Esfahbod1-1/+2
I'm sure I had done them all before. No idea what happened. Perhaps gtk-doc was not seeing them as missing.
2008-04-01Doc SGML template churnCarl Worth1-0/+7
2008-04-01[quartz] Update documentationVladimir Vukicevic1-8/+0
2008-01-28[doc] Document CAIRO_HAS_* macros. We now finally have real 100% coverage.Behdad Esfahbod1-0/+8
2008-01-28[doc] Improve syntaxBehdad Esfahbod1-1/+2
2008-01-28[doc] Add Long_Description and some See_Also for all chaptersBehdad Esfahbod1-1/+7
2006-08-08gtk-doc template file churnCarl Worth1-0/+110
2005-09-07Put win32 mutex locking on the 1.2.0 roadmap.Carl Worth1-47/+0
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>: Defined sized-integer types when under the influence of _MSC_VER and without stdint.h. Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
2005-08-24Update formatting of the title and short description, as this actually ↵Billy Biggs1-4/+2
changes how the TOC appears in devhelp.
2005-08-22Rework the index for the reference manual.Billy Biggs1-1/+3
Update descriptions and add new files for added sections.
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth1-0/+11
churn Rename cairo_path_nil to _cairo_path_nil since it may be exported, and tag it cairo_private to try to avoid exporting it. Qualify it as const well. Track new name of _cairo_path_nil and cast away the const as required.
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ↵Owen Taylor1-0/+1
Add cairo_{get,set}_font_options(). Add cairo-xlib-private.h Update reviewed by: cworth
2005-06-15Remove --only-section-tmpl; it doesn't really work currently :-(.Owen Taylor1-0/+35
2005-05-24Re-synch with latest from gtk-doc CVS tree.Carl Worth1-26/+0
Add --only-section-tmpl option so that changes to inline documentation does not lead to churn in the .sgml template files. Commit new templates now that gtk-doc has ripped all the inline portions out. New template files added for new sections. Update to match current API. Make parameter names match those in the .c file and its documentation.
2005-05-22Protect less-than and greater-than symbols in documentation string.Carl Worth1-13/+4
2005-05-13src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: ↵Owen Taylor1-15/+5
Drop the _for_pixmap() and _for_window() out of the create functions and use some lazy cleverness to sniff the information out as needed. src/cairo-xlib-surface.c src/cairo-xlib-test.h Makefile.am: add cairo_test_xlib_disable_render() to turn off RENDER for tests. Test various different types of Xlib surface creation. Remove left-over include of Xrender.h.
2005-05-10src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover ↵Owen Taylor1-13/+0
cairo_xlib_surface_create().
2005-05-07Update.Owen Taylor1-10/+0
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: ↵Owen Taylor1-10/+0
Move cairo_xlib_surface_set_device_offset() to a generic cairo_surface_set_device_offset(). Take the surface's device offset into account. Update.
2005-03-15src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for ↵Owen Taylor1-0/+55
XLib surfaces. Add cairo_xlib_surface_set_size(). src/cairo-xlib.h src/cairo_xlib_surface.c: Add cairo_xlib_surface_set_device_offset(). Rewrite for clarity and efficiency. Use a temporary pixmap to avoid possible BadMatch when fetch from windows. src/cairo.[ch] src/cairo-xlib.h: Fix some parameter names for the docs. Update
2005-03-10Originally: 2005-02-24 Carl Worth <cworth@cworth.org>Carl Worth1-0/+3
Add const qualifier to cairo_user_data_key_t arguments. Originally: 2005-02-15 Kristian Høgsberg <krh@redhat.com> Add these two functions to set and get user data on an surface. Function prototypes for new functions. Test case for user data functions.
2005-01-27configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for ↵Owen Taylor1-0/+39
doing docs via gtk-doc. src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices. gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional. Add --enable-gtk-doc to the default args.