summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-09analysis: Apply the integer translation to the bbox as wellHEADmasterChris Wilson1-0/+8
2012-04-09build: Disable -Wset-but-unused-variableChris Wilson1-0/+5
2012-04-08traps: Clip the trapezoid extents against the clip extentsChris Wilson1-2/+7
2012-04-08stroke: Fix misuse of half_line_x for vertical caps on dashesChris Wilson1-4/+4
2012-04-06fix _cairo_pattern_get_ink_extents to work with snapshot recording surfacesAdrian Johnson1-0/+4
2012-04-06type1-subset: if font name is prefixed with a subset tag, strip it offAdrian Johnson1-0/+11
2012-04-05fix indentation in cairo_type1_font_subset_parse_charstringAdrian Johnson1-73/+74
2012-04-05type1-subset: use fallback font if glyph widths are calculatedAdrian Johnson1-0/+6
2012-04-04fix bug in _cairo_image_analyze_colorAdrian Johnson1-1/+4
2012-04-02gl: Remove an unused variableHenry (Yu) Song1-1/+0
2012-04-02xcb: Fix SHM in _get_image()Uli Schlachter1-1/+1
2012-03-29win32: Avoid redefining ssize_tKalev Lember1-0/+2
2012-03-29gl: fix y-axis origin when map_to_image() for non texture GL surfaceHenry (Yu) Song1-1/+7
2012-03-29cairoint: Mark PDF surface as requiring the deflate stream outputChris Wilson1-2/+7
2012-03-29test: update two reference images highlighted to be wrong due to source extentsChris Wilson4-0/+0
2012-03-29doc: Silence last 'missing Since field' errorsAndrea Canciani2-0/+6
2012-03-29doc: Silence warnings about 'Since' field in private functionsAndrea Canciani1-8/+0
2012-03-29doc: Add since documentation for enumeration valuesAndrea Canciani6-144/+145
2012-03-29doc: Fix some wrong versionsAndrea Canciani3-5/+5
2012-03-29doc: Add "since" tag to documentationAndrea Canciani29-1/+495
2012-03-29doc: Do not use the '@' prefix on some tagsAndrea Canciani5-12/+12
2012-03-29doc: Make the documentation name match the function nameAndrea Canciani3-6/+6
2012-03-29doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani11-35/+35
2012-03-29doc: Manually fix remaining warnings about symmetryAndrea Canciani4-5/+6
2012-03-29doc: Make documentation comments symmetricAndrea Canciani40-105/+105
2012-03-29doc: Make informational comments syntactically different from docsAndrea Canciani1-15/+15
2012-03-29doc: Add script to enforce stricter validation of documentation commentsAndrea Canciani3-2/+111
2012-03-28composite-rectangles: Trim extents for SOURCE and CLEAR to the maskChris Wilson1-3/+15
2012-03-28test: Add test case for tracking source operator extentsChris Wilson6-0/+82
2012-03-27gl: use font's antialias option to check whether it needs maskHenry (Yu) Song1-16/+8
2012-03-27README: Note that xcb is no longer experimentalUli Schlachter1-7/+7
2012-03-26xcb/xlib: Add missing "Since: 1.12"Uli Schlachter3-0/+18
2012-03-25Fix another typoBehdad Esfahbod1-1/+1
2012-03-25More typo fixesBehdad Esfahbod1-11/+11
2012-03-25Fix typosBehdad Esfahbod1-3/+3
2012-03-25Fix math in commentsBehdad Esfahbod1-1/+1
2012-03-25TypoBehdad Esfahbod1-1/+1
2012-03-23version: Post release bump to 1.12.1Chris Wilson1-1/+1
2012-03-23version: bump for 1.12.0 release!Chris Wilson2-2/+82
2012-03-23cairo: Add some missing doc entries for cairo_raster_source_pattern_tChris Wilson2-1/+10
2012-03-23win32: mark-dirty cannot assume the fallback has been discardedChris Wilson1-2/+1
2012-03-23gl: GL_UNPACK_ROW_LENGTH does not accept negative valuesIgor Oliveira1-3/+4
2012-03-23win32: Copy back the fallback damage to the right locationChris Wilson1-5/+6
2012-03-23test: Tweak the results summaryChris Wilson1-7/+9
2012-03-23image: Fix leak of white solid color for masked composition of CLEARChris Wilson1-1/+5
2012-03-22gl: use direct mode for uploading gradient textureHenry Song1-32/+20
2012-03-22directfb: Tweak, tweak, tweak.Chris Wilson1-72/+16
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