summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2004-04-16Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth1-13/+0
2004-04-09Added OpenGL surface backendDavid Reveman1-0/+16
2004-04-06Added new pattern APIDavid Reveman1-6/+69
2004-04-02Move weight after slant to match the order in cairo_select_font.Carl Worth1-6/+5
2004-03-30Add proposal for cairo_xlib_surface_set_size.Carl Worth1-0/+5
2004-03-23Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu1-0/+3
2004-03-17Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...Jamey Sharp1-2/+2
2004-02-24Add PNG backend (cairo_set_target_png and cairo_png_surface_create).Olivier Andrieu1-0/+25
2004-02-17Add comment indication cairo_copy will be going away at some point. Some inde...Carl Worth1-3/+3
2004-02-17Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_curr...Carl Worth1-3/+22
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-0/+13
2004-02-02Ported the Xlib surface backend to XCB.Jamey Sharp1-0/+13
2004-01-30New "filter" field.Graydon Hoare1-0/+3
2004-01-22Add '-no-undefined' to end of libcairo_la_LDFLAGS to enable building shared l...Richard Worth1-131/+118
2003-12-17Remove trailing commas from enums, (some compilers like to complain about them).Carl Worth1-2/+2
2003-12-16Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...Carl Worth1-7/+1
2003-12-15Rename cairo_text_exextents_t fields: left_side_bearing -> x_bearing ascent -...Carl Worth1-4/+4
2003-12-15Need to divide out the scale factor to return user-space extents. (_cairo_gst...Carl Worth1-3/+2
2003-12-12Add conditionals for ps_surface functions, etc.Carl Worth1-0/+10
2003-12-12Add missing definitions from slim_import.h.Carl Worth1-3/+7
2003-12-11Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth1-7/+8
2003-12-11cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...Andrew Chant1-1/+1
2003-12-05Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.Carl Worth1-4/+6
2003-12-03Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth1-0/+28
2003-11-18Fix build for new freetype header include mechanism, (thanks to Christof Peti...Carl Worth1-1/+2
2003-11-06Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth1-0/+7
2003-11-06Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth1-0/+2
2003-11-03Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth1-0/+3
2003-11-03Added __external_linkage to a few functions that were missing it.Carl Worth1-5/+5
2003-10-31Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth1-8/+41
2003-10-31Moved all libic-related drawing into cairo_image_surface.cCarl Worth1-52/+40
2003-10-30A set of changes to eliminate the static FT_Library field, (which could intro...Carl Worth1-1/+1
2003-10-28Drop cairo_surface_create_similar_solidCarl Worth1-14/+0
2003-10-24Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...Carl Worth1-1/+1
2003-10-23New file.Graydon Hoare1-16/+119
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-09-30Virtualized the font and surface backend implementations.Jamey Sharp1-17/+0
2003-09-30Changed cairo_copy to copy graphics state from one cairo_t to another rather ...Carl Worth1-3/+3
2003-09-29Added cairo_arc and cairo_arc_negative.Carl Worth1-0/+20
2003-09-25Removed support for cairo_path_t and related functions. Bumped version to 0.1.5Carl Worth1-48/+1
2003-09-25Expose a cairo_path_t object with related functions: cairo_set_path, cairo_cu...Carl Worth1-1/+48
2003-09-16Add cairo_reference and cairo_surface_referenceCarl Worth1-3/+9
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-7/+0
2003-09-05Added cairo_copy. Bumbed version to 0.1.2.Carl Worth1-0/+3
2003-09-04Fixed bugs if cairo_stroke/fill called before cairo_set_rgb_color or cairo_se...Carl Worth1-1/+2
2003-09-04Fixed DEPRECATE macro so that old programs will still workCarl Worth1-0/+2
2003-09-04Changed names of all cairo_get_* functions to cairo_current_*. Added magic DE...Carl Worth1-16/+41
2003-09-03Add implementation of cairo_get_matrixCarl Worth1-4/+1
2003-08-29Optimized _cairo_surface_composite for compositing local memory surface with ...Carl Worth1-9/+9
2003-08-26Added missing underscores to several internal functions.Carl Worth1-16/+16