index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-win32-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-14
Bug 28100 - Font option CAIRO_HINT_METRICS_OFF unhonoured on win32
Richard Procter
1
-1
/
+1
2010-05-11
win32: Grow glyph extents to account for ClearType
Jonathan Kew
1
-0
/
+13
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-21
Support component-alpha.
Chris Wilson
1
-6
/
+4
2009-08-29
[win32] Use the system scaled_font_done
Chris Wilson
1
-1
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-6
/
+10
2009-06-10
[win32-font] Non-fatal error from GetGlyphOutlineW(GGO_METRICS)
Chris Wilson
1
-8
/
+2
2009-05-17
Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup fails
Adrian Johnson
1
-0
/
+1
2009-03-30
[win32] Fix horizontal glyph positioning bug
Jonathan Kew
1
-5
/
+5
2008-12-22
win32-font: truncate instead of fail if toy font name too long
Adrian Johnson
1
-5
/
+4
2008-12-21
Fix win32 font breakage
Adrian Johnson
1
-4
/
+2
2008-12-18
Merge branch '1.8'
Jeff Muizelaar
1
-2
/
+4
2008-12-18
Fix _compute_transform to check for nearly degenerate matrices
Jeff Muizelaar
1
-2
/
+4
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-13
/
+7
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-13
/
+13
2008-10-22
[win32] Correct error paths in text_to_glyphs().
Chris Wilson
1
-3
/
+4
2008-10-22
Map toy font face to implementation.
Chris Wilson
1
-0
/
+2
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-3
/
+9
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[win32-font] Review error handling.
Chris Wilson
1
-111
/
+133
2008-08-10
win32-font: Make cairo_show_text() work again
Adrian Johnson
1
-2
/
+32
2008-08-08
Add cairo_scaled_font_text_to_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-06-29
Remove unused map_glyphs_to_unicode functions
Adrian Johnson
1
-96
/
+0
2008-06-29
Implement win32 index_to_ucs4 font backend function
Adrian Johnson
1
-0
/
+93
2008-06-22
Rename cairo_win32_scaled_font_backend to _cairo_win32_scaled_font_backend
Behdad Esfahbod
1
-4
/
+4
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-05-09
[cairo-win32-font.c] Return error on font type mismatch
Behdad Esfahbod
1
-0
/
+27
2008-05-04
win32-font: Check status in load_truetype_table
Adrian Johnson
1
-1
/
+3
2008-05-04
Eliminate warning in win32 load_truetype_table with bitmap fonts
Adrian Johnson
1
-2
/
+2
2008-05-04
Fix bug in win32 font metrics with bitmap fonts
Adrian Johnson
1
-1
/
+1
2008-05-04
Fix win32 bitmap font metrics when device scale != 1
Adrian Johnson
1
-2
/
+2
2008-05-04
Make win32-printing surface work with bitmap fonts
Adrian Johnson
1
-0
/
+10
2008-04-13
win32: Fix broken printing of type1 fonts
Adrian Johnson
1
-0
/
+10
2008-03-26
Win32: Fix bug in cairo_win32_font_face_create_for_hfont()
Adrian Johnson
1
-1
/
+1
2008-02-15
[cairo-font-options] Disallow use of NULL font-options.
Chris Wilson
1
-2
/
+2
2008-01-29
wAdd proper error propagation to _cairo_matrix_compute_scale_factors
Carl Worth
1
-8
/
+12
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-2
/
+2
2008-01-17
[cairo-font-options] Treat NULL as a default cairo_font_options_t
Chris Wilson
1
-2
/
+2
2008-01-09
Fix win32-font problems with Type 1 fonts
Adrian Johnson
1
-43
/
+218
2008-01-03
[cairo-scaled-fonts-subsets] Memleak and error reporting.
Chris Wilson
1
-2
/
+4
2007-12-02
win32: Implement _cairo_win32_scaled_font_init_glyph_surface()
Adrian Johnson
1
-2
/
+61
2007-11-15
[win32] Remove double-free in win32 font code in init_glyph_path
Vladimir Vukicevic
1
-1
/
+0
2007-11-09
[win32] Fix FIXED_to_fixed when cairo's fixed format isn't 16.16
Vladimir Vukicevic
1
-6
/
+4
2007-11-09
[win32] Don't use GetGlyphOutline on non-TrueType fonts
Vladimir Vukicevic
1
-13
/
+31
2007-10-30
Fix remaining two calls to _cairo_path_fixed_get_current_point
Carl Worth
1
-2
/
+1
2007-10-10
[win32] Clean up compiler warnings.
Chris Wilson
1
-40
/
+49
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-20
/
+20
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+7
[next]