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-scaled-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-11
[xlib] Discard clip if larger than glyph extents
Chris Wilson
1
-0
/
+36
2009-08-29
[scaled-font] Fix implementation-face refleak
Chris Wilson
1
-1
/
+8
2009-08-29
[scaled-font] Refleak on error path.
Chris Wilson
1
-5
/
+4
2009-08-29
[scaled-font] Eliminate intermediate path when tracing glyphs
Chris Wilson
1
-29
/
+22
2009-08-29
[scaled-font] Remove assert from cairo_scled_font_create()
Chris Wilson
1
-1
/
+4
2009-08-29
Add 'flight-data-recorder' utility.
Chris Wilson
1
-0
/
+16
2009-08-10
[scaled-font] Update API documentation
Chris Wilson
1
-2
/
+1
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-2
/
+21
2009-07-24
[scaled-font] cairo_scaled_font_glyph_extents() initialise extents
Chris Wilson
1
-7
/
+16
2009-07-24
[scaled-font] Skip empty glyphs
Chris Wilson
1
-26
/
+31
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-95
/
+37
2009-06-19
[scaled-font] Check the MRU font before resolving the implementor
Chris Wilson
1
-8
/
+15
2009-06-07
[scaled-font] Report the original-font-face
Chris Wilson
1
-0
/
+3
2009-06-07
[ft] Support font_face->get_implementation
Chris Wilson
1
-6
/
+14
2009-06-05
[scaled-font] Close race from 16d128
Chris Wilson
1
-10
/
+23
2009-06-02
[scaled-font] Cache repeated glyphs during probing device_extents
Chris Wilson
1
-12
/
+23
2009-06-02
[scaled-font] Compare most recently used font directly
Chris Wilson
1
-5
/
+23
2009-06-02
[scaled-font] Lazily acquire the font_map_lock on font destruction.
Chris Wilson
1
-15
/
+17
2009-06-01
[cache] Expose init/fini methods so that caches can be embedded.
Chris Wilson
1
-17
/
+18
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
1
-0
/
+3
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-2
/
+2
2009-03-16
[scaled-font] Improve comments.
Chris Wilson
1
-3
/
+3
2009-03-16
[scaled-font] Lean and mean global glyph cache.
Chris Wilson
1
-195
/
+201
2009-03-16
[scaled-font] Initialise original_font_face
Chris Wilson
1
-0
/
+1
2009-02-24
[scaled-font] Hold reference to original font face
Chris Wilson
1
-4
/
+13
2009-01-29
[scaled-font] Differentiate fatal error when creating fonts
Chris Wilson
1
-1
/
+7
2009-01-29
[scaled-font] Guard against invalid matrices when creating the scaled font.
Chris Wilson
1
-2
/
+20
2009-01-29
[scaled-font] Global glyph cache
Chris Wilson
1
-87
/
+219
2009-01-14
[scaled-font] Avoid repeated lookup of the same unicode during text->glyphs
Chris Wilson
1
-22
/
+41
2009-01-02
[scaled-font] Post-process hash value.
Chris Wilson
1
-0
/
+15
2009-01-02
[scaled-font] Switch to a constant loop for hashing.
Chris Wilson
1
-10
/
+8
2008-12-29
make "make check" happy again
Chris Wilson
1
-0
/
+2
2008-12-26
[scaled-font] Make cairo_debug_reset_static_data() work again
Behdad Esfahbod
1
-3
/
+1
2008-12-20
[toy-font-face] Move toy font face code in a file of its own
Behdad Esfahbod
1
-1
/
+3
2008-12-18
[scaled-font] Make check-doc happy
Chris Wilson
1
-2
/
+2
2008-12-18
[image] Eliminate the short-lived context used for coercing.
Chris Wilson
1
-19
/
+21
2008-12-17
Add a missing _cairo_error() to a bunch of status returns.
Jeff Muizelaar
1
-7
/
+7
2008-12-17
[scaled-font] Improve docs
Behdad Esfahbod
1
-1
/
+7
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-10
/
+9
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-5
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-15
/
+14
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-36
/
+36
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+5
2008-11-13
[hash] Separate out unique patterns of iterating over the table.
Chris Wilson
1
-4
/
+7
2008-11-07
[hash] Return lookup entry.
Chris Wilson
1
-10
/
+8
2008-10-31
Merge branch '1.8'
Chris Wilson
1
-1
/
+1
2008-10-31
[scaled-font] Fix typo that prevented meta_surface lookup.
Chris Wilson
1
-1
/
+1
2008-10-30
[scaled-font] Eliminate shadowed variable.
Chris Wilson
1
-1
/
+0
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-1
/
+1
[next]