Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-07-22 | Patch from Tor Lillqvist <tml@novell.com> | Owen Taylor | 1 | -0/+4 |
2005-07-21 | src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o... | Owen Taylor | 1 | -32/+69 |
2005-06-28 | Implement. | Tor Lillqvist | 1 | -5/+128 |
2005-06-15 | Remove --only-section-tmpl; it doesn't really work currently :-(. | Owen Taylor | 1 | -1/+1 |
2005-06-14 | Correct extents for text with a general tranform. | Tor Lillqvist | 1 | -1/+1 |
2005-06-10 | Remove STATUS_OK macro which was not being used universally. | Carl Worth | 1 | -14/+18 |
2005-06-03 | Allow NULL as a valid value for several objects. That is, calling reference o... | Carl Worth | 1 | -0/+3 |
2005-06-03 | Add CODING_STYLE document to standardize on some style issues. | Carl Worth | 1 | -1/+2 |
2005-06-01 | Rename CAIRO_OK to STATUS_OK. No intended changes in functionality. | Carl Worth | 1 | -13/+13 |
2005-05-11 | Revive quartz backend. | T Rowley | 1 | -18/+18 |
2005-04-08 | src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad... | Owen Taylor | 1 | -3/+0 |
2005-04-07 | Minor changes to header file inclusion recommended by Oleg Smolsky for better... | Carl Worth | 1 | -1/+1 |
2005-04-07 | Fix various compilation errors. | Owen Taylor | 1 | -43/+40 |
2005-04-07 | src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type... | Owen Taylor | 1 | -269/+295 |
2005-04-07 | Rework the cairo_matrix_t interface in several ways. Expose a struct for cair... | Carl Worth | 1 | -7/+7 |
2005-03-30 | A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>: | Carl Worth | 1 | -1/+1 |
2005-03-17 | doc fix - 90 degrees is MI_PI/2 radians. | Owen Taylor | 1 | -1/+1 |
2005-03-04 | src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i... | Owen Taylor | 1 | -5/+12 |
2005-02-06 | Return the right status. (Reported by Hans Breuer.) | Owen Taylor | 1 | -1/+1 |
2005-02-05 | Free glyph_indices, not glyphs. (Reported by Hans Breuer.) | Owen Taylor | 1 | -2/+2 |
2005-02-02 | src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex... | Owen Taylor | 1 | -4/+5 |
2005-02-02 | src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ... | Owen Taylor | 1 | -1/+1 |