summaryrefslogtreecommitdiff
path: root/src/cairo-win32-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-15Win32: Handle BitBlt in get_image failure and AlphaBlend not being supportedVladimir Vukicevic1-3/+15
2006-03-15Win32: Set surface format based on device capsVladimir Vukicevic1-2/+25
2006-03-15Win32: Fix up src coords before calling AlphaBlend/BitBlt to avoid invalid callsVladimir Vukicevic1-2/+29
2006-03-15Win32: Rework clip and extents handlingVladimir Vukicevic1-57/+35
2005-10-03Add missing initialization for _global_image_glyph_cache_mutex (Vladimir Vuki...Carl Worth1-0/+3
2005-09-27Bug #4602, reviewed by cworth.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
2005-06-25From: J. Ali Harlow" <ali@avrc.city.ac.uk> Reviewed by: Vladimir Vukicevic <v...Carl Worth1-8/+11
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-0/+1
2005-06-14Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth1-2/+0
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-16/+18
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-2/+2
2005-05-11Handle more cases by assuming no-super-luminescent colors.Owen Taylor1-2/+10
2005-05-11Revive quartz backend.T Rowley1-20/+91
2005-05-06Update to track new CAIRO_OPERATOR names.Carl Worth1-3/+3
2005-04-25Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...Owen Taylor1-0/+1
2005-04-19Add new cairo_paint function.Carl Worth1-0/+18
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-59/+5
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+1
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-1/+1
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-8/+0
2005-03-30A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:Carl Worth1-1/+3
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-21/+0
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-3/+3
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+2
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