summaryrefslogtreecommitdiff
path: root/src/cairo-win32.h
Commit message (Expand)AuthorAgeFilesLines
* dwrite: create C++ dwrite headerAdrian Johnson2023-01-311-11/+0
* DWrite font docsAdrian Johnson2022-03-051-0/+1
* Remove the extra API from the mozilla DWriteAdrian Johnson2022-02-271-21/+0
* dwrite_font param is not usedAdrian Johnson2022-02-271-1/+1
* Fix check doc errorsAdrian Johnson2022-02-271-4/+4
* Import win32 dwrite font backend fromAdrian Johnson2022-02-271-0/+31
* win32: Add cairo API to set up a Win32 surface for an HDC with an alpha channel.Руслан Ижбулатов2015-04-131-0/+4
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Make sure feature macros are checked using #if, not #ifdef; add a test for itBehdad Esfahbod2008-09-201-0/+8
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-1/+1
* [win32] remove ignore_operators flag from win32 printing surfaceVladimir Vukicevic2007-10-091-1/+2
* [win32] Add win32 printing surfaceVladimir Vukicevic2007-09-181-0/+3
* [win32] Add cairo_win32_font_face_create_for_logfontw_hfontVladimir Vukicevic2007-08-281-0/+3
* Remove WINVER from public header fileJonathan Watt2007-01-041-10/+0
* revert accidental mode changes in my previous commitJonathan Watt2006-12-151-0/+0
* Fix a couple of character spacing issues on WindowsU-JONATHAN-X60S\jonathan2006-12-151-0/+10
* [win32] correct win32 show_glyphs for non-y-aligned textStuart Parmenter2006-09-121-0/+8
* [win32] Support for DDBs, AlphaBlend fixVladimir Vukicevic2006-09-121-0/+9
* [win32] Allow for creating a font from a HFONTStuart Parmenter2006-05-181-0/+3
* Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dibVladimir Vukicevic2006-02-271-3/+3
* Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic2006-02-271-0/+8
* Give cairo_public an empty definition by default.Carl Worth2005-09-071-5/+5
* Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth2005-05-141-2/+4
* Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth2005-05-061-1/+1
* Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth2005-05-061-4/+0
* Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth2005-04-071-0/+1
* src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor2005-04-071-7/+6
* Fix line endings (reported by Hans Breuer)Owen Taylor2005-02-201-71/+71
* src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor2005-02-021-2/+2
* Add some functions to select the font into a device context with the intentio...Owen Taylor2005-02-021-0/+10
* Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor2005-02-011-1/+1
* src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor2005-02-011-10/+10
* configure.in src/cairo-features.h.in: Add a check for the Windows platform an...Owen Taylor2005-01-311-0/+61