summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-12Cache rounded glyph advance valuesBehdad Esfahbod1-0/+10
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-2/+2
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-8/+6
2006-10-05Fix typo that was resulting in device glyph_extents of INT16_MAX in some cases.Carl Worth1-1/+1
2006-09-09Correctly acquire/release mutex in _cairo_scaled_font_map_destroyVladimir Vukicevic1-4/+9
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+9
2006-08-17Add (primitive) bitmap glyph tracing to fix bug #7889Carl Worth1-2/+94
2006-08-07More doc syntax updateBehdad Esfahbod1-0/+2
2006-08-07Update doc syntaxBehdad Esfahbod1-1/+4
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-1/+1
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod1-3/+3
2006-07-14Use font matrix offset to reposition glyph origin instead of adjusting advanceBehdad Esfahbod1-3/+3
2006-07-04Fix documentation typo in cairo_scaled_font_get_font_options()Jonathon Jongsma1-1/+1
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-0/+12
2006-06-29Prefix "cairo_*_test_*" symbols with underscore.Behdad Esfahbod1-1/+1
2006-06-22Bug 6955: Fix by adding freeze/thaw around scaled_font glyph cache in _cairo_...Carl Worth1-0/+12
2006-06-22Add 'private' cairo_scaled_font_test_set_max_glyphs_cached_per_font for testingCarl Worth1-1/+16
2006-06-13Change return type of _cairo_scaled_glyph_lookup to allow UNSUPPORTED.Carl Worth1-2/+8
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-2/+3
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-2/+2
2006-06-06Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned.Carl Worth1-2/+2
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-17/+17
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-19/+19
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-45/+45
2006-05-29Only destroy scaled glyphs if they are not in the cache.Jeff Muizelaar1-4/+7
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-4/+4
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-4/+4
2006-04-04Merge branch 'cairo-origin' into analysis-surfaceCarl Worth1-7/+19
2006-03-22Make all hash/cache keys_equal function accept const pointers.Carl Worth1-7/+7
2006-03-01Revert "Remove ft-font's usage of device offset surface fields for storing be...Vladimir Vukicevic1-3/+3
2006-02-28Remove ft-font's usage of device offset surface fields for storing bearingsVladimir Vukicevic1-3/+3
2006-02-27Add documentation for cairo_font_face_get_type,Carl Worth1-0/+6
2006-02-27Primitive ps glyph support. Fix ps strokes to not leave path definedKeith Packard1-1/+1
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth1-0/+6
2006-01-22Add cairo_scaled_font_text_extents.Behdad Esfahbod1-4/+51
2006-01-20Add getter functions for cairo_scaled_font_t.Carl Worth1-1/+76
2006-01-20Check font_face->status and return a nil scaled font if it is in an error sta...Carl Worth1-1/+4
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-5/+5
2005-11-08Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...Carl Worth1-2/+2
2005-09-13Set return-value *glyphs to NULL after freeing it in the error case.Carl Worth1-1/+2
2005-09-13Add missing locking around the call into the thread-shared cache here.Carl Worth1-17/+25
2005-09-13Expand locking to encapsulate any modification to the reference count of a sc...Carl Worth1-38/+49
2005-09-12Originally 2005-09-06 Carl Worth <cworth@cworth.org>:Carl Worth1-4/+3
2005-09-01Add missing pair of braces. This fixes a crash on text output.Bertram Felgenhauer1-4/+5
2005-08-31Add call to XSynchronize, (the expected clip-all failure isn't occuring witho...Carl Worth1-1/+9
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard1-0/+1165