summaryrefslogtreecommitdiff
path: root/src/win32
AgeCommit message (Expand)AuthorFilesLines
2013-08-23win32: Prevent double-free of similar imagesChris Wilson1-1/+2
2013-04-02win32: fix corrupted drawingMarc-André Lureau1-1/+2
2013-02-15win32: Free the fallback upon finishChris Wilson1-0/+3
2013-02-08win32: Clear the similar-image before returning to the userChris Wilson1-1/+9
2013-02-07win32: Fix is_win98()Chris Wilson1-3/+3
2012-10-06win32: Use the image surface below the fallback when unmapping an HDCChris Wilson1-0/+1
2012-10-05win32: Compile fix for mismatched surface typesChris Wilson1-2/+2
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2-3/+6
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-4/+4
2012-04-23win32: compilation fix for recent private/inline header separationDimiter Stanev1-1/+1
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-1/+1
2012-04-19Split cairo-surface-private into struct+inlinesChris Wilson1-0/+1
2012-04-19Split cairo-clip-privates into struct+inlinesChris Wilson1-0/+1
2012-03-29doc: Add "since" tag to documentationAndrea Canciani3-0/+20
2012-03-29doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani1-2/+2
2012-03-29doc: Make documentation comments symmetricAndrea Canciani3-7/+7
2012-03-23win32: mark-dirty cannot assume the fallback has been discardedChris Wilson1-2/+1
2012-03-23win32: Copy back the fallback damage to the right locationChris Wilson1-5/+6
2012-03-22win32: Remove obsolete font rendering routinesChris Wilson1-187/+0
2012-03-22win32: Hook up glyph creation againChris Wilson1-19/+61
2012-03-21win32: Fix damage flushingChris Wilson2-13/+34
2012-03-20win32: Check for damage before blittingChris Wilson1-1/+1
2012-03-10doc: fix broken linkNis Martensen1-1/+1
2012-03-10doc: fix a few typos found by codespellNis Martensen1-1/+1
2012-02-15win32: Cast the surface to an image-surface to find its parent (compile fix)Chris Wilson1-1/+1
2012-02-15win32: Fix lifetime tracking of create_similar_image()Chris Wilson1-1/+5
2012-02-15win32: Rebase on the new compositor infrastructureChris Wilson9-2084/+2374
2012-02-15win32: Move to separate directoyChris Wilson4-0/+6658