index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-quartz-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-01
quartz: Fix the 32-bits build on MacOSX 10.7
Andrea Canciani
1
-8
/
+18
2011-09-18
quartz-font: Fix scaled font backend hooks
Andrea Canciani
1
-1
/
+0
2011-09-02
quartz: Fix compilation
Andrea Canciani
1
-0
/
+1
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-0
/
+3
2011-03-18
quartz-font: Remove unused variables
Andrea Canciani
1
-12
/
+0
2010-11-23
quartz-font: Implement new load_truetype_table semantics
Andrea Canciani
1
-13
/
+10
2010-11-01
quartz-font: Do not leak CFDataRef's
Andrea Canciani
1
-0
/
+3
2010-11-01
quartz-font: Add truetype font table tags accessor
Andrea Canciani
1
-1
/
+38
2010-07-09
doc: Fix a syntax issue in quartz-font gtkdoc
Benjamin Otte
1
-0
/
+1
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+17
2010-06-28
quartz-font: correct and explain matrix computations
Andrea Canciani
1
-7
/
+6
2010-06-28
quartz-font: silence compiler warnings
Andrea Canciani
1
-54
/
+30
2010-05-17
quartz-font: Silence 0x0 CGContext warning
Andrea Canciani
1
-35
/
+42
2010-05-17
quartz-font: Conform context and antialias handling to quartz-surface
Andrea Canciani
1
-10
/
+28
2010-05-07
quartz: Work around bad glyph extents returned by CoreGraphics for empty glyp...
Jonathan Kew
1
-0
/
+10
2010-05-06
Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...
Metal Sonic
1
-1
/
+1
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+2
2009-08-10
[quartz] Use the implementation font-face not the associated
Chris Wilson
1
-4
/
+2
2009-06-11
Fix compilation on OS X when compiling for 64 bit
Jeff Muizelaar
1
-1
/
+2
2009-01-02
[quartz] Delay allocation of string until after guard.
Chris Wilson
1
-2
/
+4
2008-12-19
Fix definition of _cairo_quartz_font_face_backend
Jeff Muizelaar
1
-1
/
+0
2008-12-19
Fix compilation of quartz surface.
Jeff Muizelaar
1
-2
/
+4
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-130
/
+78
2008-10-22
Map toy font face to implementation.
Chris Wilson
1
-11
/
+44
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-3
/
+3
2008-07-09
[quartz] Protect against NULL from CGFontGetHMetricsPtr
Vladimir Vukicevic
1
-0
/
+6
2008-06-22
Rename cairo_quartz_scaled_font_backend to _cairo_quartz_scaled_font_backend
Behdad Esfahbod
1
-2
/
+2
2008-05-10
Fix gtk-doc warnings
Behdad Esfahbod
1
-6
/
+6
2008-04-27
[quartz] Fix CGFont leaks when creating quartz fonts
Vladimir Vukicevic
1
-1
/
+8
2008-04-02
[cgfont] typo fix
Vladimir Vukicevic
1
-1
/
+1
2008-04-02
[cgfont] Implement missing scaled font metrics
Vladimir Vukicevic
1
-3
/
+71
2008-04-01
Include cairoint.h first to satisfy the test suite
Carl Worth
1
-2
/
+2
2008-04-01
[quartz] Update documentation
Vladimir Vukicevic
1
-2
/
+12
2008-04-01
[cgfont] Round surface rectangle outwards to ensure whole-pixel dimensions
Vladimir Vukicevic
1
-12
/
+48
2008-04-01
[cgfont] Fix whitespace errors
Vladimir Vukicevic
1
-2
/
+2
2008-04-01
[cgfont] Add CGFont backend to replace deprecated ATSUI backend
Vladimir Vukicevic
1
-17
/
+107
2008-04-01
[cgfont] Add start of CGFont font backend to replace ATSUI
Vladimir Vukicevic
1
-0
/
+590