index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/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
2010-06-10
scaled-font: optimize cairo_scaled_font_text_to_glyphs()
Dmitri Vorobiev
1
-54
/
+114
2010-05-05
scaled-font: Pluck last glyph from the most recent page.
Chris Wilson
1
-1
/
+1
2010-05-04
scaled-font: Convert to cairo_list_t
Chris Wilson
1
-24
/
+22
2010-05-04
scaled-font: Remove MRU cache upon detection of error.
Chris Wilson
1
-1
/
+14
2010-05-03
scaled-font: Check for an error return when retrieving the implementation
Chris Wilson
1
-0
/
+8
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-30
Silence enumeration warnings following addition of RGB16_565
Chris Wilson
1
-0
/
+1
2010-03-30
scaled-glyph: Allow removal info fields.
Chris Wilson
1
-3
/
+16
2010-03-30
scaled-font: Optimize cairo_scaled_font_lookup()
Chris Wilson
1
-53
/
+20
2010-03-23
scaled-font: Destroy the old surface when replacing scaled_glyph->recording
Chris Wilson
1
-3
/
+8
2010-03-22
gl: Decouple cache from scaled-font on context destruction
Chris Wilson
1
-0
/
+1
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+1
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-1
/
+1
2010-02-22
text: Fix assert failure from compositing by SOURCE with a mask internally.
M Joonas Pihlaja
1
-1
/
+1
2010-01-22
pattern: Add convenience patterns for stock colours
Chris Wilson
1
-7
/
+2
2010-01-22
scaled-font: Use tight glyph bounds when determining overlap.
Chris Wilson
1
-30
/
+25
2010-01-22
configure: Globally define AC_GNU_SOURCE
Chris Wilson
1
-2
/
+0
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-26
scaled-font: Fix documentation examples with incorrect derefs
Chris Wilson
1
-10
/
+10
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-14
/
+14
2009-10-21
Support component-alpha.
Chris Wilson
1
-6
/
+8
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
[prev]
[next]