summaryrefslogtreecommitdiff
path: root/src/cairo.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-384/+45
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor1-0/+31
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth1-21/+28
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-2/+12
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor1-0/+62
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor1-25/+1
2005-04-26Build rectangle with an identity matrix in place so that the entire target su...Carl Worth1-0/+14
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-38/+283
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-0/+4
2005-04-19Add new cairo_paint function.Carl Worth1-1/+30
2005-04-14and delete:Carl Worth1-67/+79
2005-04-11Add deprecation alias from cairo_scale_font to cairo_set_font_size.Carl Worth1-0/+1
2005-04-11Add deprecation alias from cairo_select_font to cairo_select_font_face.Carl Worth1-0/+1
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth1-23/+4
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor1-20/+53
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-57/+22
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-4/+22
2005-04-06Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth1-3/+3
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-1/+1
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-12/+18
2005-04-02Style and indentation fixes.Carl Worth1-16/+18
2005-04-01Update API shakeup chart.Carl Worth1-4/+46
2005-03-31Remove this function now that the PNG backend is gone.Kristian Høgsberg1-28/+0
2005-03-28New PNG utility functions.Kristian Høgsberg1-21/+22
2005-03-23Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS as they are not needed for priva...Carl Worth1-13/+56
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+2
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-0/+265
2005-03-20Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...Carl Worth1-15/+144
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-28/+28
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-2/+2
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-1/+5
2005-03-15src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor1-1/+1
2005-03-11Added some documentation, so we get some churn here.Carl Worth1-1/+87
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth1-57/+366
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-12Return all-zero extents if string is NULL.Carl Worth1-0/+10
2005-02-12Make clipping fast path fast. When we have a clipping region set, intersect i...Kristian Høgsberg1-1/+1
2005-02-06src/cairo_gstate.c src/cairo.c: Allow cairo_set_font (cr, NULL) to unset the ...Owen Taylor1-1/+1
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-1/+3
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-0/+162
2005-01-27configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...Owen Taylor1-0/+47
2005-01-20Track various renamings.Carl Worth1-2/+0
2005-01-12A NULL cairo_t * is not sane.Carl Worth1-0/+3
2004-12-20Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cai...Alexander Larsson1-0/+6
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-4/+49
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+28
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-07-05Remove errant semicolon from macro definition.Carl Worth1-1/+1