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