index
:
~cworth/cairo
glsl
Carl's hacks for 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
2009-08-29
[ft] Improve error path handling.
Chris Wilson
1
-6
/
+6
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-27
/
+26
2009-06-29
[ft] Correct reference counting for implementation font face
Chris Wilson
1
-2
/
+1
2009-06-27
[ft] Cache the resolved font face
Chris Wilson
1
-5
/
+34
2009-06-19
[ft] Substitute twin if there are no fonts
Chris Wilson
1
-1
/
+5
2009-06-07
[ft] Support font_face->get_implementation
Chris Wilson
1
-66
/
+51
2009-06-07
[ft] Assert that we create an unscaled font for the resolved pattern
Chris Wilson
1
-0
/
+2
2009-06-03
[ft] Don't call FT_Done_Face() on a face we do not own
Chris Wilson
1
-1
/
+3
2009-05-30
[ft] Fix vertical advance metrics of bitmap fonts (#21985)
Behdad Esfahbod
1
-2
/
+2
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
1
-0
/
+2
2009-05-15
[ft] Resolve mutual referencing problems with zombie faces
Karl Tomlinson
1
-8
/
+30
2009-05-15
[ft] Restore the ability to lazily resolve patterns.
Chris Wilson
1
-15
/
+17
2009-04-20
[ft] Propagate status from font creation
Chris Wilson
1
-39
/
+51
2009-04-20
[ft] Check for pattern duplication failure.
Chris Wilson
1
-0
/
+2
2009-04-20
[ft] Check (correctly!) for pattern duplication failure.
Chris Wilson
1
-1
/
+1
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-7
/
+36
2009-03-16
[scaled-font] Lean and mean global glyph cache.
Chris Wilson
1
-2
/
+2
2009-02-24
[scaled-font] Hold reference to original font face
Chris Wilson
1
-1
/
+1
2009-01-29
[ft] Improve error status propagation.
Chris Wilson
1
-33
/
+32
2009-01-29
[ft] Distinguish fatal backend errors whilst constructing scaled fonts.
Chris Wilson
1
-12
/
+26
2009-01-29
[font-face] Close a race when resurrecting fonts.
Chris Wilson
1
-0
/
+6
2009-01-29
Spelling corrections: s/it's/its/
Daniel Holbert
1
-1
/
+1
2009-01-02
Iterate over hash table using foreach() in destructors.
Chris Wilson
1
-25
/
+22
2008-12-17
[ft] Remove stale comment
Behdad Esfahbod
1
-4
/
+0
2008-12-17
[ft] Don't call FT_Done_Face() on faces we did not create
Karl Tomlinson
1
-1
/
+1
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-147
/
+224
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-12
/
+13
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-21
/
+23
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+12
2008-11-07
[hash] Return lookup entry.
Chris Wilson
1
-3
/
+3
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
[next]