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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
25
-124
/
+160
2006-08-07
Mark x86_64 subsetting as fixed in ROADMAP.
Behdad Esfahbod
1
-1
/
+1
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
7
-3
/
+44
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
3
-5
/
+6
2006-08-07
Add several compiler warning flags (no code changes needed)
Behdad Esfahbod
1
-3
/
+5
2006-08-07
Add -Wwrite-strings compiler flag and fix all warnings
Behdad Esfahbod
3
-4
/
+4
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
5
-12
/
+114
2006-08-07
Make truetype subsetting work on x86_64
Adrian Johnson
2
-98
/
+99
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
ROADMAP: Mark 7533 as fixed and add broken truetype subsetting on x86_64
Carl Worth
1
-1
/
+3
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
2006-08-03
Apply device_transform during meta-surface replay to fix bug 7533
Carl Worth
1
-9
/
+77
2006-08-03
Simplify common set_clip operation in meta-surface replay.
Carl Worth
1
-24
/
+8
2006-08-03
Fail FreeType load_truetype_table on vertical fonts as we don't do it
Behdad Esfahbod
1
-0
/
+3
2006-08-02
Update ROADMAP now that several of the 1.2.2-targeted bugs are fixed
Carl Worth
1
-3
/
+6
2006-08-02
Rename truetype subset function to _cairo_truetype_*.
Kristian Høgsberg
1
-123
/
+133
2006-08-02
Renamed cairo-font-subset.c to cairo-truetype-subset.c
Kristian Høgsberg
2
-1
/
+1
2006-08-02
Remove freetype dependency for truetype subsetting code.
Adrian Johnson
9
-181
/
+347
2006-08-02
Merge branch 'master' of ssh+git://git.cairographics.org/git/cairo
Michael Emmel
18
-457
/
+338
2006-08-02
Fixed debug statement that broke compile
Michael Emmel
1
-1
/
+1
2006-08-02
Drop unused src/cairo-font-subset-private.h.
Kristian Høgsberg
2
-69
/
+0
2006-08-02
This patch fixes the problem where the postscript output
Adrian Johnson
4
-15
/
+77
2006-07-31
Add comments about CAIRO_ENABLE_BACKEND.
Behdad Esfahbod
1
-1
/
+4
2006-07-31
XCB: implement set_clip_region
Ian Osgood
1
-1
/
+93
2006-07-31
XCB: Use xcb-renderutil where cairo-xlib used libXrender.
Jamey Sharp
2
-160
/
+41
2006-07-31
XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID.
Jamey Sharp
1
-1
/
+1
2006-07-31
Remove config.cache in autogen.sh.
Behdad Esfahbod
1
-0
/
+2
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
20
-50
/
+49
2006-07-28
Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALID
Behdad Esfahbod
6
-25
/
+27
2006-07-28
Add -Wold-style-definition compiler falg and fix all warnings.
Behdad Esfahbod
2
-32
/
+23
2006-07-28
s/dist-hook/dist-hook-local/
Behdad Esfahbod
1
-1
/
+1
2006-07-28
Move font-matrix translation and device transform from surface to gstate
Behdad Esfahbod
2
-41
/
+23
2006-07-28
INSTALL: Mention DYLD_LIBRARY_PATH for mac OS X
Carl Worth
1
-0
/
+3
2006-07-27
Make "double *dash" argument const in cairo_set_dash
Behdad Esfahbod
4
-10
/
+10
2006-07-27
Make "CAIRO_TEST_TARGET=... make check" work again
Behdad Esfahbod
1
-4
/
+4
2006-07-27
Don't make doc upon make install.
Behdad Esfahbod
1
-1
/
+1
2006-07-27
Update ROADMAP with 1.2.2 and 1.4 plans now that 1.2.0 is out
Carl Worth
1
-150
/
+59
2006-07-27
Elide size-zero glyphs from calls to XRender functions.
Carl Worth
1
-6
/
+22
2006-07-20
Merge branch 'master' of ssh+git://git.cairographics.org/git/cairo
Michael Emmel
12
-17
/
+128
2006-07-20
Check for zero before freeing region
Michael Emmel
1
-1
/
+2
2006-07-17
[xlib] Remove XSync implementation of surface_flush
Vladimir Vukicevic
1
-9
/
+1
2006-07-14
Use font matrix offset to reposition glyph origin instead of adjusting advance
Behdad Esfahbod
2
-8
/
+10
2006-07-14
Flush stdout after writing \r, to remove artifacts.
Behdad Esfahbod
1
-0
/
+2
2006-07-14
Add font-matrix-translation test case.
Carl Worth
4
-0
/
+115
2006-07-14
pixman-rotate: remove stale svg backend reference images
Carl Worth
2
-0
/
+0
[next]