summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-26[win32] return a nil surface, not NULLVladimir Vukicevic1-1/+1
2007-11-26[win32] report error correctly if CreateCompatibleBitmap failsVladimir Vukicevic1-1/+19
2007-11-26[ChangeLog.mk] Fix changelog generation rulesBehdad Esfahbod1-1/+1
2007-11-26[cairo-scaled-font] Acquire mutex around _cairo_scaled_font_glyph_path().Chris Wilson1-0/+2
2007-11-26[cairo-path] Check for an empty path in cairo_append_path().Chris Wilson2-0/+18
2007-11-26[malloc] Take advantage of calloc() argument checking.Chris Wilson3-4/+4
2007-11-26[malloc] Check for integer overflow when realloc'ing.Chris Wilson9-13/+46
2007-11-26[cairo-path] Don't raise an error when attempting to create an empty path.Chris Wilson2-12/+41
2007-11-26CFF Subetting: Fix for #10849Adrian Johnson1-1/+1
2007-11-26Truetype Subsetting: Avoid failing when fonts are missing optional tablesAdrian Johnson1-43/+110
2007-11-26[type1-subset] only subset ft fontsBrian Ewins1-0/+2
2007-11-26Avoid divide-by-zero when trying to allocate a 0-sized arrayVladimir Vukicevic1-10/+25
2007-11-26Make NO_MUTEX really mean no mutexesVladimir Vukicevic1-3/+3
2007-11-26[cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memoryBehdad Esfahbod1-5/+9
2007-11-26=?utf-8?q?[ChangeLog.mk]=20Make=20make=20rule=20depend=20on=20.git/HEAD,=20no...Behdad Esfahbod1-1/+1
2007-11-26[cairo-ft-font] Early detection of a zero sized bitmap.Chris Wilson1-0/+6
2007-11-26Create meta-surface source image with same content type as theAdrian Johnson1-3/+3
2007-11-26Eliminate unclipped CLEAR from meta-surface playbackAdrian Johnson1-6/+6
2007-11-26[configure.in] Fix non-pkgconfig Xrender detection path (#4724)Behdad Esfahbod1-1/+5
2007-11-26Fix PDF gradients bugAdrian Johnson1-22/+41
2007-11-26[win32] call scaled_font_fini in create before returning NULLVladimir Vukicevic1-4/+9
2007-11-26[configure.in] Make PS backend require zlib too (#12210)Behdad Esfahbod1-1/+5
2007-11-26Fix previous create_similar fallback patchVladimir Vukicevic3-70/+45
2007-11-26[win32] call free() and not scaled_font_destroy() if scaled init failsVladimir Vukicevic1-1/+1
2007-11-26Implement fallback for clone_similarVladimir Vukicevic3-1/+56
2007-11-26[win32] check correct surface for BitBlt support in get_subimageVladimir Vukicevic1-1/+4
2007-11-26Ensure the Render extension is initialized before calling XESetCloseDisplayCarl Worth1-0/+9
2007-11-26[cairo-ft-font] Decrement lock count on error.Chris Wilson1-0/+1
2007-11-26PDF: Fix regression in pdf_surface_set_size()Adrian Johnson1-0/+1
2007-11-26Ensure that a copied pattern gets its own user_data arrayCarl Worth1-0/+2
2007-11-21CFF Subsetting: fix integer encoding bugAdrian Johnson1-1/+1
2007-11-21[Makefile.am] Add missing headers and reference images.Chris Wilson2-1/+9
2007-11-21Add missing definition of INT32_MAXCarl Worth1-1/+12
2007-11-20[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic41-89/+308
2007-11-20Update version to 1.4.11 after the 1.4.10 releaseCarl Worth1-1/+1
2007-06-27Increment cairo version to 1.4.10 (and libtool versioning to 13:5:11)1.4.10Carl Worth1-2/+2
2007-06-27Add notes to NEWS for 1.4.10Carl Worth1-0/+45
2007-06-27Prefer local dpy variable instead of display->displayCarl Worth1-3/+3
2007-06-27Revert "[cairo-xlib-display] Hide XErrors during processing of the work queue."Carl Worth1-14/+3
2007-06-27Revert "[cairo-xlib-surface] Check for errors before installing a NOOP error ...Carl Worth1-2/+0
2007-06-27Merge branch 'ooo-fix' into cairoCarl Worth1-21/+26
2007-06-27Avoid deferring resource cleanup for application drawablesChris Wilson1-21/+26
2007-06-21[cairo-directfb] Correct minor typo.Chris Wilson1-1/+1
2007-06-19Update INSTALL about status of backendsNis Martensen1-2/+4
2007-06-18Fix cairo-perf-diff to compile cairo-perf explicitlyCarl Worth1-1/+1
2007-06-18[perf] Add pixman_region_init_rects and use in extract_regionVladimir Vukicevic8-18/+144
2007-06-15[cairo-xlib-display] Hide XErrors during processing of the work queue.Chris Wilson1-3/+14
2007-06-15[cairo-xlib-surface] Check for errors before installing a NOOP error handler.Chris Wilson1-0/+2
2007-06-13[xlib] Create source xrender Picture with IncludeInferiorsRyan Lortie1-1/+14
2007-06-13[atsui] Document ATSUIBrian Ewins2-1/+14