summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-04ROADMAP: Mark 7533 as fixed and add broken truetype subsetting on x86_64Carl Worth1-1/+3
2006-08-04Add binary garbage to PDF header as recommended in section 3.4.1 of PDF Refer...Dominic Lachowicz1-0/+2
2006-08-03Use base pointer to avoid compiler warning.Carl Worth1-1/+1
2006-08-03Apply device_transform during meta-surface replay to fix bug 7533Carl Worth1-9/+77
2006-08-03Simplify common set_clip operation in meta-surface replay.Carl Worth1-24/+8
2006-08-03Fail FreeType load_truetype_table on vertical fonts as we don't do itBehdad Esfahbod1-0/+3
2006-08-02Update ROADMAP now that several of the 1.2.2-targeted bugs are fixedCarl Worth1-3/+6
2006-08-02Rename truetype subset function to _cairo_truetype_*.Kristian Høgsberg1-123/+133
2006-08-02Renamed cairo-font-subset.c to cairo-truetype-subset.cKristian Høgsberg2-1/+1
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson9-181/+347
2006-08-02Merge branch 'master' of ssh+git://git.cairographics.org/git/cairoMichael Emmel18-457/+338
2006-08-02Fixed debug statement that broke compileMichael Emmel1-1/+1
2006-08-02Drop unused src/cairo-font-subset-private.h.Kristian Høgsberg2-69/+0
2006-08-02This patch fixes the problem where the postscript outputAdrian Johnson4-15/+77
2006-07-31Add comments about CAIRO_ENABLE_BACKEND.Behdad Esfahbod1-1/+4
2006-07-31XCB: implement set_clip_regionIan Osgood1-1/+93
2006-07-31XCB: Use xcb-renderutil where cairo-xlib used libXrender.Jamey Sharp2-160/+41
2006-07-31XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID.Jamey Sharp1-1/+1
2006-07-31Remove config.cache in autogen.sh.Behdad Esfahbod1-0/+2
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth20-50/+49
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod6-25/+27
2006-07-28Add -Wold-style-definition compiler falg and fix all warnings.Behdad Esfahbod2-32/+23
2006-07-28s/dist-hook/dist-hook-local/Behdad Esfahbod1-1/+1
2006-07-28Move font-matrix translation and device transform from surface to gstateBehdad Esfahbod2-41/+23
2006-07-28INSTALL: Mention DYLD_LIBRARY_PATH for mac OS XCarl Worth1-0/+3
2006-07-27Make "double *dash" argument const in cairo_set_dashBehdad Esfahbod4-10/+10
2006-07-27Make "CAIRO_TEST_TARGET=... make check" work againBehdad Esfahbod1-4/+4
2006-07-27Don't make doc upon make install.Behdad Esfahbod1-1/+1
2006-07-27Update ROADMAP with 1.2.2 and 1.4 plans now that 1.2.0 is outCarl Worth1-150/+59
2006-07-27Elide size-zero glyphs from calls to XRender functions.Carl Worth1-6/+22
2006-07-20Merge branch 'master' of ssh+git://git.cairographics.org/git/cairoMichael Emmel12-17/+128
2006-07-20Check for zero before freeing regionMichael Emmel1-1/+2
2006-07-17[xlib] Remove XSync implementation of surface_flushVladimir Vukicevic1-9/+1
2006-07-14Use font matrix offset to reposition glyph origin instead of adjusting advanceBehdad Esfahbod2-8/+10
2006-07-14Flush stdout after writing \r, to remove artifacts.Behdad Esfahbod1-0/+2
2006-07-14Add font-matrix-translation test case.Carl Worth4-0/+115
2006-07-14pixman-rotate: remove stale svg backend reference imagesCarl Worth2-0/+0