summaryrefslogtreecommitdiff
path: root/src/cairo-win32-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-10/+10
2006-04-01[win32] Add missing depth-16 format checkVladimir Vukicevic1-0/+2
2006-03-09Complete the CAIRO_PATTERN_TYPE renamingMart Raudsepp1-2/+2
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-0/+1
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+1
2006-02-27Win32: Handle BitBlt in get_image failure and AlphaBlend not being supportedVladimir Vukicevic1-3/+15
2006-02-27Win32: Set surface format based on device capsVladimir Vukicevic1-2/+25
2006-02-27Win32: Fix up src coords before calling AlphaBlend/BitBlt to avoid invalid callsVladimir Vukicevic1-2/+29
2006-02-27Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dibVladimir Vukicevic1-21/+34
2006-02-27Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic1-3/+28
2006-02-27Win32: Rework clip and extents handlingVladimir Vukicevic1-57/+35
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-8/+8
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-1/+0
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth1-1/+1
2005-09-27Note that Bug #4602 (use of 0x0 images causes win32 backend failure) is now f...Tor Lillqvist1-2/+2
2005-09-19Originally: 2005-09-19 Hans Breuer <hans@breuer.org>Carl Worth1-0/+34
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-17/+92
2005-08-01src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor1-3/+13
2005-07-28src/cairo-win32-font.cStuart Parmenter1-1/+1
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-3/+4
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-14/+28
2005-07-14blue and green values were swapped in the DO_SOURCE case.Stuart Parmenter1-1/+1
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-3/+6