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-scaled-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
scaled-font: Fix use after free when clearing the glyph cache
Chris Wilson
1
-2
/
+3
2013-01-09
scaled-font: Make reset-font-cache threadsafe
Chris Wilson
1
-35
/
+31
2013-01-08
scaled-font: Remove a non-threadsafe double-freeze assert
Chris Wilson
1
-1
/
+0
2013-01-08
scaled-font: Hold the scaled font mutex whilst reaping from the global cache
Chris Wilson
1
-2
/
+7
2013-01-08
scaled-font: Assert if attempting to finish a frozen font
Chris Wilson
1
-0
/
+12
2013-01-08
scaled-font: Free the cached glyphs from the font before taking the global lock
Chris Wilson
1
-1
/
+20
2013-01-08
scaled-font: Always hold the mutex even for single glyph probes
Chris Wilson
1
-20
/
+21
2013-01-03
scaled-font: Mention ownership of returned object from get_font_face()
Chris Wilson
1
-1
/
+2
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-1
/
+1
2012-06-09
Use the new pixman_glyph_cache_t API that will be in pixman 0.28.0
Søren Sandmann Pedersen
1
-0
/
+2
2012-06-07
scaled-font: Take lock around disposing of an empty page upon alloc failure
Chris Wilson
1
-0
/
+2
2012-06-04
composite-rectangles,scaled-font: Use accurate extents if the font is broken
Chris Wilson
1
-1
/
+10
2012-04-30
Revert "Use pixman glyphs"
Søren Sandmann Pedersen
1
-2
/
+0
2012-04-30
Use pixman glyphs
Søren Sandmann Pedersen
1
-0
/
+2
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
1
-0
/
+1
2012-03-29
doc: Add "since" tag to documentation
Andrea Canciani
1
-0
/
+12
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-1
/
+1
2012-03-13
scaled-font: Ignore empty glyphs when checking for potential overlap
Henry (Yu) Song
1
-0
/
+3
2012-02-28
scaled-font: Assign a temporary hash value for the placeholder
Chris Wilson
1
-0
/
+8
2012-02-28
scaled-font: Refactor the hash computation
Chris Wilson
1
-31
/
+23
2012-02-28
scaled-font: Key the cache on the original font face
Chris Wilson
1
-87
/
+94
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-26
/
+85
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-08-01
hash: Compare hash values before calling keys_equal
Andrea Canciani
1
-13
/
+1
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-4
/
+2
2011-07-24
composite: Perform a quick is-clipped for glyphs
Chris Wilson
1
-14
/
+13
2011-07-24
scaled-font: Single glyph extent computations are worryingly frequent
Chris Wilson
1
-0
/
+45
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-7
/
+7
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2011-07-14
scaled-font: Fix assertions for original font-face vs font-face
Chris Wilson
1
-1
/
+2
2011-07-13
scaled-font: Key the cache on the orignal font_face
Chris Wilson
1
-2
/
+2
2011-05-19
Avoid implicit conversion to double when rounding
Jeff Muizelaar
1
-2
/
+2
2011-05-04
Silence the compiler for another couple of RGB30 switches
Chris Wilson
1
-0
/
+1
2011-01-27
scaled font: Fix the docs for cairo_scaled_font_get_font_face
Uli Schlachter
1
-2
/
+3
2010-12-13
scaled-font: assert that we hold the scaled-font mutex when looking up glyphs
Chris Wilson
1
-0
/
+2
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-1
/
+1
2010-10-21
Actually implement round_glpyh_positions
Uli Schlachter
1
-2
/
+9
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+10
2010-06-30
user-font: correct handling of size 0 text
Andrea Canciani
1
-3
/
+2
2010-06-14
scaled-font: fine-tune caching
Dmitri Vorobiev
1
-16
/
+45
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
[next]