summaryrefslogtreecommitdiff
path: root/src/cairo_font.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Renamed a bunch of files to use - rather than _ as a separator. Copy happened...Carl Worth1-475/+0
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-1/+1
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-1/+1
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-10/+9
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-0/+44
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-0/+13
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-5/+15
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-261/+149
2005-01-13Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...Carl Worth1-5/+4
2004-12-21With thanks to Kristian Høgsberg <krh@bitplanet.net>:Carl Worth1-4/+2
2004-11-12Move declarations above statements to satisfy pre-C99 compilers. Thanks to Mi...Carl Worth1-3/+2
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-278/+381
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-07-16Fixed typo in earlier memory leak fixDavid Reveman1-1/+4
2004-07-15Fixed glyph cache memory leakDavid Reveman1-0/+3
2004-05-28These two fixes are from David Reveman <c99drn@cs.umu.se>:Carl Worth1-2/+4
2004-05-24Added glyph cachingDavid Reveman1-4/+217
2003-12-16Change cairo_font_backend_t to use a void * for the abstract font. Put create...Carl Worth1-7/+8
2003-12-15font->show_glyphs no longer accepts an offset point.Carl Worth1-3/+1
2003-12-12Add comment about building in a font.Carl Worth1-0/+6
2003-12-11cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...Andrew Chant1-1/+1
2003-10-30A few cleanups to eliminate a memory leak.Carl Worth1-35/+5
2003-10-24Create a font by default. Remove bogus NULL_POINTER status errors leaking to ...Carl Worth1-52/+18
2003-10-23New file.Graydon Hoare1-76/+160
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-09Stub out NULL_POINTER error so drawing to off-screen memory still works even ...Carl Worth1-7/+7
2003-10-01Fix to gracefully handle a NULL pointer for gstate->fontCarl Worth1-9/+35
2003-09-30Virtualized the font and surface backend implementations.Jamey Sharp1-81/+40
2003-09-29Added cairo_arc and cairo_arc_negative.Carl Worth1-1/+10
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-0/+1
2003-08-29Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.Carl Worth1-1/+2
2003-08-28font pixel size is always non-negativeKeith Packard1-1/+1
2003-08-26Added missing underscores to several internal functions.Carl Worth1-3/+3
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-1/+1
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+171