Age | Commit message (Expand) | Author | Files | Lines |
2006-07-28 | Add -Wsign-compare compiler flag and fix all warnings | Carl Worth | 1 | -1/+1 |
2006-07-28 | Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALID | Behdad Esfahbod | 1 | -3/+3 |
2006-07-14 | Use font matrix offset to reposition glyph origin instead of adjusting advance | Behdad Esfahbod | 1 | -3/+3 |
2006-07-04 | Fix documentation typo in cairo_scaled_font_get_font_options() | Jonathon Jongsma | 1 | -1/+1 |
2006-06-30 | Add "Since: 1.2" to docs for most new API functions. | Behdad Esfahbod | 1 | -0/+12 |
2006-06-29 | Prefix "cairo_*_test_*" symbols with underscore. | Behdad Esfahbod | 1 | -1/+1 |
2006-06-22 | Bug 6955: Fix by adding freeze/thaw around scaled_font glyph cache in _cairo_... | Carl Worth | 1 | -0/+12 |
2006-06-22 | Add 'private' cairo_scaled_font_test_set_max_glyphs_cached_per_font for testing | Carl Worth | 1 | -1/+16 |
2006-06-13 | Change return type of _cairo_scaled_glyph_lookup to allow UNSUPPORTED. | Carl Worth | 1 | -2/+8 |
2006-06-10 | Change {x,y}_device_offset values to a device_transform matrix. | Carl Worth | 1 | -2/+3 |
2006-06-09 | Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa... | Carl Worth | 1 | -2/+2 |
2006-06-06 | Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned. | Carl Worth | 1 | -2/+2 |
2006-06-06 | Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t. | Carl Worth | 1 | -1/+1 |
2006-06-06 | Remove initial, final, and duplicate blank lines. | Carl Worth | 1 | -1/+0 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 1 | -17/+17 |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 1 | -19/+19 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -45/+45 |
2006-05-29 | Only destroy scaled glyphs if they are not in the cache. | Jeff Muizelaar | 1 | -4/+7 |
2006-05-04 | Rename cairo_rectangle_t to cairo_rectangle_fixed_t. | Robert O'Callahan | 1 | -4/+4 |
2006-05-04 | Implement the device_offset functionality at surface, not gstate layer | Carl Worth | 1 | -4/+4 |
2006-04-04 | Merge branch 'cairo-origin' into analysis-surface | Carl Worth | 1 | -7/+19 |
2006-03-22 | Make all hash/cache keys_equal function accept const pointers. | Carl Worth | 1 | -7/+7 |
2006-03-01 | Revert "Remove ft-font's usage of device offset surface fields for storing be... | Vladimir Vukicevic | 1 | -3/+3 |
2006-02-28 | Remove ft-font's usage of device offset surface fields for storing bearings | Vladimir Vukicevic | 1 | -3/+3 |
2006-02-27 | Add documentation for cairo_font_face_get_type, | Carl Worth | 1 | -0/+6 |
2006-02-27 | Primitive ps glyph support. Fix ps strokes to not leave path defined | Keith Packard | 1 | -1/+1 |
2006-02-27 | Implement cairo_scaled_font_get_type | Carl Worth | 1 | -0/+6 |
2006-01-22 | Add cairo_scaled_font_text_extents. | Behdad Esfahbod | 1 | -4/+51 |
2006-01-20 | Add getter functions for cairo_scaled_font_t. | Carl Worth | 1 | -1/+76 |
2006-01-20 | Check font_face->status and return a nil scaled font if it is in an error sta... | Carl Worth | 1 | -1/+4 |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -5/+5 |
2005-11-08 | Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ... | Carl Worth | 1 | -2/+2 |
2005-09-13 | Set return-value *glyphs to NULL after freeing it in the error case. | Carl Worth | 1 | -1/+2 |
2005-09-13 | Add missing locking around the call into the thread-shared cache here. | Carl Worth | 1 | -17/+25 |
2005-09-13 | Expand locking to encapsulate any modification to the reference count of a sc... | Carl Worth | 1 | -38/+49 |
2005-09-12 | Originally 2005-09-06 Carl Worth <cworth@cworth.org>: | Carl Worth | 1 | -4/+3 |
2005-09-01 | Add missing pair of braces. This fixes a crash on text output. | Bertram Felgenhauer | 1 | -4/+5 |
2005-08-31 | Add call to XSynchronize, (the expected clip-all failure isn't occuring witho... | Carl Worth | 1 | -1/+9 |
2005-08-31 | Split out scaled font code to cairo-scaled-font.c | Keith Packard | 1 | -0/+1165 |