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-user-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-29
doc: Do not use the '@' prefix on some tags
Andrea Canciani
1
-1
/
+1
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-2
/
+2
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-0
/
+3
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-4
/
+5
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+22
2010-07-02
user-font: Check the status before destroying the context
Chris Wilson
1
-2
/
+2
2010-06-30
user-font: correct handling of size 0 text
Andrea Canciani
1
-24
/
+36
2010-06-29
user-font: ignore translation in scale matrix
Andrea Canciani
1
-1
/
+5
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
/
+1
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-21
/
+21
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-1
/
+1
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-21
/
+9
2009-07-03
Export meta-surface
Chris Wilson
1
-4
/
+3
2009-06-02
[user-font] Set the initial colour to white
Chris Wilson
1
-0
/
+1
2009-05-06
[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED
Behdad Esfahbod
1
-3
/
+11
2008-12-23
[twin] Add face properties
Behdad Esfahbod
1
-3
/
+1
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-55
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-9
/
+9
2008-10-30
[user-font] Eliminate shadowed variable
Chris Wilson
1
-1
/
+0
2008-10-22
Map toy font face to implementation.
Chris Wilson
1
-9
/
+28
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-1
/
+0
2008-10-19
[user-font] Review locks under error conditions.
Chris Wilson
1
-16
/
+23
2008-10-19
[user-font] Check for error objects.
Chris Wilson
1
-12
/
+59
2008-10-06
[user-font] Fix comment re backend interface
Behdad Esfahbod
1
-1
/
+1
2008-09-29
[text_to_glyphs] Further enhance the docs
Behdad Esfahbod
1
-0
/
+5
2008-09-26
Add slim markers to make check-plt.sh happy
Behdad Esfahbod
1
-0
/
+4
2008-09-25
Add an internal font face
Behdad Esfahbod
1
-5
/
+48
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-12
/
+11
2008-09-02
[user-font] Propagate status return.
Chris Wilson
1
-2
/
+8
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-1
/
+1
2008-08-08
Add cairo_scaled_font_text_to_glyphs()
Behdad Esfahbod
1
-19
/
+19
2008-08-08
[user-font] Add a cairo_t argument to cairo_user_scaled_font_init_func_t
Behdad Esfahbod
1
-9
/
+35
2008-06-08
Change _cairo_font_face_is_user() from static to cairo_private
Adrian Johnson
1
-1
/
+2
2008-06-05
[user-font] Add XXX mark for text_to_glyphs memory allocation issue
Behdad Esfahbod
1
-0
/
+1
2008-06-05
[user-font] Reorder methods to the order they should appear in docs
Behdad Esfahbod
1
-26
/
+26
2008-06-05
[user-font] Let user decide to fall back to unicode_to_glyph in text_to_glyphs
Behdad Esfahbod
1
-0
/
+4
2008-06-05
[user-font] Add XXX mark about metrics-hinting the font extents
Behdad Esfahbod
1
-0
/
+2
2008-05-30
[user-font] Improve docs.
Behdad Esfahbod
1
-0
/
+6
2008-05-29
[user-font] Document all public functions
Behdad Esfahbod
1
-7
/
+118
2008-05-28
[user-font] Handle metrics-hinting font option
Behdad Esfahbod
1
-1
/
+4
2008-05-28
[user-font] Cache extent-space scale in the scaled font
Behdad Esfahbod
1
-24
/
+46
2008-05-28
[user-font] Handle the case of a null render_glyph callback
Behdad Esfahbod
1
-3
/
+6
2008-05-28
[user-font] Remove completed TODO item
Behdad Esfahbod
1
-2
/
+0
2008-05-28
[cairo-user-font] Add comment about possibly doing metrics-hinting
Behdad Esfahbod
1
-0
/
+2
2008-05-28
[user-font] Handle antialiasing font option
Behdad Esfahbod
1
-5
/
+18
2008-05-28
Remove some bogus XXX marks
Behdad Esfahbod
1
-2
/
+2
2008-05-28
[cairo-user-font] Make backend struct static
Behdad Esfahbod
1
-2
/
+2
2008-05-25
[cairo-scaled-font] Clean up recent locking changes
Behdad Esfahbod
1
-2
/
+2
[next]