summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-01[cairo-spline] Reduce stack requirements during recursive refinement.Chris Wilson1-5/+8
2007-10-30Simplify return value from cairo_path_fixed_get_current_point().Chris Wilson1-1/+1
2007-10-14Make PostScript output text selectableAdrian Johnson1-0/+1
2007-10-10Fix some trivial syntax warnings for -ansi.Chris Wilson1-0/+5
2007-10-04[cairo-matrix] Check whether a matrix is invertible before use.Chris Wilson1-0/+3
2007-10-04[cairo-scaled-font] Return the error status from _cairo_scaled_font_set_error()Chris Wilson1-1/+1
2007-10-04[cairo-font-face] Set the error on the font.Chris Wilson1-0/+4
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-1/+7
2007-10-04[cairo-error] Make _cairo_error() return the error status.Chris Wilson1-1/+1
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-14/+13
2007-09-25Move GCC attributes wrapping into a separate header.Chris Wilson1-69/+2
2007-09-18Let surfaces specify their native resolution, for fallback purposesVladimir Vukicevic1-0/+6
2007-09-11Export cairo_surface_{copy,show}_pageVladimir Vukicevic1-6/+2
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-6/+6
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-6/+6
2007-08-25Add a new fill_stroke surface backend method.Emmanuel Pacaud1-0/+36
2007-08-24Remove build-breaking debugging helper.Carl Worth1-2/+0
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-0/+2
2007-08-23Fix header inclusion orderBehdad Esfahbod1-22/+1
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-6/+6
2007-08-21Use a pixman_format_code to describe the image surface used for xlib fallbacksCarl Worth1-1/+18
2007-08-21Eliminate fragile cairo_internal_format_tCarl Worth1-41/+3
2007-08-21PS: Add finer-grained image fallback supportAdrian Johnson1-1/+3
2007-08-16[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()Chris Wilson1-2/+2
2007-08-06Bump pixman dependency to 0.9.4Søren Sandmann Pedersen1-1/+1
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-8/+30
2007-07-18[fixpt] remove dependency on some pixman typesVladimir Vukicevic1-13/+14
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-18/+30
2007-07-18[fixpt] Make fixed point methods static inline and genericVladimir Vukicevic1-36/+1
2007-07-02Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairoSøren Sandmann Pedersen1-0/+1
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-0/+1
2007-06-21[pixman] Initial port to standalone pixman library.Søren Sandmann1-3/+11
2007-06-07Add CAIRO_INTERNAL_FORMAT_RGB16_565 and prefer it over deprecated CAIRO_FORMA...Carl Worth1-21/+31
2007-05-09[cairo-pattern] Return status from _cairo_pattern_init_copy()Chris Wilson1-1/+1
2007-05-08[cairo-font-options] Check for the nil-object.Chris Wilson1-1/+2
2007-05-04[cairo-pattern] Cache surface for solid patternsChris Wilson1-0/+16
2007-05-04[cairo-xlib] Split per-display attributes from per-screen.Chris Wilson1-6/+0
2007-04-27Clip trapezoids that are partially (or wholly) outside the clip region.Carl Worth1-0/+7
2007-04-25Add a content value to solid patternsCarl Worth1-3/+6
2007-04-21Move a couple typedefs to cairo-types-private.hBehdad Esfahbod1-2/+0
2007-04-21[scaled-font] Move cairo_scaled_font_t to cairo-scaled-font-private.hBehdad Esfahbod1-65/+1
2007-04-21[cairo-surface] Move cairo_surface_t struct in cairo-surface-private.hBehdad Esfahbod1-72/+2
2007-04-20Exclude Type1 fonts from CID subsetsAdrian Johnson1-0/+1
2007-04-19Optionally provide a pattern to use for creating a similar solid surface.Chris Wilson1-1/+5
2007-04-19Define a CAIRO_ALPHA_IS_OPAQUE variant that operates on uint16.Chris Wilson1-0/+3
2007-04-18Rename cairo-font.c to cairo-font-face.cBehdad Esfahbod1-1/+1
2007-04-18Put back __inline definition for MSC compilers, in both cairo and pixmanBehdad Esfahbod1-0/+2
2007-04-18[cairoint.h] Define WARN_UNUSED_RESULT if undefinedBehdad Esfahbod1-0/+3
2007-04-11Mark function tables with attribute(warn_unused_result)Chris Wilson1-26/+26
2007-04-11Only enable warn-unused-result for recent gccChris Wilson1-7/+6