Age | Commit message (Expand) | Author | Files | Lines |
2006-04-10 | Don't set can_draw_directly to FALSE. | Anders Carlsson | 1 | -1/+0 |
2006-04-10 | * Save and restore state when drawing glyphs using the short circuit. | Anders Carlsson | 1 | -0/+4 |
2006-04-07 | * Fix build | Anders Carlsson | 1 | -65/+83 |
2006-03-09 | Complete the CAIRO_PATTERN_TYPE renaming | Mart Raudsepp | 1 | -1/+1 |
2006-02-28 | Merge branch 'get-type' into cairo | Carl Worth | 1 | -0/+2 |
2006-02-27 | Implement cairo_scaled_font_get_type | Carl Worth | 1 | -0/+1 |
2006-02-27 | Misc compilation fixes (C++-style comments, M_PI decls, etc.) | Vladimir Vukicevic | 1 | -0/+10 |
2006-02-26 | Use C-style comments rather than C++-style | Christian Biesinger | 1 | -11/+12 |
2006-02-24 | Implement cairo_font_face_get_type. | Carl Worth | 1 | -0/+1 |
2006-01-10 | Remove old scale matrix since it exists in our base class. | Anders Carlsson | 1 | -11/+7 |
2006-01-10 | Add cairo-quartz-private.h | Anders Carlsson | 1 | -1/+32 |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -1/+1 |
2005-11-01 | Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs. | Carl Worth | 1 | -13/+13 |
2005-09-30 | Bring the ATSUI backend up to date wrt the new font backend changes. Also, ad... | Anders Carlsson | 1 | -376/+332 |
2005-09-28 | Use _cairo_utf8_to_utf16 for character conversion. | Tor Lillqvist | 1 | -18/+6 |
2005-09-07 | Pass appropriate pointer for image_extra to release_dest_image. | Tor Lillqvist | 1 | -1/+1 |
2005-09-07 | Pass scratch space instead of NULL for image_extra to acquire/release_dest_im... | Tor Lillqvist | 1 | -2/+3 |
2005-08-11 | Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon... | Carl Worth | 1 | -2/+2 |
2005-08-09 | Get cairo_toy_font_face_t type right. | Tor Lillqvist | 1 | -1/+1 |
2005-08-05 | Rename scaled_font_backend->destroy to the more accurate fini, (since it free... | Carl Worth | 1 | -2/+2 |
2005-08-05 | Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s... | Carl Worth | 1 | -12/+9 |
2005-07-30 | Pass the options down to the scaled font object to keep things compiling. | Billy Biggs | 1 | -1/+1 |
2005-07-29 | src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ... | Tor Lillqvist | 1 | -0/+1 |
2005-07-27 | Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT... | Carl Worth | 1 | -3/+0 |
2005-06-28 | Prevent crash on empty string. | Tor Lillqvist | 1 | -7/+10 |
2005-06-21 | allow building against < 10.3 SDK. | Tor Lillqvist | 1 | -0/+12 |
2005-06-03 | Allow NULL as a valid value for several objects. That is, calling reference o... | Carl Worth | 1 | -1/+0 |
2005-06-03 | Add CODING_STYLE document to standardize on some style issues. | Carl Worth | 1 | -2/+4 |
2005-05-11 | Revive quartz backend. | Tor Lillqvist | 1 | -94/+46 |
2005-04-08 | src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad... | Owen Taylor | 1 | -2/+0 |
2005-04-07 | Rework the cairo_matrix_t interface in several ways. Expose a struct for cair... | Carl Worth | 1 | -3/+3 |
2005-04-06 | Make handling of unsigned char* vs. char* consistent. Change all parameters t... | Carl Worth | 1 | -6/+7 |
2005-03-29 | Update quartz backend to compilable/workable version and re-enable. | Tor Lillqvist | 1 | -648/+580 |
2005-03-18 | * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)... | Carl Worth | 1 | -2/+2 |
2005-02-22 | Convert to utf-8 encoding. | Carl Worth | 1 | -1/+1 |
2005-01-20 | Created new public header cairo-atsui.h. | Carl Worth | 1 | -6/+7 |
2005-01-16 | Add native Mac OS X support. | Marco Pesenti Gritti | 1 | -0/+806 |