summaryrefslogtreecommitdiff
path: root/src/cairo-atsui-font.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-1/+1
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-6/+0
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-9/+9
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-1/+1
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-12/+12
* Define kCGBitmapByteOrder32Host for when the SDK doesn't define itVladimir Vukicevic2006-05-181-0/+7
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-1/+1
* atsui: Add missing check of return-value of malloc.Carl Worth2006-05-021-1/+7
* Don't set can_draw_directly to FALSE.Anders Carlsson2006-04-101-1/+0
* * Save and restore state when drawing glyphs using the short circuit.Anders Carlsson2006-04-101-0/+4
* * Fix buildAnders Carlsson2006-04-071-65/+83
* Complete the CAIRO_PATTERN_TYPE renamingMart Raudsepp2006-03-091-1/+1
* Merge branch 'get-type' into cairoCarl Worth2006-02-281-0/+2
|\
| * Implement cairo_scaled_font_get_typeCarl Worth2006-02-271-0/+1
| * Implement cairo_font_face_get_type.Carl Worth2006-02-241-0/+1
* | Misc compilation fixes (C++-style comments, M_PI decls, etc.)Vladimir Vukicevic2006-02-271-0/+10
* | Use C-style comments rather than C++-styleChristian Biesinger2006-02-261-11/+12
|/
* Remove old scale matrix since it exists in our base class.Anders Carlsson2006-01-101-11/+7
* Add cairo-quartz-private.hAnders Carlsson2006-01-101-1/+32
* Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger2005-12-161-1/+1
* Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth2005-11-011-13/+13
* Bring the ATSUI backend up to date wrt the new font backend changes. Also, ad...Anders Carlsson2005-09-301-376/+332
* Use _cairo_utf8_to_utf16 for character conversion.Tor Lillqvist2005-09-281-18/+6
* Pass appropriate pointer for image_extra to release_dest_image.Tor Lillqvist2005-09-071-1/+1
* Pass scratch space instead of NULL for image_extra to acquire/release_dest_im...Tor Lillqvist2005-09-071-2/+3
* Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth2005-08-111-2/+2
* Get cairo_toy_font_face_t type right.Tor Lillqvist2005-08-091-1/+1
* Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth2005-08-051-2/+2
* Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth2005-08-051-12/+9
* Pass the options down to the scaled font object to keep things compiling.Billy Biggs2005-07-301-1/+1
* src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...Tor Lillqvist2005-07-291-0/+1
* Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth2005-07-271-3/+0
* Prevent crash on empty string.Tor Lillqvist2005-06-281-7/+10
* allow building against < 10.3 SDK.Tor Lillqvist2005-06-211-0/+12
* Allow NULL as a valid value for several objects. That is, calling reference o...Carl Worth2005-06-031-1/+0
* Add CODING_STYLE document to standardize on some style issues.Carl Worth2005-06-031-2/+4
* Revive quartz backend.Tor Lillqvist2005-05-111-94/+46
* src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor2005-04-081-2/+0
* Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth2005-04-071-3/+3
* Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth2005-04-061-6/+7
* Update quartz backend to compilable/workable version and re-enable.Tor Lillqvist2005-03-291-648/+580
* * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth2005-03-181-2/+2
* Convert to utf-8 encoding.Carl Worth2005-02-221-1/+1
* Created new public header cairo-atsui.h.Carl Worth2005-01-201-6/+7
* Add native Mac OS X support.Marco Pesenti Gritti2005-01-161-0/+806