summaryrefslogtreecommitdiff
path: root/src/cairo-win32.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2008-09-20Make sure feature macros are checked using #if, not #ifdef; add a test for itBehdad Esfahbod1-0/+8
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-1/+1
2007-10-09[win32] remove ignore_operators flag from win32 printing surfaceVladimir Vukicevic1-1/+2
2007-09-18[win32] Add win32 printing surfaceVladimir Vukicevic1-0/+3
2007-08-28[win32] Add cairo_win32_font_face_create_for_logfontw_hfontVladimir Vukicevic1-0/+3
2007-01-04Remove WINVER from public header fileJonathan Watt1-10/+0
2006-12-15revert accidental mode changes in my previous commitJonathan Watt1-0/+0
2006-12-15Fix a couple of character spacing issues on WindowsU-JONATHAN-X60S\jonathan1-0/+10
2006-09-12[win32] correct win32 show_glyphs for non-y-aligned textStuart Parmenter1-0/+8
2006-09-12[win32] Support for DDBs, AlphaBlend fixVladimir Vukicevic1-0/+9
2006-05-18[win32] Allow for creating a font from a HFONTStuart Parmenter1-0/+3
2006-02-27Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dibVladimir Vukicevic1-3/+3
2006-02-27Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic1-0/+8
2005-09-07Give cairo_public an empty definition by default.Carl Worth1-5/+5
2005-05-14Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth1-2/+4
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-1/+1
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-4/+0
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-0/+1
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-7/+6
2005-02-20Fix line endings (reported by Hans Breuer)Owen Taylor1-71/+71
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-2/+2
2005-02-02Add some functions to select the font into a device context with the intentio...Owen Taylor1-0/+10
2005-02-01Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor1-1/+1
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-10/+10
2005-01-31configure.in src/cairo-features.h.in: Add a check for the Windows platform an...Owen Taylor1-0/+61