index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-18
PDF: Add missing struct member when writing the pattern id
Adrian Johnson
1
-2
/
+2
2008-01-14
[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphs
Behdad Esfahbod
3
-24
/
+52
2008-01-11
Migrate glyph mask to A8 in case of mixed-format glyphs.
Carl Worth
1
-3
/
+48
2008-01-09
[cairo-xlib] Support scale fonts with glyphs of multiple formats (#13479)
Behdad Esfahbod
1
-43
/
+136
2008-01-09
[cairo-ft] Revert "Force non-AA text when using a bitmap strike with only sca...
Behdad Esfahbod
1
-24
/
+0
2008-01-04
Directly check the miter corner to detect wild miters.
Keith Packard
1
-82
/
+57
2007-12-12
PS: fix compiler warning introduced by previous commit
Adrian Johnson
1
-1
/
+2
2007-12-12
PS: Use the correct bounding box in Type 3 fonts
Adrian Johnson
1
-7
/
+36
2007-12-12
Fix regression in Type1 Fallback
Adrian Johnson
1
-2
/
+4
2007-12-12
PS: Use correct glyphs widths for Type 3 fonts
Adrian Johnson
1
-1
/
+7
2007-12-12
PS: Fix the bounding boxes of Type 3 glyphs
Adrian Johnson
1
-2
/
+2
2007-12-12
PS: Fix typecheck error with Type 3 and recent versions of gs
Adrian Johnson
1
-16
/
+24
2007-12-12
PS: Ensure that xyshow operator has a pair of offsets for each glyph
Adrian Johnson
1
-1
/
+1
2007-12-05
Fix version check for buggy_repeat on modular Xserver 1.x
Bernardo Innocenti
1
-1
/
+1
2007-11-26
[atsui] Use ascent+descent+leading to get the distance between baselines
Richard Hult
1
-1
/
+1
2007-11-26
Force non-AA text when using a bitmap strike with only scaling transform.
Keith Packard
1
-0
/
+24
2007-11-26
Fix degenerate-pen test case by removing the triggering assertion
Carl Worth
1
-1
/
+15
2007-11-26
Limit miters for small angles
Carl Worth
1
-1
/
+75
2007-11-26
[cairo-surface] Fix typo in doc.
Chris Wilson
1
-1
/
+1
2007-11-26
Fix typo in _cairo_gstate_fini
Carl Worth
1
-1
/
+1
2007-11-26
[quartz] return status instead of CGPatternRef
Brian Ewins
1
-9
/
+11
2007-11-26
[quartz] return status instead of cairo_quartz_surface_t
Brian Ewins
1
-12
/
+14
2007-11-26
[quartz] return status instead of CGShadingRef
Brian Ewins
1
-14
/
+16
2007-11-26
fix dash-zero-length test
Brian Ewins
1
-5
/
+11
2007-11-26
Implement EXTEND_NONE for gradients.
Brian Ewins
1
-2
/
+4
2007-11-26
call _cairo_error on failure
Brian Ewins
1
-0
/
+1
2007-11-26
do not return a cairo_status_t of UNSUPPORTED
Brian Ewins
1
-3
/
+12
2007-11-26
do not ignore errors, return NULL instead (moz#874315)
Brian Ewins
1
-9
/
+28
2007-11-26
do not ignore errors in setup_source
Brian Ewins
1
-1
/
+5
2007-11-26
do not ignore errors when creating styles.
Brian Ewins
1
-11
/
+26
2007-11-26
do not ignore ATSUI errors.
Brian Ewins
1
-7
/
+76
2007-11-26
do not ignore errors in glyph paths
Brian Ewins
1
-6
/
+24
2007-11-26
[cairo-xlib] Check source for XRender support.
Chris Wilson
1
-8
/
+9
2007-11-26
[cairo-xlib] Release glyph surfaces if we made them to be generated
Behdad Esfahbod
1
-20
/
+63
2007-11-26
[cairo-xlib-surface] Match content to xrender_format using the channel masks.
Chris Wilson
1
-4
/
+4
2007-11-26
[win32] return a nil surface, not NULL
Vladimir Vukicevic
1
-1
/
+1
2007-11-26
[win32] report error correctly if CreateCompatibleBitmap fails
Vladimir Vukicevic
1
-1
/
+19
2007-11-26
[cairo-scaled-font] Acquire mutex around _cairo_scaled_font_glyph_path().
Chris Wilson
1
-0
/
+2
2007-11-26
[cairo-path] Check for an empty path in cairo_append_path().
Chris Wilson
1
-0
/
+3
2007-11-26
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
3
-4
/
+4
2007-11-26
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
9
-13
/
+46
2007-11-26
[cairo-path] Don't raise an error when attempting to create an empty path.
Chris Wilson
1
-12
/
+24
2007-11-26
CFF Subetting: Fix for #10849
Adrian Johnson
1
-1
/
+1
2007-11-26
Truetype Subsetting: Avoid failing when fonts are missing optional tables
Adrian Johnson
1
-43
/
+110
2007-11-26
[type1-subset] only subset ft fonts
Brian Ewins
1
-0
/
+2
2007-11-26
Avoid divide-by-zero when trying to allocate a 0-sized array
Vladimir Vukicevic
1
-10
/
+25
2007-11-26
Make NO_MUTEX really mean no mutexes
Vladimir Vukicevic
1
-3
/
+3
2007-11-26
[cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memory
Behdad Esfahbod
1
-5
/
+9
2007-11-26
[cairo-ft-font] Early detection of a zero sized bitmap.
Chris Wilson
1
-0
/
+6
2007-11-26
Create meta-surface source image with same content type as the
Adrian Johnson
1
-3
/
+3
[next]