summaryrefslogtreecommitdiff
path: root/src/cairo_win32_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-04src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...Owen Taylor1-47/+20
2005-03-04src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...Owen Taylor1-2/+2
2005-02-24Remove a left-over debug printf.Owen Taylor1-3/+0
2005-02-24Instead of counting on ordering deletion to work (apparently it didn't on old...Owen Taylor1-41/+50
2005-02-24When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...Owen Taylor1-4/+6
2005-02-02Add some functions to select the font into a device context with the intentio...Owen Taylor1-5/+3
2005-02-01Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor1-40/+57
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-40/+43
2005-01-31configure.in src/cairo-features.h.in: Add a check for the Windows platform an...Owen Taylor1-0/+932