summaryrefslogtreecommitdiff
path: root/src
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-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 Worth1-0/+5
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-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-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 Worth9-123/+54
2006-06-09freetype: Ignore global advance unconditionally.Jinghua Luo2-0/+6
2006-06-08freetype: Fix for test case ft-text-vertial-layout.Jinghua Luo1-33/+97
2006-06-08glitz: Don't hardcode content type when initializing cairo surfaceJinghua Luo1-3/+20
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-06Remove initial, final, and duplicate blank lines.Carl Worth43-91/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth34-295/+295
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth15-19/+19
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth39-408/+408
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth51-792/+792
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-25Make BeOS compile againChristian Biesinger1-1/+4
2006-05-24Note the changed semantics of cairo_surface_set_device_offsetCarl Worth1-2/+2
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth19-61/+144
2006-05-24PDF: Add new, private test function: cairo_pdf_test_force_fallbacksCarl Worth3-2/+81
2006-05-24cairo-xlib-test: Rename cairo_test_xlib function prefix to cairo_xlib_testCarl Worth2-3/+3
2006-05-23PDF: Move dash operator before path construction operators.Carl Worth1-5/+5
2006-05-23Clarify the documentation for cairo_set_dashCarl Worth1-3/+7
2006-05-23PDF: Share path callbacks for fill and stroke.Carl Worth1-76/+36
2006-05-23PDF: Rename pdf_stroke_t to pdf_path_into_t for future sharing with fillCarl Worth1-19/+19
2006-05-23SVG: Fix for line-width-scaleCarl Worth1-22/+41
2006-05-23Codify 1.0 behavior of cairo_set_line_width as a feature, not a bug.Carl Worth1-6/+19
2006-05-22Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug....Carl Worth4-52/+5
2006-05-18PDF: Squelch a couple of bogus "may be used uninitialized" warnings.Carl Worth1-2/+2
2006-05-18Define kCGBitmapByteOrder32Host for when the SDK doesn't define itVladimir Vukicevic1-0/+7
2006-05-18Whitespace fixVladimir Vukicevic1-2/+2
2006-05-18CAIRO_SCALED_FONT_TYPE_* -> CAIRO_FONT_TYPE_*Vladimir Vukicevic2-4/+4
2006-05-18[win32] GDI is nearly always faster than pixman; use it whenever possibleVladimir Vukicevic1-9/+13