index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
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
2012-03-29
doc: Add "since" tag to documentation
Andrea Canciani
1
-0
/
+14
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-3
/
+3
2012-03-10
doc/ft-font: add reference to cairo_ft_synthesize_t
Nis Martensen
1
-1
/
+3
2012-03-10
doc: fix a few typos found by codespell
Nis Martensen
1
-1
/
+1
2012-03-10
doc: Add colon to Returns statement
Nis Martensen
1
-1
/
+1
2012-03-10
doc: add missing _face to function names
Nis Martensen
1
-3
/
+3
2012-03-10
doc: add missing colons to since tags
Nis Martensen
1
-6
/
+6
2012-02-29
ft: Export FreeType synthesis options
Chris Wilson
1
-22
/
+86
2012-02-29
ft: Remove unused HINT_METRICS from ft_font.extra-flags
Chris Wilson
1
-9
/
+6
2011-10-13
ft: Add missing break to enable BGR subpixel rendering
Chris Wilson
1
-7
/
+8
2011-09-12
ft: fix warning
Adrian Johnson
1
-1
/
+1
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-1
/
+0
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-0
/
+3
2011-08-23
[ft] Minor
Behdad Esfahbod
1
-1
/
+1
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-08-01
scaled-font: Make unscaled font utility functions static
Andrea Canciani
1
-3
/
+13
2011-08-01
scaled-font: Remove _cairo_ft_scaled_font_get_unscaled_font()
Andrea Canciani
1
-12
/
+0
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-4
/
+2
2011-07-22
Check glyph_index range in _index_to_glyph_name
Adrian Johnson
1
-1
/
+3
2011-07-21
Add support for subsetting bare CFF fonts
Adrian Johnson
1
-1
/
+11
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-27
/
+25
2011-07-18
type1-subset: Remove FT dependency part 5
Adrian Johnson
1
-1
/
+61
2011-07-18
type1-subset: Remove FT dependency part 1
Adrian Johnson
1
-1
/
+60
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2011-07-13
ft-font: If the pattern is already resolved, use it immediately
Chris Wilson
1
-13
/
+23
2010-11-23
Document load_truetype_table function and ensure ft-font and Win32-font are c...
Adrian Johnson
1
-3
/
+12
2010-11-23
Use fallback font for synthetic fonts
Adrian Johnson
1
-1
/
+13
2010-08-10
ft-font: Make alpha mapping consistent
Nicolaus L Hepler
1
-7
/
+0
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+25
2010-06-28
ft-font: fix typo
Andrea Canciani
1
-1
/
+1
2010-06-28
xlib: Compile without fontconfig
Chris Wilson
1
-4
/
+1
2010-06-17
ft,fc,xlib: LCD filtering patch.
Nicolaus L Helper
1
-189
/
+486
2010-05-03
ft: Convert an assert into an unlikely error return.
Chris Wilson
1
-3
/
+1
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
ft: Tidy computation of transformed bitmap, and mark if CA
Chris Wilson
1
-20
/
+11
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2010-01-15
Fix bug in _cairo_ft_index_to_ucs4
Adrian Johnson
1
-1
/
+1
2009-10-21
Support component-alpha.
Chris Wilson
1
-5
/
+0
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
[next]