summaryrefslogtreecommitdiff
path: root/src/win32/cairo-win32-display-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Defining Windows version macros in meson.buildFujii Hironori2023-01-131-9/+0
* Import win32 dwrite font backend fromAdrian Johnson2022-02-271-1/+1
* Fix some MinGW warningsAdrian Johnson2021-09-021-12/+24
* Fix some mingw warnings and correct the value of R_OKAdrian Johnson2021-08-071-1/+7
* win32: Introduce new flag to mark surfaces that support solid brush drawingVasily Galkin2018-05-311-2/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-3/+3
* win32: Whitespace cleanupBryce Harrington2018-02-061-19/+19
* win32: Fix multi-monitor virtual desktop with negative monitor coordsEric Hoffman2018-02-061-4/+38
* win32: Fix since field version numberBryce Harrington2017-12-071-1/+1
* win32-print: support subsurface recording patternsAdrian Johnson2015-10-171-2/+4
* win32: Add cairo API to set up a Win32 surface for an HDC with an alpha channel.Руслан Ижбулатов2015-04-131-16/+52
* win32: Fix crash from win32 surface's image size too smallMassimo Valentini2015-02-021-4/+4
* win32: Prevent double-free of similar imagesChris Wilson2013-08-231-1/+2
* win32: Free the fallback upon finishChris Wilson2013-02-151-0/+3
* win32: Clear the similar-image before returning to the userChris Wilson2013-02-081-1/+9
* win32: Use the image surface below the fallback when unmapping an HDCChris Wilson2012-10-061-0/+1
* win32: Compile fix for mismatched surface typesChris Wilson2012-10-051-2/+2
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-1/+4
* surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani2012-05-261-4/+4
* win32: compilation fix for recent private/inline header separationDimiter Stanev2012-04-231-1/+1
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+4
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-2/+2
* win32: mark-dirty cannot assume the fallback has been discardedChris Wilson2012-03-231-2/+1
* win32: Copy back the fallback damage to the right locationChris Wilson2012-03-231-5/+6
* win32: Fix damage flushingChris Wilson2012-03-211-11/+31
* win32: Check for damage before blittingChris Wilson2012-03-201-1/+1
* win32: Cast the surface to an image-surface to find its parent (compile fix)Chris Wilson2012-02-151-1/+1
* win32: Fix lifetime tracking of create_similar_image()Chris Wilson2012-02-151-1/+5
* win32: Rebase on the new compositor infrastructureChris Wilson2012-02-151-0/+1031