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-ft-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-09
Rename all the cairo_current functions to cairo_get functions instead. Add do...
Carl Worth
1
-4
/
+4
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-1
/
+6
2005-02-05
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
Owen Taylor
1
-2
/
+0
2005-02-03
Fix missing cairo_ft_font_unlock_face().
Owen Taylor
1
-26
/
+38
2005-02-01
Pretend we support compositing of solid color or gradient patterns to prevent...
Kristian Høgsberg
1
-1
/
+1
2005-02-01
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
1
-36
/
+5
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
/
+107
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-7
/
+12
2005-01-26
Fix access to uninitialized data
Alexander Larsson
1
-1
/
+3
2005-01-25
Fixed rounding of glyph positioning.
Carl Worth
1
-3
/
+3
2005-01-23
Protect switch on hintstyle with #ifdef FC_HINT_STYLE.
Dave Beckett
1
-4
/
+4
2005-01-21
Make dependence on FC_HINT_STYLE conditional. (reported by Abraham Egnor)
Owen Taylor
1
-0
/
+12
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-420
/
+627
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+2
2005-01-19
Fix int* vs. size_t* confusion, (currently in favor of int* but only because ...
Carl Worth
1
-2
/
+2
2005-01-13
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...
Carl Worth
1
-3
/
+3
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-21
/
+105
2004-12-21
With thanks to Kristian Høgsberg <krh@bitplanet.net>:
Carl Worth
1
-2
/
+1
2004-11-12
Move declarations above statements to satisfy pre-C99 compilers. Thanks to Mi...
Carl Worth
1
-4
/
+3
2004-11-05
Change the signs of a variety of metrics, which were backwards.
Graydon Hoare
1
-11
/
+23
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
-358
/
+607
2004-05-24
Added glyph caching
David Reveman
1
-77
/
+171
2004-05-07
Bail on NULL utf8 string.
Carl Worth
1
-1
/
+1
2004-04-06
Added new pattern API
David Reveman
1
-6
/
+15
2004-03-30
Add -lz.
Carl Worth
1
-1
/
+1
2004-02-26
Add Jordi and Olvier to the AUTHORS file.
Carl Worth
1
-1
/
+1
2004-02-12
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...
Carl Worth
1
-19
/
+37
2003-12-16
Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...
Carl Worth
1
-10
/
+99
2003-12-16
A couple of changes missed in the last batch of commits (reordering so that p...
Carl Worth
1
-6
/
+6
2003-12-16
Change cairo_font_backend_t to use a void * for the abstract font. Put create...
Carl Worth
1
-73
/
+75
2003-12-15
Rename cairo_text_exextents_t fields: left_side_bearing -> x_bearing ascent -...
Carl Worth
1
-8
/
+8
2003-12-15
Need to divide out the scale factor to return user-space extents. (_cairo_gst...
Carl Worth
1
-19
/
+79
2003-12-15
Move this function from cairo_ft_font.c (_get_scale_factors).
Carl Worth
1
-16
/
+2
2003-12-15
Fix minor errors in fixed/floating-point conversion.
Carl Worth
1
-6
/
+4
2003-12-15
font->show_glyphs no longer accepts an offset point.
Carl Worth
1
-20
/
+20
2003-12-12
Add comment about building in a font.
Carl Worth
1
-0
/
+3
2003-12-11
cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...
Andrew Chant
1
-1
/
+1
2003-10-31
Moved all libic-related drawing into cairo_image_surface.c
Carl Worth
1
-46
/
+51
2003-10-30
A set of changes to eliminate the static FT_Library field, (which could intro...
Carl Worth
1
-27
/
+35
2003-10-30
A few cleanups to eliminate a memory leak.
Carl Worth
1
-2
/
+2
2003-10-27
Default to normal slant/weight on out-of-range values. Add missing include of...
Carl Worth
1
-6
/
+9
2003-10-24
A HORRIBLE KLUDGE to repad glyph images from freetype to meet libic requireme...
Keith Packard
1
-2
/
+36
2003-10-24
Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...
Carl Worth
1
-14
/
+7
2003-10-23
missing file from commit
Graydon Hoare
1
-0
/
+574