summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-12doublesvgwip/floatpath2Andrea Canciani1-15/+15
2010-11-12doublepdfAndrea Canciani1-16/+16
2010-11-12doubleintpathAndrea Canciani1-47/+40
2010-11-12doubleintdebugAndrea Canciani1-15/+10
2010-11-12doubleintquartzAndrea Canciani1-29/+9
2010-11-12interpretdoubleAndrea Canciani4-38/+57
2010-11-12float cairo.c pathAndrea Canciani3-103/+62
2010-11-12path cleanupAndrea Canciani1-18/+0
2010-11-10Sync get-path-extents test with the one on 1.10.Jeff Muizelaar1-1/+27
2010-11-10PDF: Restrict ActualText to PDF version >= 1.5Adrian Johnson1-13/+18
2010-11-08xcb: Add more _cairo_error() callsBenjamin Otte1-7/+7
2010-11-08xlib: Add more _cairo_error() callsBenjamin Otte1-3/+3
2010-11-07drm/intel: Drop the bo cache.Chris Wilson2-217/+3
2010-11-07test/README: Change suggested screen sizeUli Schlachter1-1/+1
2010-11-07Make both versions of _cairo_lround consistent againUli Schlachter1-1/+5
2010-11-07_cairo_round: Fix documentationUli Schlachter1-1/+1
2010-11-07XCB: Check screen size in boilerplateUli Schlachter1-0/+12
2010-11-07PDF: Fix toUnicode for CID fontsAdrian Johnson2-15/+24
2010-11-06xcb: Fix transformation matrix settingUli Schlachter1-12/+12
2010-11-06configure: Correct reporting of tee backendAndrea Canciani1-1/+1
2010-11-06Type 1 glyph names: Do not use an array of pointers for winansi glyph namesAdrian Johnson1-131/+211
2010-11-06Move glyph names into separate fileAdrian Johnson4-280/+335
2010-11-06Fix type1-fallback bboxAdrian Johnson1-4/+4
2010-11-06configure.ac.features: s/Meta/Recording/Adrian Johnson1-1/+1
2010-11-05Fix type of _cairo_memory_stream_destroy parameterMarkus Stange1-2/+2
2010-11-05Fix build on gentooErik Zeek1-2/+2
2010-11-02CFF Subset: Remove debug codeAdrian Johnson1-13/+0
2010-11-02PDF: Use correct bfchar size in toUnicode for latin fontsAdrian Johnson2-14/+14
2010-11-01image: Use correct size for allocationAndrea Canciani1-2/+2
2010-11-01quartz-font: Do not leak CFDataRef'sAndrea Canciani1-0/+3
2010-11-01quartz-font: Add truetype font table tags accessorAndrea Canciani1-1/+38
2010-10-30script: Fix compilationAndrea Canciani1-9/+7
2010-10-30cff: Fixes for 'make check'Andrea Canciani2-2/+2
2010-10-30path: Solve co-dependency problemAndrea Canciani1-4/+4
2010-10-30drm: Do not access path flags directlyAndrea Canciani2-6/+6
2010-10-30xcb: Do not access flags directlyUli Schlachter1-2/+2
2010-10-29path: Tighten transformed extentsAndrea Canciani1-0/+15
2010-10-29path-bounder: Simplify codeAndrea Canciani2-193/+61
2010-10-29path: Tighten curve_to extentsAndrea Canciani1-4/+2
2010-10-29Fix degenerate arcsAndrea Canciani2-0/+5
2010-10-29path: Replace _cairo_path_fixed_extents_add with _cairo_box_add_pointAndrea Canciani1-18/+3
2010-10-29path: Fix _cairo_path_fixed_transformAndrea Canciani1-16/+34
2010-10-29path: Recompute flags in _cairo_path_fixed_scale_and_offsetAndrea Canciani1-10/+9
2010-10-29path: Transform current_point and last_move_to in _cairo_path_fixed_scale_and...Andrea Canciani1-0/+4
2010-10-29path: Recompute flags in _cairo_path_fixed_translateAndrea Canciani1-11/+12
2010-10-29path: Cleanup close_pathAndrea Canciani1-6/+2
2010-10-29path: Make _cairo_path_fixed_last_op assert on empty pathAndrea Canciani1-2/+1
2010-10-29path: Cleanup _cairo_path_fixed_iter_at_endAndrea Canciani1-10/+1
2010-10-29path: Cleanup _cairo_path_fixed_transformAndrea Canciani1-11/+10
2010-10-29path: Log flagsAndrea Canciani1-2/+13