summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document default extend modesCarl Worth2008-04-062-2/+10
* Document EXTEND_REFLECT and EXTEND_PAD as implemented for surfaces since 1.6Carl Worth2008-04-061-3/+3
* README: Update dependenciesCarl Worth2008-04-061-50/+89
* Revert "[README] Remove the Dependencies section as it falls out of date easily"Carl Worth2008-04-061-0/+89
* Change default filter from BEST to GOODCarl Worth2008-04-061-1/+1
* Update smask-text reference imageCarl Worth2008-04-061-0/+0
* [test] Remove some redundant evals from the summary.Chris Wilson2008-04-051-4/+4
* [test] Disable jobserver with make check.Chris Wilson2008-04-051-1/+3
* scaled-font-subsets: Special case .notdef in a new subsetAdrian Johnson2008-04-061-5/+15
* Type1-fallback: Use correct glyph metrics for .notdef glyphAdrian Johnson2008-04-061-63/+29
* Type1-fallback: Use correct glyph advance in Type 1 charstringsAdrian Johnson2008-04-061-1/+1
* Add assert to scaled_glyph_lookup in scaled-font-subsetsAdrian Johnson2008-04-061-0/+1
* [test] Summarise failures per backend.Chris Wilson2008-04-051-2/+10
* _cairo_pattern_get_extents: Fix to allow for expansion based on filterCarl Worth2008-04-041-0/+22
* Replace open-coded transformation with a call to _cairo_matrix_transform_boun...Carl Worth2008-04-041-34/+27
* Add new filter-bilinear-extents testCarl Worth2008-04-044-0/+94
* Enable buggy_repeat workaround for X.Org servers < 1.4Carl Worth2008-04-041-0/+11
* [xlib] Avoiding sending glyphs > XMaxRequestSize.Chris Wilson2008-04-041-0/+14
* [test] Add bilevel image test case.Chris Wilson2008-04-044-0/+71
* [configure.in] Add a link to the LTP homepage.Chris Wilson2008-04-041-7/+8
* [pdf] Copy the glyphs for use within an smask group.Chris Wilson2008-04-041-1/+8
* [test] Exercise "soft" masks.Chris Wilson2008-04-0416-0/+698
* TrueType: Fix buffer checkAdrian Johnson2008-04-041-8/+8
* TrueType: Remove assertAdrian Johnson2008-04-041-1/+2
* Add PS reference image for ft-show-glyphs-tableAdrian Johnson2008-04-042-0/+1
* PS: Fix emulation of 'Td' pdf operatorAdrian Johnson2008-04-041-1/+2
* Add links to the font specifications.Chris Wilson2008-04-043-0/+16
* Add new ft-show-glyphs-table test to exercise recent glyph positioning bug fixCarl Worth2008-04-034-0/+119
* PDF: Fix glyph positioning bugAdrian Johnson2008-04-041-1/+1
* [cairo-truetype-subset] Check reads are within valid data.Chris Wilson2008-04-031-4/+12
* [cairo-truetype-subset] Prevent accesses beyond the end of the glyph array.Chris Wilson2008-04-031-13/+30
* [cairo-truetype-subset] Perform a quick sanity check that glyf end >= begin.Chris Wilson2008-04-031-0/+6
* [cairo-array] Guard against integer overflow whilst growing the array.Chris Wilson2008-04-032-5/+9
* [cairo-pdf-surface] Do not bitswap big-endian A1 masks.Chris Wilson2008-04-031-23/+7
* [test] Add a1-mask.Chris Wilson2008-04-034-0/+201
* [cairo-font-face] Cleanup up the font_face on the error path.Chris Wilson2008-04-031-0/+1
* [.gitignore] Add test/stroke-imageChris Wilson2008-04-031-0/+1
* [cgfont] typo fixVladimir Vukicevic2008-04-021-1/+1
* [cgfont] Implement missing scaled font metricsVladimir Vukicevic2008-04-021-3/+71
* [cairo-xlib-surface] Avoid writing to the error surface.Chris Wilson2008-04-021-8/+8
* [cairo-xlib-surface] Preserve Visuals for non-TrueColor similar surfaces.Chris Wilson2008-04-021-12/+20
* [test/text-transform] Fix pattern leak.Chris Wilson2008-04-021-6/+4
* [cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson2008-04-024-33/+83
* [cairo-svg-surface] Check surface status before extracting the svg target.Chris Wilson2008-04-021-0/+5
* [cairo-ps-surface] Check surface status before extracting the ps target.Chris Wilson2008-04-021-0/+5
* [cairo-svg-surface] Missing status check.Chris Wilson2008-04-021-0/+3
* [cairo-pdf-surface] Do not mask error during cleanup.Chris Wilson2008-04-021-4/+4
* [cairo-pdf-surface] Check surface status before extracting the pdf target.Chris Wilson2008-04-021-0/+5
* [cairo-svg-surface] Release acquired surface on error path.Chris Wilson2008-04-021-2/+3
* [cairo-ps-surface] Check error status before potential illegal dereference.Chris Wilson2008-04-021-1/+7