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