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
2010-02-19
Fix bug in _cairo_ft_index_to_ucs4
Adrian Johnson
1
-1
/
+1
2009-06-06
[ft] Don't call FT_Done_Face() on a face we do not own
Chris Wilson
1
-1
/
+2
2009-06-03
[ft] Resolve mutual referencing problems with zombie faces
Karl Tomlinson
1
-8
/
+30
2009-06-03
[ft] Fix vertical advance metrics of bitmap fonts (#21985)
Behdad Esfahbod
1
-2
/
+2
2008-12-17
[ft] Don't call FT_Done_Face() on faces we did not create
Karl Tomlinson
1
-1
/
+1
2008-10-22
Map toy font face to implementation.
Chris Wilson
1
-0
/
+2
2008-10-17
[ft] Add more comments about FT_Face lifetime issues.
Chris Wilson
1
-3
/
+7
2008-09-25
Remove all lcd_filter code.
Carl Worth
1
-483
/
+189
2008-09-01
Check that lvalue of BITSWAP8() is a uint8_t.
Chris Wilson
1
-1
/
+1
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-1
/
+1
2008-08-18
Tone down comment
Behdad Esfahbod
1
-1
/
+1
2008-08-18
[cairo-ft] Add useless cairo_warn decorator
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[ft-font] Dead store elimination.
Chris Wilson
1
-2
/
+1
2008-08-06
Fix Ubuntu-specific issue with FC_LCD_NONE et al
Behdad Esfahbod
1
-0
/
+3
2008-08-05
Finish off lcd-filter merge
Behdad Esfahbod
1
-16
/
+32
2008-08-05
[cairo-ft] Interaction with Fontconfig to deal with the LCD filter type
Sylvain Pasche
1
-1
/
+71
2008-08-05
[cairo-ft] Fontconfig defines for LCD constants when using Fontconfig < 2.6
Sylvain Pasche
1
-0
/
+9
2008-08-05
[cairo-ft] LCD filtering patch coding style corrections
Sylvain Pasche
1
-256
/
+237
2008-08-05
[cairo-ft] LCD filtering patch from David Turner
Sylvain Pasche
1
-188
/
+404
2008-07-25
[cairo-ft] Use FcFreeTypeCharIndex instead of FT_Get_Char_Index
Behdad Esfahbod
1
-1
/
+5
2008-06-29
Remove unused map_glyphs_to_unicode functions
Adrian Johnson
1
-35
/
+0
2008-06-29
Add index_to_ucs4 font backend function and FT implementation
Adrian Johnson
1
-0
/
+31
2008-06-19
Rename cairo_* global vars to _cairo_*
Behdad Esfahbod
1
-4
/
+4
2008-06-10
[cairo-ft-font] Make font face caching work again
Behdad Esfahbod
1
-12
/
+18
2008-06-10
[cairo-ft-font] Fix thinko in _cairo_ft_unscaled_font_keys_equal()
Behdad Esfahbod
1
-2
/
+2
2008-06-05
[cairo-ft] Respect FC_FT_FACE element of pattern
Behdad Esfahbod
1
-45
/
+72
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-0
/
+1
2008-05-28
Remove some bogus XXX marks
Behdad Esfahbod
1
-1
/
+1
2008-05-09
[cairo-ft-font.c] Throw error on font type mismatch and remove unused function
Behdad Esfahbod
1
-6
/
+10
2008-04-29
[cairo-ft] Add a demonstration of how to handle the lifetime of the FT_Face.
Chris Wilson
1
-0
/
+16
2008-04-29
[cairo-ft-font] Fixup doc reference to cairo_ft_font_face_create_for_ft_face()
Chris Wilson
1
-1
/
+1
2008-04-29
[cairo-ft] Correct the function references in the docs.
Chris Wilson
1
-6
/
+6
2008-04-29
[cairo-ft] Remove unused private aliases.
Chris Wilson
1
-2
/
+2
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-03-04
[cairo-ft-font] Simplify return of the nil font face during construction.
Chris Wilson
1
-9
/
+3
2008-02-20
[cairo-ft] Handle font sizes smaller than 1px correctly
Behdad Esfahbod
1
-14
/
+22
2008-02-15
[cairo-ft-font] Propagate error detected during determination of scale factors.
Chris Wilson
1
-3
/
+5
2008-02-15
[cairo-font-options] Disallow use of NULL font-options.
Chris Wilson
1
-5
/
+3
2008-02-15
[cairo-ft-font] Tidy usage of cairo_error().
Chris Wilson
1
-4
/
+3
2008-01-29
wAdd proper error propagation to _cairo_matrix_compute_scale_factors
Carl Worth
1
-6
/
+14
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-6
/
+6
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-3
/
+3
2008-01-25
[cairo-ft] Disable embedded bitmaps if hinting style NONE is requested
Behdad Esfahbod
1
-3
/
+8
2008-01-25
[cairo-ft] Fix font metrics computation for bitmap fonts and no metrics-hinting
Behdad Esfahbod
1
-1
/
+6
2008-01-19
[cairo-ft] Fix typo in comment
Peter Weilbacher
1
-1
/
+1
2008-01-19
[cairo-ft] Add FC_PIXEL_SIZE as double, not int
Peter Weilbacher
1
-1
/
+1
2008-01-17
[cairo-font-options] Treat NULL as a default cairo_font_options_t
Chris Wilson
1
-6
/
+10
[next]