summaryrefslogtreecommitdiff
path: root/src/cairo-win32-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-22win32-printing: Allow GDI CTM with scale < 1 to be setAdrian Johnson1-0/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-3/+12
2009-05-17Fix win32 build breakageAdrian Johnson1-0/+1
2008-11-24Win32-print: Add PNG embedding supportAdrian Johnson1-0/+3
2008-11-06win32-printing: Implement JPEG supportAdrian Johnson1-0/+3
2008-11-04[win32] Compile fix for extend-pad extents.Chris Wilson1-1/+2
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-1/+1
2008-09-27clone_similar(): s/device_offset/clone_offset/Chris Wilson1-2/+2
2008-09-27Allow cloning sub-regions of similar surfaces.Chris Wilson1-0/+2
2008-08-10Win32-printing: Fix Type 1 font printing so fallback is not usedAdrian Johnson1-0/+1
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-2/+2
2008-05-28Fix two more compile errorsBehdad Esfahbod1-1/+2
2008-05-04Make win32-printing surface work with bitmap fontsAdrian Johnson1-0/+3
2008-04-13win32: Fix broken printing of type1 fontsAdrian Johnson1-0/+3
2008-01-24[win32] Better tracking of initial clipVladimir Vukicevic1-5/+18
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic1-1/+1
2008-01-11win32-printing: Do not clip and paint with an empty pathAdrian Johnson1-0/+1
2007-10-21win32-printing: fix rounding problems when using pattern matrixAdrian Johnson1-0/+2
2007-10-21win32-printing: add meta surface pattern supportAdrian Johnson1-0/+1
2007-10-09[win32] remove ignore_operators flag from win32 printing surfaceVladimir Vukicevic1-5/+0
2007-09-18[win32] Add win32 printing surfaceVladimir Vukicevic1-1/+65
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-2/+2
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-3/+0
2006-11-07[win32] clean up win32_surface_compositeVladimir Vukicevic1-1/+4
2006-10-16[win32] Add missing voidChristian Biesinger1-1/+1
2006-09-12[win32] Support for DDBs, AlphaBlend fixVladimir Vukicevic1-1/+21
2006-09-09[win32] Make cairo as a win32 static library possibleVladimir Vukicevic1-0/+3
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-2/+2
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-3/+3
2006-05-18[win32] implement win32 show_glyphsStuart Parmenter1-0/+1
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-2/+2
2006-04-26WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...Behdad Esfahbod1-0/+8
2006-02-27Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic1-5/+0
2006-02-27Win32: Rework clip and extents handlingVladimir Vukicevic1-1/+1
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-6/+0
2005-02-24Instead of counting on ordering deletion to work (apparently it didn't on old...Owen Taylor1-0/+10
2005-02-01Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor1-0/+77