summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increment version to 1.4.12 and 13:6:111.4.12Carl Worth2007-11-261-2/+2
* NEWS: Add notes for cairo 1.4.12Carl Worth2007-11-261-0/+55
* Mark bitmap-font as XFAILCarl Worth2007-11-262-1/+3
* Update two PS reference images for mysterious single-pixel changeCarl Worth2007-11-262-0/+0
* [atsui] Use ascent+descent+leading to get the distance between baselinesRichard Hult2007-11-261-1/+1
* [configure.in] fix atsui experimental warningBrian Ewins2007-11-261-1/+1
* Force non-AA text when using a bitmap strike with only scaling transform.Keith Packard2007-11-261-0/+24
* Fix degenerate-pen test case by removing the triggering assertionCarl Worth2007-11-261-1/+15
* Limit miters for small anglesCarl Worth2007-11-261-1/+75
* [cairo-surface] Fix typo in doc.Chris Wilson2007-11-261-1/+1
* Fix typo in _cairo_gstate_finiCarl Worth2007-11-261-1/+1
* [quartz] return status instead of CGPatternRefBrian Ewins2007-11-261-9/+11
* [quartz] return status instead of cairo_quartz_surface_tBrian Ewins2007-11-261-12/+14
* [quartz] return status instead of CGShadingRefBrian Ewins2007-11-261-14/+16
* fix dash-zero-length testBrian Ewins2007-11-261-5/+11
* Implement EXTEND_NONE for gradients.Brian Ewins2007-11-261-2/+4
* call _cairo_error on failureBrian Ewins2007-11-261-0/+1
* do not return a cairo_status_t of UNSUPPORTEDBrian Ewins2007-11-261-3/+12
* do not ignore errors, return NULL instead (moz#874315)Brian Ewins2007-11-261-9/+28
* do not ignore errors in setup_sourceBrian Ewins2007-11-261-1/+5
* do not ignore errors when creating styles.Brian Ewins2007-11-261-11/+26
* do not ignore ATSUI errors.Brian Ewins2007-11-261-7/+76
* do not ignore errors in glyph pathsBrian Ewins2007-11-261-6/+24
* [cairo-xlib] Check source for XRender support.Chris Wilson2007-11-261-8/+9
* [cairo-xlib] Release glyph surfaces if we made them to be generatedBehdad Esfahbod2007-11-261-20/+63
* [cairo-xlib-surface] Match content to xrender_format using the channel masks.Chris Wilson2007-11-261-4/+4
* [autogen.sh] Tolerate tput failure (#12757)Chris Heath2007-11-261-2/+2
* [win32] return a nil surface, not NULLVladimir Vukicevic2007-11-261-1/+1
* [win32] report error correctly if CreateCompatibleBitmap failsVladimir Vukicevic2007-11-261-1/+19
* [ChangeLog.mk] Fix changelog generation rulesBehdad Esfahbod2007-11-261-1/+1
* [cairo-scaled-font] Acquire mutex around _cairo_scaled_font_glyph_path().Chris Wilson2007-11-261-0/+2
* [cairo-path] Check for an empty path in cairo_append_path().Chris Wilson2007-11-262-0/+18
* [malloc] Take advantage of calloc() argument checking.Chris Wilson2007-11-263-4/+4
* [malloc] Check for integer overflow when realloc'ing.Chris Wilson2007-11-269-13/+46
* [cairo-path] Don't raise an error when attempting to create an empty path.Chris Wilson2007-11-262-12/+41
* CFF Subetting: Fix for #10849Adrian Johnson2007-11-261-1/+1
* Truetype Subsetting: Avoid failing when fonts are missing optional tablesAdrian Johnson2007-11-261-43/+110
* [type1-subset] only subset ft fontsBrian Ewins2007-11-261-0/+2
* Avoid divide-by-zero when trying to allocate a 0-sized arrayVladimir Vukicevic2007-11-261-10/+25
* Make NO_MUTEX really mean no mutexesVladimir Vukicevic2007-11-261-3/+3
* [cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memoryBehdad Esfahbod2007-11-261-5/+9
* =?utf-8?q?[ChangeLog.mk]=20Make=20make=20rule=20depend=20on=20.git/HEAD,=20no...Behdad Esfahbod2007-11-261-1/+1
* [cairo-ft-font] Early detection of a zero sized bitmap.Chris Wilson2007-11-261-0/+6
* Create meta-surface source image with same content type as theAdrian Johnson2007-11-261-3/+3
* Eliminate unclipped CLEAR from meta-surface playbackAdrian Johnson2007-11-261-6/+6
* [configure.in] Fix non-pkgconfig Xrender detection path (#4724)Behdad Esfahbod2007-11-261-1/+5
* Fix PDF gradients bugAdrian Johnson2007-11-261-22/+41
* [win32] call scaled_font_fini in create before returning NULLVladimir Vukicevic2007-11-261-4/+9
* [configure.in] Make PS backend require zlib too (#12210)Behdad Esfahbod2007-11-261-1/+5
* Fix previous create_similar fallback patchVladimir Vukicevic2007-11-263-70/+45