summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* PDF: Add support for CAIRO_FORMAT_A8 imagesAdrian Johnson2007-09-201-12/+32
* fix trailing whitespaceVladimir Vukicevic2007-09-181-2/+2
* [win32] add new win32 printing surfaceVladimir Vukicevic2007-09-181-1/+2
* Make NO_MUTEX really mean no mutexesVladimir Vukicevic2007-09-181-3/+3
* [win32] Add win32 printing surfaceVladimir Vukicevic2007-09-188-41/+1376
* Let surfaces specify their native resolution, for fallback purposesVladimir Vukicevic2007-09-185-2/+42
* [cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memoryBehdad Esfahbod2007-09-171-5/+9
* Analysis-surface: Use pattern extents to limit show_glyphs extentsAdrian Johnson2007-09-161-1/+11
* Change paginated surface size when PS/PDF _set_size() calledAdrian Johnson2007-09-166-8/+52
* PS: Remove initclip operatorAdrian Johnson2007-09-161-3/+3
* PDF: Fix copy_page() bugAdrian Johnson2007-09-161-0/+2
* PS: Remove copy_page()Adrian Johnson2007-09-162-15/+2
* PS output optimizations (#11442)Ken Herron2007-09-161-7/+6
* [cairo-gstate] Fix comment about font_matrix having zero translationBehdad Esfahbod2007-09-151-4/+5
* [PDF] Fix typo in commentsBehdad Esfahbod2007-09-151-1/+1
* Fix theoretical NULL return from cairo_pop_group()Jeff Muizelaar2007-09-121-3/+3
* [cairo-gstate] Fix order of matrices in _cairo_gstate_backend_to_user_rectang...Jonathan Gramain2007-09-121-2/+3
* Export cairo_surface_{copy,show}_pageVladimir Vukicevic2007-09-117-14/+45
* [mlk] Free boxes in copy_rectangle_list on successVladimir Vukicevic2007-09-111-0/+2
* PDF: Remove BC entry from Smask dictionaryAdrian Johnson2007-09-091-2/+0
* Add PDF support for cairo_mask()Adrian Johnson2007-09-091-4/+125
* [cairo-ft-font] Early detection of a zero sized bitmap.Chris Wilson2007-09-071-0/+6
* Add b8g8r8 formats to cairo-image-surfaceVladimir Vukicevic2007-09-061-0/+22
* Create meta-surface source image with same content type as theAdrian Johnson2007-09-051-3/+3
* Eliminate unclipped CLEAR from meta-surface playbackAdrian Johnson2007-09-051-6/+6
* Add support for PDF meta-surface patternsAdrian Johnson2007-09-055-82/+316
* [cairo-xlib-xrender-private] Remove some protocol-specific macrosBehdad Esfahbod2007-09-041-48/+0
* [cairo-xlib-xrender-private] Add copyright/license info for copied filesBehdad Esfahbod2007-09-041-68/+95
* [xlib] Make it compile without Xrender available at compile time (#12210)Behdad Esfahbod2007-08-316-15/+1110
* [PDF] The symbol 'GROUP' is already used on some win32 systems; add a prefixJody Goldberg2007-08-311-7/+7
* [cairo-surface] Add a comment about why the glyph array is not const.Chris Wilson2007-08-311-0/+8
* Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson2007-08-3121-68/+47
* [cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson2007-08-3121-47/+68
* [cairo-path-fixed] Remove leftover typedef keywordBehdad Esfahbod2007-08-301-1/+1
* [cairo-path-fixed] typedef char cairo_path_fixed_op_tBehdad Esfahbod2007-08-301-2/+3
* Fix unbounded operator bug in analysis surfaceAdrian Johnson2007-08-291-52/+65
* Fix PDF gradients bugAdrian Johnson2007-08-291-22/+41
* [win32] call scaled_font_fini in create before returning NULLVladimir Vukicevic2007-08-291-4/+9
* Fix previous create_similar fallback patchVladimir Vukicevic2007-08-283-70/+45
* [win32] call free() and not scaled_font_destroy() if scaled init failsVladimir Vukicevic2007-08-281-1/+1
* [win32] Add cairo_win32_font_face_create_for_logfontw_hfontVladimir Vukicevic2007-08-282-22/+88
* Implement fallback for clone_similarVladimir Vukicevic2007-08-283-1/+56
* [win32] Update win32 MakefilesVladimir Vukicevic2007-08-281-12/+6
* [win32] check correct surface for BitBlt support in get_subimageVladimir Vukicevic2007-08-281-1/+4
* Fix image_extra arg in call to _cairo_release_source_imageVladimir Vukicevic2007-08-281-1/+1
* PDF: Remove unused codeAdrian Johnson2007-08-282-19/+0
* PDF: Clean up commentsAdrian Johnson2007-08-281-10/+10
* Fix PDF regression with multipage documentsAdrian Johnson2007-08-281-0/+7
* Add finer-grained fallback support to the PDF surfaceAdrian Johnson2007-08-273-483/+980
* [SVG] Suppress code duplication by using _cairo_svg_surface_emit_stroke_styleEmmanuel Pacaud2007-08-251-62/+3