index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-18
Merge branch 'jrmuizel-stroking-fixes' into cairo
Carl Worth
1
-0
/
+3
2006-08-18
Don't set current point to (0,0) in close_path.
Carl Worth
1
-6
/
+0
2006-08-18
Fix close-path failure by adding explicit move_to after close_path.
Carl Worth
2
-4
/
+19
2006-08-17
[PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)
Behdad Esfahbod
1
-1
/
+1
2006-08-17
Only use GGO_GLYPH_INDEX for truetype and opentype fonts on win32.
Adrian Johnson
1
-9
/
+43
2006-08-17
Add (primitive) bitmap glyph tracing to fix bug #7889
Carl Worth
1
-2
/
+94
2006-08-17
Fix assertion failures in bitmap-font test by coercing A8 images to A1
Carl Worth
5
-3
/
+55
2006-08-15
[FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriate
Behdad Esfahbod
1
-2
/
+2
2006-08-15
[FreeType] Fix vertical metrics adjustment to work with non-identity shapes
Behdad Esfahbod
1
-11
/
+18
2006-08-15
[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data
Behdad Esfahbod
1
-6
/
+6
2006-08-15
[FreeType] Fix comment about font coordinate
Behdad Esfahbod
1
-2
/
+1
2006-08-15
Respect font_matrix translation in _cairo_gstate_glyph_path
Behdad Esfahbod
1
-1
/
+3
2006-08-13
[Type1] Synch comments in the encoding table
Behdad Esfahbod
1
-46
/
+80
2006-08-13
[Type1] Use NULL instead of 0
Pavel Roskin
1
-13
/
+20
2006-08-13
Update nil surface structs to the surface struct
Pavel Roskin
1
-3
/
+27
2006-08-10
Remove the ft_load_sfnt_table check from PS/PDF/SVG backends
Behdad Esfahbod
1
-0
/
+3
2006-08-08
[PDF] Fix leak: free glyphs
Behdad Esfahbod
1
-0
/
+2
2006-08-08
[TrueType] Zero out padding memory in generated TrueType subset
Behdad Esfahbod
1
-3
/
+5
2006-08-08
[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on pattern
Behdad Esfahbod
1
-1
/
+3
2006-08-08
[TrueType] Add comment block describing why we only use int16_t
Behdad Esfahbod
1
-8
/
+19
2006-08-08
[TrueType] More leak fixes
Behdad Esfahbod
1
-1
/
+2
2006-08-08
[TrueType] Fix leaks.
Behdad Esfahbod
1
-8
/
+14
2006-08-08
Restructure subpixel_order handling such that the code doesn't look suspicious!
Behdad Esfahbod
1
-5
/
+10
2006-08-08
[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.
Behdad Esfahbod
1
-0
/
+2
2006-08-08
Set antialiasing to gray in default font options for PS/PDF/SVG
Behdad Esfahbod
3
-3
/
+6
2006-08-08
test-paginated: Fix memory leak within _test_paginated_surface_create_for_data
Carl Worth
1
-1
/
+11
2006-08-08
Eliminate most compiler warnings from the test suite
Carl Worth
1
-1
/
+1
2006-08-08
Merge branch 'surface-font-options' into cairo
Carl Worth
6
-49
/
+106
2006-08-08
Fix few remaining compiler warnings, revealed by -O3
Behdad Esfahbod
2
-10
/
+9
2006-08-07
Improve docs for cairo_surface_create_similar()
Carl Worth
1
-5
/
+6
2006-08-08
Document a few more functions
Behdad Esfahbod
1
-0
/
+42
2006-08-07
Document CAIRO_FORMAT_RGB16_565 as deprecated.
Carl Worth
1
-3
/
+10
2006-08-07
More doc syntax update
Behdad Esfahbod
1
-0
/
+2
2006-08-07
Update doc syntax
Behdad Esfahbod
4
-4
/
+16
2006-08-07
Split the TrueType table definitions into a private header file
Behdad Esfahbod
3
-121
/
+165
2006-08-07
Remove the __attribute__ ((packed)) and the need for it
Behdad Esfahbod
1
-24
/
+34
2006-08-07
Fix some signed/unsigned comparison warnings that cropped up during the warni...
Carl Worth
7
-18
/
+17
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
19
-74
/
+105
2006-08-07
Squelch an annoying -Wswitch-enum warning by not using switch
Carl Worth
1
-8
/
+8
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
5
-2
/
+32
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
1
-1
/
+1
2006-08-07
Add -Wwrite-strings compiler flag and fix all warnings
Behdad Esfahbod
2
-3
/
+3
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
3
-11
/
+99
2006-08-07
Make truetype subsetting work on x86_64
Adrian Johnson
1
-97
/
+98
2006-08-07
Fix typos in internal documentation.
Declan Naughton
1
-2
/
+2
2006-08-07
Fix file handle leak in failure path (bug 7616)
Carl Worth
1
-1
/
+3
2006-08-07
Add definition of cairo_private for some Sun compilers.
Alfred Peng
1
-1
/
+3
2006-08-04
Fix memory leak in _cairo_surface_show_glyphs (bug 7766)
Chris Wilson
1
-0
/
+2
2006-08-04
Add binary garbage to PDF header as recommended in section 3.4.1 of PDF Refer...
Dominic Lachowicz
1
-0
/
+2
2006-08-03
Use base pointer to avoid compiler warning.
Carl Worth
1
-1
/
+1
[next]