summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-08Update version to 1.2.2 and libtool version to 11:1:9.1.2.2Carl Worth1-2/+2
2006-08-08NEWS: Add notes for cairo 1.2.2Carl Worth1-0/+157
2006-08-08RELEASING: Add --stat option to recommended git-log commandCarl Worth1-1/+1
2006-08-08Fix EXTRA_DIST so that 'make distcheck' works againCarl Worth1-43/+13
2006-08-08gtk-doc template file churnCarl Worth22-4/+2216
2006-08-08Fix some memory leaks in a few of the tests.Carl Worth4-0/+8
2006-08-08Add a variation of an existing valgrind suppressionCarl Worth1-0/+12
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-08Fix leaks in failure paths in pixman gradient creationAlfred Peng1-0/+2
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 warning due to the test suite's private 'FLATTENEND' format valueCarl Worth1-1/+6
2006-08-08Fix misplaced volatile keywordBehdad Esfahbod1-2/+2
2006-08-08Disable warning options that are not available in gcc 3.3.5 at least.Carl Worth1-4/+9
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth21-28/+36
2006-08-08Remove stale SVG-specific reference images for pixman-rotate testCarl Worth2-0/+0
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth99-224/+250
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod3-13/+12
2006-08-07Improve docs for cairo_surface_create_similar()Carl Worth1-5/+6
2006-08-07Update reference images, mostly PDF and SVGBehdad Esfahbod51-0/+0
2006-08-08Make "make html" not trigger test rerunsBehdad Esfahbod1-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-07Add cairo-truetype-subset-private.h to list of ignored headersBehdad Esfahbod1-0/+1
2006-08-07Add test truetype-tables that checks sizeof truetype tablesBehdad Esfahbod2-0/+60
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 Worth25-124/+160
2006-08-07Mark x86_64 subsetting as fixed in ROADMAP.Behdad Esfahbod1-1/+1
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 Worth7-3/+44
2006-08-07Add -Wunsafe-loop-optimizations compiler flag and fix all warningsBehdad Esfahbod3-5/+6
2006-08-07Add several compiler warning flags (no code changes needed)Behdad Esfahbod1-3/+5
2006-08-07Add -Wwrite-strings compiler flag and fix all warningsBehdad Esfahbod3-4/+4
2006-08-07Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.Carl Worth5-12/+114
2006-08-07Make truetype subsetting work on x86_64Adrian Johnson2-98/+99
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