summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-11SVG: Sets fallback resolution when compositing a meta surface.Emmanuel Pacaud1-15/+14
2006-06-11freetype: build fix for _transform_glyph_bitmap.Jinghua Luo1-5/+4
2006-06-11ignore FC_MATRIX in font pattern.Jinghua Luo1-10/+1
2006-06-11freetype: rework _transform_glyph_bitmap.Jinghua Luo1-25/+33
2006-06-10ROADMAP: Note that cairo_surface_set_fallback_resolution is in place now.Carl Worth1-15/+17
2006-06-10Change _cairo_meta_surface_get_extents to return a bounded size.Carl Worth2-18/+27
2006-06-10Don't create a new scaled_font if there's a device_offset but no device_scale.Carl Worth1-18/+16
2006-06-10Clarify that fallback_resolution acts on a per-page granularity.Carl Worth2-0/+21
2006-06-10Test PS and SVG backends in addition to PDF in test/fallback-resolution.Carl Worth2-31/+83
2006-06-10Add cairo_{ps,svg}_test_force_fallbacks so tests can force fallbacks.Carl Worth4-0/+156
2006-06-10Fix font size when drawing text with a device_scale.Carl Worth1-2/+25
2006-06-10Fix line width for stroking with a device_scale.Carl Worth1-2/+11
2006-06-10Add text and stroke to falback-resolution test (showing bugs in each).Carl Worth1-7/+35
2006-06-10Hook up device scaling so fallback_resolution starts working.Carl Worth3-2/+53
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth13-108/+144
2006-06-09doc: SGML template churnCarl Worth4-7/+21
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth11-56/+56
2006-06-09Add REPLACED_BY macros to help porting to new set_fallback_resolutionCarl Worth1-0/+3
2006-06-09New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...Carl Worth11-127/+58
2006-06-09Ignore ft-text-vertical-layout binaryCarl Worth1-0/+1
2006-06-09freetype: Ignore global advance unconditionally.Jinghua Luo2-0/+6
2006-06-07Rename ft-text-vertical-layout reference image according to standard convention.Carl Worth1-0/+0
2006-06-07Fix bug in get-group-target (in the test itself) letting it now pass.Carl Worth1-2/+12
2006-06-08Make image-*-ref.png image as reference image.Jinghua Luo2-0/+0
2006-06-08freetype: Fix for test case ft-text-vertial-layout.Jinghua Luo1-33/+97
2006-06-08Add ft-text-vertical-layout test case for vertical layout.Jinghua Luo10-0/+132
2006-06-08Merge branch 'master' of git+ssh://jinghua@git.cairographics.org/git/cairoJinghua Luo5-7/+84
2006-06-08glitz: Don't hardcode content type when initializing cairo surfaceJinghua Luo1-3/+20
2006-06-07Add new test get-group-target (currently failing with paginated).Carl Worth4-0/+83
2006-06-07Remove debugging "prints" of images from test/device-offset.cCarl Worth1-7/+1
2006-06-07pixman: fix compilation on HP-UX 11.11Zakharov Mikhail1-1/+1
2006-06-07Change all instances of UINT16_MAX to INT16_MAX to avoid new bug.Carl Worth2-4/+4
2006-06-07Fix MAX vs. MIN bug introduced with rename away from CAIRO_MINSHORTCarl Worth1-1/+1
2006-06-06win32: Add conditional definitions for INT16_{MIN,MAX} and UINT16_MAX now tha...Carl Worth1-0/+9
2006-06-06Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned.Carl Worth5-13/+10
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth30-155/+155
2006-06-06CODING_STYLE: Fix misspellings.Carl Worth1-2/+2
2006-06-06CODING_STYLE: Add notes on avoiding trailing whitespace.Carl Worth1-3/+17
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth73-184/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth60-404/+404
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth21-31/+31
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth57-446/+446
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth106-1311/+1311
2006-06-05Move rectangle functions to new cairo-rectangle.cCarl Worth3-46/+86
2006-06-05New API: Add cairo_image_surface_get_{data,format,stride}Carl Worth2-0/+78
2006-05-29Only destroy scaled glyphs if they are not in the cache.Jeff Muizelaar1-4/+7
2006-05-28Remove cairo_public from _cairo_lzw_compress() definition.Kristian Høgsberg1-1/+1
2006-05-28Clarify licensing of float formatting code.Kristian Høgsberg1-0/+4
2006-05-28Add "html" Makefile target to run make-html.plChristian Biesinger1-0/+7
2006-05-27Distribute make-html.plChristian Biesinger1-0/+1