summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2007-03-13[cairo-polygon] Add a cache of eight edges to cairo_polygon_tBehdad Esfahbod1-0/+1
2007-03-13[cairo_polygon_t] Change has_current_point from int to cairo_bool_tBehdad Esfahbod1-1/+1
2007-03-13[cairo_polygon_t] Remove unused member 'closed'Behdad Esfahbod1-2/+0
2007-03-13[cairo_polygon_t] Reorder struct members for clarityBehdad Esfahbod1-4/+4
2007-03-13[cairo-spline] Add a cache of eight points to cairo_spline_tBehdad Esfahbod1-0/+1
2007-03-13[cairo_traps_t] Reorder struct members for clarityBehdad Esfahbod1-3/+3
2007-03-13[cairo-traps] Add a cache of one trapezoid to cairo_traps_tBehdad Esfahbod1-0/+2
2007-03-13[cairo_t] Embed a gstate into cairo_tBehdad Esfahbod1-3/+7
2007-03-07[cairoint] Move endian-conversion routines into cairoint.hBehdad Esfahbod1-0/+35
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-1/+1
2007-03-01Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_initCarl Worth1-1/+4
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-15/+0
2007-02-27Slim-hidden cairo_scale()Behdad Esfahbod1-0/+1
2007-02-27Implement cairo_get_scaled_font()Behdad Esfahbod1-0/+5
2007-02-23[core] put back REF_COUNT_INVALID to be -1, fix finishVladimir Vukicevic1-1/+1
2007-02-23[core] Add user_data and reference count getters to all objectsVladimir Vukicevic1-7/+10
2007-02-14[cairo-pattern] Cache surface for solid patternsJorn Baayen1-0/+15
2007-02-08[PS/PDF/SVG] Return a write_error nil surface on write errorsEugeniy Meshcheryakov1-0/+1
2007-02-08[cairoint] Make it compile with libpng disabledKalle Vahlman1-1/+6
2007-02-08Oops, correct typo in previous commitPeter Weilbacher1-1/+1
2007-02-08Correct scaled font mutex definitions for OS/2Peter Weilbacher1-2/+2
2007-02-07PDF: Make text selection and extraction workAdrian Johnson1-0/+18
2007-02-06Remove half-leftover debugging code from previous commitCarl Worth1-2/+1
2007-02-06Add scaled_font->mutex to allow locking for all subordinate objectsCarl Worth1-2/+56
2007-01-17Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_listRobert O'Callahan1-1/+1
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