summaryrefslogtreecommitdiff
path: root/src/cairo-win32-font.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-0/+2
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth1-0/+1
2006-02-27Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dibVladimir Vukicevic1-1/+1
2006-02-27Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic1-1/+1
2006-02-24Implement cairo_font_face_get_type.Carl Worth1-0/+1
2006-01-13Eliminate cast of state->dx.elements which has been wrong since the internals...Carl Worth1-1/+3
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-1/+3
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-10/+8
2005-12-21Fix indentation.Carl Worth1-8/+10
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-4/+4
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth1-6/+13
2005-10-31Call _cairo_scaled_glyph_set_path().Tor Lillqvist1-0/+4
2005-09-28Note that Bug #4612 (Text not being drawn if first character entirely out of ...Tor Lillqvist1-4/+4
2005-09-26Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i...Tor Lillqvist1-10/+16
2005-08-31Add call to XSynchronize, (the expected clip-all failure isn't occuring witho...Carl Worth1-173/+230
2005-08-19Fixes for a general problem of which bug #4094 was a specific instance:Carl Worth1-3/+1
2005-08-11Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth1-3/+8
2005-08-06Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor1-1/+0
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth1-7/+7
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth1-2/+2
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth1-11/+10
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor1-3/+1
2005-07-28src/cairo-win32-font.cStuart Parmenter1-2/+2
2005-07-28PassOwen Taylor1-1/+1
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-1/+1
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-2/+4
2005-07-27Go back to returning NULL.Owen Taylor1-4/+2
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-5/+12
2005-07-22Patch from Tor Lillqvist <tml@novell.com>Owen Taylor1-0/+4
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-32/+69
2005-06-28Implement.Tor Lillqvist1-5/+128
2005-06-15Remove --only-section-tmpl; it doesn't really work currently :-(.Owen Taylor1-1/+1
2005-06-14Correct extents for text with a general tranform.Tor Lillqvist1-1/+1
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-14/+18
2005-06-03Allow NULL as a valid value for several objects. That is, calling reference o...Carl Worth1-0/+3
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-1/+2
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-13/+13
2005-05-11Revive quartz backend.T Rowley1-18/+18
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-3/+0
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+1
2005-04-07Fix various compilation errors.Owen Taylor1-43/+40
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-269/+295
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-7/+7
2005-03-30A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:Carl Worth1-1/+1
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-1/+1
2005-03-04src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...Owen Taylor1-5/+12
2005-02-06Return the right status. (Reported by Hans Breuer.)Owen Taylor1-1/+1
2005-02-05Free glyph_indices, not glyphs. (Reported by Hans Breuer.)Owen Taylor1-2/+2
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-4/+5
2005-02-02src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ...Owen Taylor1-1/+1