summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-17[configure] Use AC_C_INLINE to correctly define inlineBehdad Esfahbod1-6/+1
2006-12-15Fix a couple of character spacing issues on WindowsU-JONATHAN-X60S\jonathan1-2/+8
2006-12-12Cache rounded glyph advance valuesBehdad Esfahbod1-0/+2
2006-12-11[cairoint] Define CAIRO_STACK_BUFFER_SIZE (defaults to 2kb)Behdad Esfahbod1-0/+7
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-17/+11
2006-12-08[slim] Define slim macros to dummy prototypes for non-gcc compilers (#9150)Behdad Esfahbod1-2/+2
2006-11-22Add some missing cairo_private decoratorsCarl Worth1-2/+2
2006-11-22Switch from old tessellator to new tessellatorCarl Worth1-0/+10
2006-11-22Add _cairo_matrix_is_translationDan Amelang1-0/+3
2006-11-22Add _cairo_lround for much faster roundingDaniel Amelang1-0/+3
2006-11-13Rewrite tessellate_rectangle as tessellate_convex_quad to make it more usefulCarl Worth1-1/+1
2006-11-13Add a status field to cairo_traps_t to enable less error checkingCarl Worth1-0/+2
2006-11-07[win32] clean up win32_surface_compositeVladimir Vukicevic1-0/+5
2006-11-07Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...Carl Worth1-2/+2
2006-10-25Fix repeating source surface patterns with xlib backend.Carl Worth1-0/+10
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-0/+8
2006-10-15[slim] hide cairo_version_string()Jamey Sharp1-0/+1
2006-10-08[slim] hide cairo_pattern_status() #8551Behdad Esfahbod1-0/+1
2006-09-25Add clip getters API + testsRobert O'Callahan1-0/+10
2006-09-25Fix stroke/fill extents bounding boxesRobert O'Callahan1-0/+6
2006-09-25Fix _cairo_matrix_transform_bounding_box to return tightness infoRobert O'Callahan1-1/+2
2006-09-15OS/2 build changesPeter Weilbacher1-0/+11
2006-09-09[win32] Misc win32 compilation fixesVladimir Vukicevic1-0/+5
2006-09-08cairo_show_glphs: Mark glyphs argument as const.Behdad Esfahbod1-1/+1
2006-09-07Add _cairo_array_size to allow querying the allocated sizeCarl Worth1-0/+3
2006-09-07Make the SLIM macros robust in the face of macro-renamed symbolsNicholas Miell1-2/+3
2006-09-05slim_hidden_proto: Move smeicolon from definition to use for consistency and ...Carl Worth1-83/+83
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-14/+70
2006-08-28Eliminate conditions checking for unsigned or enum values less than 0.Carl Worth1-2/+1
2006-08-21Define WINVER if it's not defined. (bug 6456)Yevgen Muntyan1-0/+3
2006-08-17Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth1-0/+4
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth1-0/+12
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-31Implement per-surface font options.Behdad Esfahbod1-0/+12
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