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