Age | Commit message (Expand) | Author | Files | Lines |
2007-04-05 | Move misplaced CLEANUP_FONT label to avoid crash. | Carl Worth | 1 | -3/+1 |
2007-04-03 | [src] Make sure all source files #include "cairoint.h" as their first include | Behdad Esfahbod | 1 | -2/+1 |
2007-03-20 | Initialize mutexes at central location. | Mathias Hasselmann | 1 | -10/+0 |
2007-03-16 | [win32] Really return unhinted font metrics if metrics hinting is off | Behdad Esfahbod | 1 | -1/+1 |
2007-03-16 | [win32] Fix font descent computation | Behdad Esfahbod | 1 | -1/+1 |
2007-03-02 | [doc] Some documentation love | Behdad Esfahbod | 1 | -2/+22 |
2007-02-23 | Win32: Fix _cairo_win32_scaled_font_map_glyphs_to_unicode return type | Adrian Johnson | 1 | -4/+2 |
2007-02-07 | PDF: Make text selection and extraction work | Adrian Johnson | 1 | -0/+17 |
2006-12-11 | Add/remove const to cairo_glyph_t* arguments consistently | Behdad Esfahbod | 1 | -1/+1 |
2006-11-22 | Replace existing rounding code with _cairo_lround | Daniel Amelang | 1 | -6/+8 |
2006-09-12 | [win32] correct win32 show_glyphs for non-y-aligned text | Stuart Parmenter | 1 | -0/+16 |
2006-09-09 | [win32] Make cairo as a win32 static library possible | Vladimir Vukicevic | 1 | -0/+10 |
2006-08-21 | Get correct unhinted outlines on win32. | Adrian Johnson | 1 | -25/+61 |
2006-08-17 | Only use GGO_GLYPH_INDEX for truetype and opentype fonts on win32. | Adrian Johnson | 1 | -9/+43 |
2006-08-02 | Remove freetype dependency for truetype subsetting code. | Adrian Johnson | 1 | -0/+28 |
2006-06-30 | Update lots of docs. | Behdad Esfahbod | 1 | -2/+17 |
2006-06-06 | Remove initial, final, and duplicate blank lines. | Carl Worth | 1 | -3/+0 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 1 | -15/+15 |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 1 | -7/+7 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -53/+53 |
2006-05-18 | [win32] implement win32 show_glyphs | Stuart Parmenter | 1 | -8/+6 |
2006-05-18 | [win32] Allow for creating a font from a HFONT | Stuart Parmenter | 1 | -4/+31 |
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 | Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dib | Vladimir Vukicevic | 1 | -1/+1 |
2006-02-27 | Win32: expose win32 DIB (image) surface creation function, and DC getter | Vladimir Vukicevic | 1 | -1/+1 |
2006-02-24 | Implement cairo_font_face_get_type. | Carl Worth | 1 | -0/+1 |
2006-01-13 | Eliminate cast of state->dx.elements which has been wrong since the internals... | Carl Worth | 1 | -1/+3 |
2005-12-21 | Here is a cleaner implementation of the _cairo_array_t change which was previ... | Carl Worth | 1 | -1/+3 |
2005-12-21 | Revert inadvertent commit (immediately previous). | Carl Worth | 1 | -10/+8 |
2005-12-21 | Fix indentation. | Carl Worth | 1 | -8/+10 |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -4/+4 |
2005-11-04 | Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ... | Carl Worth | 1 | -6/+13 |
2005-10-31 | Call _cairo_scaled_glyph_set_path(). | Tor Lillqvist | 1 | -0/+4 |
2005-09-28 | Note that Bug #4612 (Text not being drawn if first character entirely out of ... | Tor Lillqvist | 1 | -4/+4 |
2005-09-26 | Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i... | Tor Lillqvist | 1 | -10/+16 |
2005-08-31 | Add call to XSynchronize, (the expected clip-all failure isn't occuring witho... | Carl Worth | 1 | -173/+230 |
2005-08-19 | Fixes for a general problem of which bug #4094 was a specific instance: | Carl Worth | 1 | -3/+1 |
2005-08-11 | Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon... | Carl Worth | 1 | -3/+8 |
2005-08-06 | Remove a non-sensical XXX that crept in at some point; for a solid color, the... | Owen Taylor | 1 | -1/+0 |
2005-08-05 | Rename font_face_backend->create_font to scaled_font_create. Group the scaled... | Carl Worth | 1 | -7/+7 |
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 | -11/+10 |
2005-07-29 | src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M... | Owen Taylor | 1 | -3/+1 |
2005-07-28 | src/cairo-win32-font.c | Stuart Parmenter | 1 | -2/+2 |
2005-07-28 | Pass | Owen Taylor | 1 | -1/+1 |
2005-07-28 | Remove all create_in_error functions as they were just muddling up the memory... | Carl Worth | 1 | -1/+1 |
2005-07-28 | src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac... | Owen Taylor | 1 | -2/+4 |
2005-07-27 | Go back to returning NULL. | Owen Taylor | 1 | -4/+2 |
2005-07-27 | Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT... | Carl Worth | 1 | -5/+12 |