summaryrefslogtreecommitdiff
path: root/src/cairo-win32-printing-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-28One more remaining_glyphs compile fixBehdad Esfahbod1-1/+2
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-05-09[cairo-paginated-surface] Clean up reference counting messBehdad Esfahbod1-5/+11
2008-05-04Make win32-printing surface work with bitmap fontsAdrian Johnson1-0/+14
2008-05-04Fix win32-printing show_glyphs analysis for Type 1 fontsAdrian Johnson1-0/+1
2008-04-18Add "Since: 1.6" to win32 printing surfaceAdrian Johnson1-0/+2
2008-04-13win32: Fix broken printing of type1 fontsAdrian Johnson1-0/+1
2008-03-26Use floating-point offsets for color stopsCarl Worth1-1/+1
2008-03-25Win32-Printing: Fix fallback resolution when DC ctm is not identityAdrian Johnson1-5/+14
2008-03-10win32-printing: Don't scale the miter limitAdrian Johnson1-1/+1
2008-02-15Win32-printing: Fix meta surface patternsAdrian Johnson1-12/+16
2008-01-24[win32] Print non-black/white text correctly in show_glyphsVladimir Vukicevic1-3/+3
2008-01-24[win32] Better tracking of initial clipVladimir Vukicevic1-42/+27
2008-01-18win32-printing: define GRADIENT_FILL_RECT_H bug #14107Adrian Johnson1-0/+4
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-7/+3
2008-01-11win32-printing: Do not clip and paint with an empty pathAdrian Johnson1-2/+6
2008-01-11win32-printing: use fill instead of clip for non win32 fontsAdrian Johnson1-2/+12
2007-11-09[win32-printing] bail out early if we don't have anything to do in paint_surfVladimir Vukicevic1-0/+5
2007-11-09[win32] Skip doing some work if we can't call StretchDIBitsVladimir Vukicevic1-0/+6
2007-10-21win32-printing: remove unused codeAdrian Johnson1-17/+0
2007-10-21win32-printing: fix typo in commentAdrian Johnson1-1/+1
2007-10-21win32-printing: fix dash-caps-joins test failureAdrian Johnson1-5/+6
2007-10-21win32-printing: Use the surface ctm in show_glyphsAdrian Johnson1-0/+14
2007-10-21win32-printing: fix stroke rounding problemsAdrian Johnson1-6/+29
2007-10-21win32-printing: fix rounding problems when using pattern matrixAdrian Johnson1-31/+136
2007-10-21win32-printing: add meta surface pattern supportAdrian Johnson1-52/+199
2007-10-21win32-printing: check if images are opaqueAdrian Johnson1-0/+57
2007-10-21win32-printing: Add missing struct initializersAdrian Johnson1-1/+3
2007-10-13PS/Win32-printing: remove redundant checks from _analyze_operationAdrian Johnson1-6/+0
2007-10-10[win32] mask win32 printing vertex colors with 0xff00 per docsVladimir Vukicevic1-4/+7
2007-10-10Fix win32 printing surface copyright noticeVladimir Vukicevic1-2/+2
2007-10-10[win32] Clean up compiler warnings.Chris Wilson1-9/+17
2007-10-09[win32] remove ignore_operators flag from win32 printing surfaceVladimir Vukicevic1-12/+4
2007-09-18[win32] Add win32 printing surfaceVladimir Vukicevic1-0/+1220