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
/
cairo-ft-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-09
[cairo-ft] Revert "Force non-AA text when using a bitmap strike with only sca...
Behdad Esfahbod
1
-24
/
+0
2007-11-26
Force non-AA text when using a bitmap strike with only scaling transform.
Keith Packard
1
-0
/
+24
2007-11-26
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
1
-2
/
+2
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
[cairo-ft-font] Decrement lock count on error.
Chris Wilson
1
-0
/
+1
2007-11-20
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-2
/
+2
2007-06-05
[cairo-ft-font] Markup error paths with _cairo_error().
Chris Wilson
1
-17
/
+41
2007-05-30
[cairo-ft-font] Propagate error rather than asserting.
Chris Wilson
1
-11
/
+30
2007-05-25
[cairo-ft-font] Remove erroneous cached font faces.
Chris Wilson
1
-4
/
+11
2007-05-16
[cairo-ft-font] Destroy the path on error.
Chris Wilson
1
-10
/
+12
2007-05-16
[cairo-ft-font] Destroy the unscaled reference on error.
Chris Wilson
1
-0
/
+1
2007-05-16
[cairo-ft-font] Race between unscaled removal from hash table and creation
Chris Wilson
1
-1
/
+1
2007-05-16
[cairo-ft-font] Destroy surface if glyph transformation fails.
Chris Wilson
1
-1
/
+4
2007-05-01
[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to it
Behdad Esfahbod
1
-2
/
+2
2007-04-10
Add missing error check of return value of _cairo_path_fixed_close_path
Carl Worth
1
-2
/
+4
2007-04-09
Free the bitmap->buffer on failure
Chris Wilson
1
-1
/
+6
2007-04-09
cairo-ft-font - handle trivial failures
Chris Wilson
1
-28
/
+54
2007-04-06
_get_bitmap_surface - check for calloc failure
Chris Wilson
1
-0
/
+2
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+3
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-1
/
+0
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-2
/
+1
2007-03-09
Fix a LOCK vs. UNLOCK typo, (yes, I'm that stupid).
Carl Worth
1
-1
/
+1
2007-03-05
Rename all mutex variables to start with an underscore
Behdad Esfahbod
1
-6
/
+6
2007-02-22
[FreeType] Truely return unhinted advance width if metrics hinting is off
Behdad Esfahbod
1
-4
/
+11
2007-02-13
Fix cairo_ft_unscaled_font_t to have a lock_count again not an is_locked Boolean
Carl Worth
1
-6
/
+6
2007-02-13
Add missing call to set_scale of unscaled_font in scaled_glyph init
Carl Worth
1
-0
/
+3
2007-02-13
Add mutex to implement _cairo_ft_unscaled_font_lock_face and _cairo_ft_unscal...
Carl Worth
1
-29
/
+53
2007-02-13
Avoid public cairo_ft_scaled_font_lock_face for internal use
Carl Worth
1
-3
/
+3
2007-02-13
Add missing _cairo_ft_unscaled_font_unlock_face to _cairo_ft_scaled_font_create
Carl Worth
1
-0
/
+2
2007-02-07
PDF: Make text selection and extraction work
Adrian Johnson
1
-0
/
+33
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-3
/
+3
2006-12-10
[FreeType] Remove "UNSUPPORTED" show_glyphs stub and NULL its entry
Behdad Esfahbod
1
-18
/
+1
2006-12-08
[FreeType] Do not return large structs from functions
Behdad Esfahbod
1
-12
/
+13
2006-11-22
Replace existing rounding code with _cairo_lround
Daniel Amelang
1
-2
/
+2
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+3
2006-09-01
bug 8104: Eliminate unused variables. Replicate assert statement to identify ...
Carl Worth
1
-7
/
+2
2006-08-15
[FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriate
Behdad Esfahbod
1
-2
/
+2
2006-08-15
[FreeType] Fix vertical metrics adjustment to work with non-identity shapes
Behdad Esfahbod
1
-11
/
+18
2006-08-15
[FreeType] Fix comment about font coordinate
Behdad Esfahbod
1
-2
/
+1
2006-08-10
Remove the ft_load_sfnt_table check from PS/PDF/SVG backends
Behdad Esfahbod
1
-0
/
+3
2006-08-08
[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on pattern
Behdad Esfahbod
1
-1
/
+3
2006-08-08
Restructure subpixel_order handling such that the code doesn't look suspicious!
Behdad Esfahbod
1
-5
/
+10
2006-08-08
[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.
Behdad Esfahbod
1
-0
/
+2
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
1
-0
/
+5
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
1
-0
/
+5
2006-08-03
Use base pointer to avoid compiler warning.
Carl Worth
1
-1
/
+1
2006-08-03
Fail FreeType load_truetype_table on vertical fonts as we don't do it
Behdad Esfahbod
1
-0
/
+3
2006-08-02
Remove freetype dependency for truetype subsetting code.
Adrian Johnson
1
-0
/
+26
2006-06-29
Skip TrueType font output for PS/PDF until it handles vertical layout.
Keith Packard
1
-1
/
+15
[next]