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-user-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-05-25
[user-font] Fix fontmap locking
Behdad Esfahbod
1
-11
/
+9
2008-05-24
[user-font] Lock the font mutex such that user doesn't accidentally use it yet
Behdad Esfahbod
1
-0
/
+5
2008-05-24
Fix typos
Behdad Esfahbod
1
-1
/
+1
2008-05-24
[user-font] Note possible locking issue
Behdad Esfahbod
1
-0
/
+7
2008-05-24
[user-font] Release fontmap lock around user callback
Behdad Esfahbod
1
-1
/
+4
2008-05-15
[user-font] Set correct device-offset for rotated text
Behdad Esfahbod
1
-2
/
+3
2008-05-10
[user-font] Normalize the space we compute extents in
Behdad Esfahbod
1
-5
/
+27
2008-05-10
[user-font] Round glyph origin position
Behdad Esfahbod
1
-2
/
+2
2008-05-10
[cairo-user-font] Implement user fonts
Behdad Esfahbod
1
-0
/
+486