summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-11/+13
2006-08-07Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.Carl Worth1-0/+59
2006-08-07Add definition of cairo_private for some Sun compilers.Alfred Peng1-1/+3
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-0/+6
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-8/+8
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod1-3/+5
2006-07-27Make "double *dash" argument const in cairo_set_dashBehdad Esfahbod1-1/+1
2006-06-29Move device_transform of path to before floating->fixed conversion.Carl Worth1-0/+1
2006-06-22Bug 6955: Fix by adding freeze/thaw around scaled_font glyph cache in _cairo_...Carl Worth1-0/+6
2006-06-20Add new CAIRO_BITSWAP8 macro for swapping the bits within a byte.Carl Worth1-0/+12
2006-06-17Add missing prototype for _cairo_lzw_compress.Jinghua Luo1-0/+4
2006-06-15Drop _cairo_surface_is_opaque now that we have cairo_surface_get_contentCarl Worth1-0/+1
2006-06-14Merge branch 'svg-rewrite'Kristian Høgsberg1-84/+0
2006-06-14Rename cairo-wideint.h to cairo-wideint-private.h.Behdad Esfahbod1-1/+1
2006-06-13Change return type of _cairo_scaled_glyph_lookup to allow UNSUPPORTED.Carl Worth1-2/+2
2006-06-12Make cairo_output_stream_t an embeddable type.Kristian Høgsberg1-84/+0
2006-06-10Hook up device scaling so fallback_resolution starts working.Carl Worth1-0/+5
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-6/+7
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-2/+2
2006-06-09New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...Carl Worth1-0/+5
2006-06-06Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned.Carl Worth1-3/+0
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-22/+22
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-4/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-28/+28
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-4/+4
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-17/+17
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+4
2006-05-22Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug....Carl Worth1-1/+0
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-36/+36
2006-05-04Implement push_group/pop_groupVladimir Vukicevic1-0/+19
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-2/+17
2006-05-02Make backend-specific function set a surface error on type mismatch.Carl Worth1-0/+4
2006-04-18Merge branch 'cairo' into new-sub-pathCarl Worth1-14/+105
2006-04-14Farm out the surface and pattern analysis functions away from cairo-ps-surfac...Carl Worth1-1/+7
2006-04-14Move analysis of operators from cairo-ps-surface.c to cairo-operator.cCarl Worth1-0/+7
2006-04-14Flesh test-paginated-surface out into a complete surface.Carl Worth1-0/+13
2006-04-12Add documentation for _cairo_output_stream_create_for_file.Carl Worth1-0/+7
2006-04-08Save PS output in temp file so we can prepend global data (like fonts)Keith Packard1-1/+4
2006-04-04Merge branch 'cairo-origin' into analysis-surfaceCarl Worth1-4/+63
2006-04-04Implement proper cairo-style error-handling for cairo_output_stream_t.Carl Worth1-8/+27
2006-04-03Implement cairo-base85-stream as a filtering output stream not just a write f...Carl Worth1-6/+17
2006-03-23cairo-lzw: Replace LZW code from libtiff with an original implementation.Carl Worth1-2/+2
2006-03-23Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l...Carl Worth1-3/+1
2006-03-15Add LZW image compression and ASCII85 encoding for PostScript image output.Alexander Larsson1-0/+10
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-8/+20
2006-02-28Add testing for cairo_surface_get_type.Carl Worth1-2/+4
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+12
2006-02-27Primitive ps glyph support. Fix ps strokes to not leave path definedKeith Packard1-1/+1
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth1-0/+2
2006-02-27Misc compilation fixes (C++-style comments, M_PI decls, etc.)Vladimir Vukicevic1-0/+4