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 | 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 | 1 | -0/+5 |
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 | 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 | 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 | 9 | -123/+54 |
2006-06-09 | freetype: Ignore global advance unconditionally. | Jinghua Luo | 2 | -0/+6 |
2006-06-08 | freetype: Fix for test case ft-text-vertial-layout. | Jinghua Luo | 1 | -33/+97 |
2006-06-08 | glitz: Don't hardcode content type when initializing cairo surface | Jinghua Luo | 1 | -3/+20 |
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 | Remove initial, final, and duplicate blank lines. | Carl Worth | 43 | -91/+0 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 34 | -295/+295 |
2006-06-06 | Remove trailing whitespace from lines with a single brace. | Carl Worth | 15 | -19/+19 |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 39 | -408/+408 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 51 | -792/+792 |
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-25 | Make BeOS compile again | Christian Biesinger | 1 | -1/+4 |
2006-05-24 | Note the changed semantics of cairo_surface_set_device_offset | Carl Worth | 1 | -2/+2 |
2006-05-24 | New API: Add new function cairo_surface_get_content | Carl Worth | 19 | -61/+144 |
2006-05-24 | PDF: Add new, private test function: cairo_pdf_test_force_fallbacks | Carl Worth | 3 | -2/+81 |
2006-05-24 | cairo-xlib-test: Rename cairo_test_xlib function prefix to cairo_xlib_test | Carl Worth | 2 | -3/+3 |
2006-05-23 | PDF: Move dash operator before path construction operators. | Carl Worth | 1 | -5/+5 |
2006-05-23 | Clarify the documentation for cairo_set_dash | Carl Worth | 1 | -3/+7 |
2006-05-23 | PDF: Share path callbacks for fill and stroke. | Carl Worth | 1 | -76/+36 |
2006-05-23 | PDF: Rename pdf_stroke_t to pdf_path_into_t for future sharing with fill | Carl Worth | 1 | -19/+19 |
2006-05-23 | SVG: Fix for line-width-scale | Carl Worth | 1 | -22/+41 |
2006-05-23 | Codify 1.0 behavior of cairo_set_line_width as a feature, not a bug. | Carl Worth | 1 | -6/+19 |
2006-05-22 | Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug.... | Carl Worth | 4 | -52/+5 |
2006-05-18 | PDF: Squelch a couple of bogus "may be used uninitialized" warnings. | Carl Worth | 1 | -2/+2 |
2006-05-18 | Define kCGBitmapByteOrder32Host for when the SDK doesn't define it | Vladimir Vukicevic | 1 | -0/+7 |
2006-05-18 | Whitespace fix | Vladimir Vukicevic | 1 | -2/+2 |
2006-05-18 | CAIRO_SCALED_FONT_TYPE_* -> CAIRO_FONT_TYPE_* | Vladimir Vukicevic | 2 | -4/+4 |
2006-05-18 | [win32] GDI is nearly always faster than pixman; use it whenever possible | Vladimir Vukicevic | 1 | -9/+13 |