summaryrefslogtreecommitdiff
path: root/src/cairo-win32-printing-surface.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26win32: Compile, but brokenChris Wilson1-10/+3
2011-09-12Introduce a new compositor architectureChris Wilson1-12/+7
2011-09-02win32: Fix compilationAndrea Canciani1-0/+1
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-2/+1
2011-07-27win32: ConstifyAndrea Canciani1-3/+3
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-6/+6
2011-07-15Implement cairo_backend_tChris Wilson1-0/+3
2011-01-16doc: Fix some broken references and gtk-doc warningsMaarten Bosmans1-1/+1
2011-01-02pattern: Use double precision for gradient extreme objectsAndrea Canciani1-4/+4
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson1-0/+3
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-11-16win32-print: print as unicode where possibleAdrian Johnson1-61/+96
2010-10-21raster backends: Set round_glpyh_positions to ONUli Schlachter1-0/+1
2010-07-10Convert mime data length to use unsigned longChris Wilson1-5/+5
2010-06-14win32: Fixed compile errors in Windows backend.Zoxc1-5/+4
2010-05-12win32-printing: compile fix.Chris Wilson1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-25win32: Trivially fix the compile error with printing.Chris Wilson1-1/+1
2010-01-22pattern: Add convenience patterns for stock coloursChris Wilson1-6/+2
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-30/+30
2009-09-22win32-printing: correct the use of the CAIRO_HAS_WIN32_FONT #ifdefAdrian Johnson1-1/+1
2009-09-22win32-printing: fix meta surface pattern regression caused by bed2701eAdrian Johnson1-0/+2
2009-09-22win32-printing: Allow GDI CTM with scale < 1 to be setAdrian Johnson1-19/+71
2009-09-22Make win32 fonts work in EMF files created by win32-printingAdrian Johnson1-0/+37
2009-09-03[win32] Remove unused clone_similar()Chris Wilson1-1/+1
2009-08-29[win32] Compiler warningsChris Wilson1-12/+12
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-105/+89
2009-07-03Export meta-surfaceChris Wilson1-1/+1
2009-05-22[win32] Wrap win32-font usage with CAIRO_HAS_WIN32_FONTChris Wilson1-0/+4
2009-05-22[win32] TypoChris Wilson1-1/+1
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-5/+7
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-24Win32-print: Add PNG embedding supportAdrian Johnson1-27/+79
2008-11-23Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson1-3/+3
2008-11-06win32-printing: Implement JPEG supportAdrian Johnson1-9/+82
2008-11-04[win32] Compile fix for extend-pad extents.Chris Wilson1-1/+2
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-4/+8
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-25/+26
2008-10-08[win32] Restore fine-grained fallback support for printing.Chris Wilson1-0/+8
2008-09-29[pattern] Remove the hack to support cloning surface patterns.Owen W. Taylor1-22/+19
2008-08-10Win32-printing: Fix Type 1 font printing so fallback is not usedAdrian Johnson1-10/+53
2008-06-13Allocate the correct pattern type on the stack.Chris Wilson1-2/+3
2008-06-07Fix win32-printing show_glyphs analysisAdrian Johnson1-13/+19
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