summaryrefslogtreecommitdiff
path: root/src/cairo-win32-surface.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-03[win32] compilation fix for win32Vladimir Vukicevic1-5/+5
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-10/+18
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-8/+8
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-3/+3
2007-05-04[cairo-pattern] Cache surface for solid patternsChris Wilson1-1/+28
2007-04-30Fix cygwin compile errorAdrian Johnson1-5/+6
2007-04-19Reintroduce DllMain as deterministic mutex initialization pathMathias Hasselmann1-0/+30
2007-04-16Support MinGW DLL compilationKouhei Sutou1-0/+4
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-5/+5
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-65/+0
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-9/+9
2007-03-05[WIN32] Make cairo_ft_unscaled_font_map_mutex initialization conditional of ftBehdad Esfahbod1-0/+6
2007-03-05[WIN32] Remove unused mutex cairo_toy_font_face_hash_table_mutexBehdad Esfahbod1-3/+0
2007-03-03Fix mutex initialization for win32 (missing cairo_font_face_mutex)Hans Breuer1-0/+3
2007-03-02[doc] Some documentation loveBehdad Esfahbod1-0/+1
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-12/+1
2007-02-20[win32] Make win32-surface compile without win32-fontBehdad Esfahbod1-2/+6
2007-02-14[cairo-pattern] Cache surface for solid patternsJorn Baayen1-1/+12
2007-02-13Fix Win32 text spacing problemDan Amelang1-2/+2
2007-01-25[win32] regression with win32 glyph y-offsets (mozbug#365021)Vladimir Vukicevic1-1/+1
2007-01-07Spell check the docsBehdad Esfahbod1-2/+2
2007-01-07Fix various code/comment typosAlp Toker1-1/+1
2007-01-04Remove WINVER from public header fileJonathan Watt1-0/+10
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-47/+58
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-3/+4
2006-11-07[win32] implement EXTEND_REPEAT in composite when possibleVladimir Vukicevic1-120/+266
2006-11-07[win32] clean up win32_surface_compositeVladimir Vukicevic1-111/+207
2006-10-27[win32] Add parentheses around & operatorChristian Biesinger1-3/+3
2006-10-16Fix win32 build when pthreads are availableChristian Biesinger1-0/+6
2006-10-16[win32] Add missing voidChristian Biesinger1-1/+1
2006-09-12[win32] correct win32 show_glyphs for non-y-aligned textStuart Parmenter1-5/+22
2006-09-12[win32] Support for DDBs, AlphaBlend fixVladimir Vukicevic1-93/+436
2006-09-09[win32] Make cairo as a win32 static library possibleVladimir Vukicevic1-5/+24
2006-06-30Update lots of docs.Behdad Esfahbod1-0/+3
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-6/+6
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-2/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-6/+6
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-8/+8
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-48/+48
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-2/+4
2006-05-18Whitespace fixVladimir Vukicevic1-2/+2
2006-05-18CAIRO_SCALED_FONT_TYPE_* -> CAIRO_FONT_TYPE_*Vladimir Vukicevic1-1/+1
2006-05-18[win32] GDI is nearly always faster than pixman; use it whenever possibleVladimir Vukicevic1-9/+13
2006-05-18[win32] Add GdiFlush() calls after DIB creation, as per MSDN docsVladimir Vukicevic1-17/+21
2006-05-18[win32] fix win32_show_glyphs glyph offsetsStuart Parmenter1-6/+10
2006-05-18[win32] implement win32 show_glyphsStuart Parmenter1-1/+114
2006-05-18[win32] Add SHADEBLENDCAPS and SB_NONE definitions for older SDKsVladimir Vukicevic1-0/+8