summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-08-18Use &image->base as appropriate to avoid warnings.Carl Worth3-7/+7
2006-08-18Merge branch 'jrmuizel-stroking-fixes' into cairoCarl Worth1-0/+3
2006-08-18Don't set current point to (0,0) in close_path.Carl Worth1-6/+0
2006-08-18Fix close-path failure by adding explicit move_to after close_path.Carl Worth2-4/+19
2006-08-17[PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)Behdad Esfahbod1-1/+1
2006-08-17Only use GGO_GLYPH_INDEX for truetype and opentype fonts on win32.Adrian Johnson1-9/+43
2006-08-17Add (primitive) bitmap glyph tracing to fix bug #7889Carl Worth1-2/+94
2006-08-17Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth5-3/+55
2006-08-15[FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriateBehdad Esfahbod1-2/+2
2006-08-15[FreeType] Fix vertical metrics adjustment to work with non-identity shapesBehdad Esfahbod1-11/+18
2006-08-15[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_dataBehdad Esfahbod1-6/+6
2006-08-15[FreeType] Fix comment about font coordinateBehdad Esfahbod1-2/+1
2006-08-15Respect font_matrix translation in _cairo_gstate_glyph_pathBehdad Esfahbod1-1/+3
2006-08-13[Type1] Synch comments in the encoding tableBehdad Esfahbod1-46/+80
2006-08-13[Type1] Use NULL instead of 0Pavel Roskin1-13/+20
2006-08-13Update nil surface structs to the surface structPavel Roskin1-3/+27
2006-08-10Remove the ft_load_sfnt_table check from PS/PDF/SVG backendsBehdad Esfahbod1-0/+3
2006-08-08[PDF] Fix leak: free glyphsBehdad Esfahbod1-0/+2
2006-08-08[TrueType] Zero out padding memory in generated TrueType subsetBehdad Esfahbod1-3/+5
2006-08-08[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on patternBehdad Esfahbod1-1/+3
2006-08-08[TrueType] Add comment block describing why we only use int16_tBehdad Esfahbod1-8/+19
2006-08-08[TrueType] More leak fixesBehdad Esfahbod1-1/+2
2006-08-08[TrueType] Fix leaks.Behdad Esfahbod1-8/+14
2006-08-08Restructure subpixel_order handling such that the code doesn't look suspicious!Behdad Esfahbod1-5/+10
2006-08-08[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.Behdad Esfahbod1-0/+2
2006-08-08Set antialiasing to gray in default font options for PS/PDF/SVGBehdad Esfahbod3-3/+6
2006-08-08test-paginated: Fix memory leak within _test_paginated_surface_create_for_dataCarl Worth1-1/+11
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-1/+1
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth6-49/+106
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod2-10/+9
2006-08-07Improve docs for cairo_surface_create_similar()Carl Worth1-5/+6
2006-08-08Document a few more functionsBehdad Esfahbod1-0/+42
2006-08-07Document CAIRO_FORMAT_RGB16_565 as deprecated.Carl Worth1-3/+10
2006-08-07More doc syntax updateBehdad Esfahbod1-0/+2
2006-08-07Update doc syntaxBehdad Esfahbod4-4/+16
2006-08-07Split the TrueType table definitions into a private header fileBehdad Esfahbod3-121/+165
2006-08-07Remove the __attribute__ ((packed)) and the need for itBehdad Esfahbod1-24/+34
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth7-18/+17
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth19-74/+105
2006-08-07Squelch an annoying -Wswitch-enum warning by not using switchCarl Worth1-8/+8
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth5-2/+32
2006-08-07Add -Wunsafe-loop-optimizations compiler flag and fix all warningsBehdad Esfahbod1-1/+1
2006-08-07Add -Wwrite-strings compiler flag and fix all warningsBehdad Esfahbod2-3/+3
2006-08-07Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.Carl Worth3-11/+99
2006-08-07Make truetype subsetting work on x86_64Adrian Johnson1-97/+98
2006-08-07Fix typos in internal documentation.Declan Naughton1-2/+2
2006-08-07Fix file handle leak in failure path (bug 7616)Carl Worth1-1/+3
2006-08-07Add definition of cairo_private for some Sun compilers.Alfred Peng1-1/+3
2006-08-04Fix memory leak in _cairo_surface_show_glyphs (bug 7766)Chris Wilson1-0/+2
2006-08-04Add binary garbage to PDF header as recommended in section 3.4.1 of PDF Refer...Dominic Lachowicz1-0/+2