summaryrefslogtreecommitdiff
path: root/src/cairo-win32-private.h
Commit message (Expand)AuthorAgeFilesLines
* win32: Compile, but brokenChris Wilson2011-09-261-15/+1
* win32: Fix build breakageAdrian Johnson2011-07-201-2/+2
* win32: Explain the purpose of the surface extentsJeff Muizelaar2011-04-211-0/+9
* win32-print: print as unicode where possibleAdrian Johnson2010-11-161-0/+11
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* win32-printing: Allow GDI CTM with scale < 1 to be setAdrian Johnson2009-09-221-0/+2
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-3/+12
* Fix win32 build breakageAdrian Johnson2009-05-171-0/+1
* Win32-print: Add PNG embedding supportAdrian Johnson2008-11-241-0/+3
* win32-printing: Implement JPEG supportAdrian Johnson2008-11-061-0/+3
* [win32] Compile fix for extend-pad extents.Chris Wilson2008-11-041-1/+2
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-1/+1
* clone_similar(): s/device_offset/clone_offset/Chris Wilson2008-09-271-2/+2
* Allow cloning sub-regions of similar surfaces.Chris Wilson2008-09-271-0/+2
* Win32-printing: Fix Type 1 font printing so fallback is not usedAdrian Johnson2008-08-101-0/+1
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-2/+2
* Fix two more compile errorsBehdad Esfahbod2008-05-281-1/+2
* Make win32-printing surface work with bitmap fontsAdrian Johnson2008-05-041-0/+3
* win32: Fix broken printing of type1 fontsAdrian Johnson2008-04-131-0/+3
* [win32] Better tracking of initial clipVladimir Vukicevic2008-01-241-5/+18
* Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic2008-01-221-1/+1
* win32-printing: Do not clip and paint with an empty pathAdrian Johnson2008-01-111-0/+1
* win32-printing: fix rounding problems when using pattern matrixAdrian Johnson2007-10-211-0/+2
* win32-printing: add meta surface pattern supportAdrian Johnson2007-10-211-0/+1
* [win32] remove ignore_operators flag from win32 printing surfaceVladimir Vukicevic2007-10-091-5/+0
* [win32] Add win32 printing surfaceVladimir Vukicevic2007-09-181-1/+65
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-2/+2
* Initialize mutexes at central location.Mathias Hasselmann2007-03-201-3/+0
* [win32] clean up win32_surface_compositeVladimir Vukicevic2006-11-071-1/+4
* [win32] Add missing voidChristian Biesinger2006-10-161-1/+1
* [win32] Support for DDBs, AlphaBlend fixVladimir Vukicevic2006-09-121-1/+21
* [win32] Make cairo as a win32 static library possibleVladimir Vukicevic2006-09-091-0/+3
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-2/+2
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-3/+3
* [win32] implement win32 show_glyphsStuart Parmenter2006-05-181-0/+1
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-2/+2
* WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...Behdad Esfahbod2006-04-261-0/+8
* Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic2006-02-271-5/+0
* Win32: Rework clip and extents handlingVladimir Vukicevic2006-02-271-1/+1
* Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2005-08-231-6/+0
* Instead of counting on ordering deletion to work (apparently it didn't on old...Owen Taylor2005-02-241-0/+10
* Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor2005-02-011-0/+77