summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Support component-alpha.Chris Wilson14-134/+234
2009-10-21[gl] Do not clear internal surfaces.Chris Wilson1-15/+31
2009-10-21Make the surface->is_clear logic commonChris Wilson5-54/+68
2009-10-21[doc] Add comments on when surfaces are cleared on construction.Chris Wilson1-0/+9
2009-10-19atomic: correct libatomic_ops version of _cairo_atomic_int_cmpxchgLuo Jinghua1-1/+1
2009-10-18[gstate] Apply target device offsets to patterns immediatelyBenjamin Otte3-94/+10
2009-10-18[clip] Remove non-existing functions from headerBenjamin Otte1-9/+0
2009-10-18[path] Fix compiler warningsBenjamin Otte1-4/+3
2009-10-18[xlib] Fix compiler warningsBenjamin Otte1-4/+4
2009-10-16[surface] Don't AND in the desired content.Chris Wilson13-62/+10
2009-10-16[image] Clone the format for a similar surface with identical contentChris Wilson1-2/+9
2009-10-16[fallback] Create intermediate surface with same content.Chris Wilson1-5/+7
2009-10-15[surface] Avoid double application of device offset when calling fill()Chris Wilson1-6/+35
2009-10-15[build] Link against pthread-stubsChris Wilson1-1/+1
2009-10-15[atomic] Fallback to libatomic-ops-devChris Wilson5-20/+53
2009-10-15[pattern] Compute extents for gradientsChris Wilson1-58/+126
2009-10-02PDF: Fix regression caused by 1ae5a419Adrian Johnson1-4/+8
2009-10-02PDF: Fix regression caused by 1ae5a419Adrian Johnson1-1/+1
2009-09-30[xcb] Deferred error checking.Chris Wilson3-246/+504
2009-09-30[xlib] Suppress warning that should never have been.Chris Wilson1-1/+1
2009-09-30Fix truetype subset crashAdrian Johnson1-0/+1
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte11-40/+34
2009-09-29[xlib] XRequest bread crumbingChris Wilson1-0/+57
2009-09-29[tessellator] Invalid conversion of list head to edge.Chris Wilson1-0/+2
2009-09-29[xlib] Set proper bpp when computing format from masksBenjamin Otte1-0/+1
2009-09-29[xlib] Handle 24bpp formats during ditheringBenjamin Otte1-0/+10
2009-09-29[image] Fix masks computation for BGRx formatBenjamin Otte1-3/+3
2009-09-28PS: Use standard page size names for some common sizesAdrian Johnson1-4/+62
2009-09-25PS: Add DocumentMedia/PageMedia DSC commentsAdrian Johnson2-0/+89
2009-09-25[xlib] Handle case in draw_image() where pixman format is not RGBBenjamin Otte1-6/+44
2009-09-25[image] Return cairo_bool_t from _pixman_format_to_masksBenjamin Otte2-12/+11
2009-09-23[image] Do not trust user supplied data to be clearChris Wilson1-1/+1
2009-09-23[image] Tweak coding styleChris Wilson1-4/+5
2009-09-23[image] Move setting of is_clear to _create_with_pixman_format()Benjamin Otte1-12/+6
2009-09-23[image] Do assumption initial user data is cleared.Chris Wilson1-4/+22
2009-09-22[gl] Handle an absent visual.Chris Wilson2-3/+12
2009-09-22win32-printing: correct the use of the CAIRO_HAS_WIN32_FONT #ifdefAdrian Johnson1-1/+1
2009-09-22win32-printing: fix meta surface pattern regression caused by bed2701eAdrian Johnson1-0/+2
2009-09-22win32-printing: Allow GDI CTM with scale < 1 to be setAdrian Johnson2-19/+73
2009-09-22Make win32 fonts work in EMF files created by win32-printingAdrian Johnson1-0/+37
2009-09-22Fix compiler warnings in win32-surfaceAdrian Johnson1-3/+9
2009-09-22Fix compiler error on cygwinAdrian Johnson1-0/+1
2009-09-22Add WINVER defines to cairo-mutex-impl-privaye.hAdrian Johnson1-0/+9
2009-09-22Use _WIN32 to check for win32 mutexAdrian Johnson1-1/+1
2009-09-21[xlib] Fix recent bug in unbounded trapezoidsChris Wilson2-26/+29
2009-09-21[fallback] Special case single composite rectangleChris Wilson1-0/+42
2009-09-21[xlib] Trim a few redundant steps when uploading glyphsChris Wilson1-17/+6
2009-09-20[xlib] Cleanse creation of similar surfaces.Chris Wilson1-106/+91
2009-09-20[xlib] Interim CAIRO_DEBUG variable to specify xrender levelChris Wilson1-4/+19
2009-09-18Add a description of how we compute the spline_error_squared.Jeff Muizelaar1-6/+11