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
2005-08-24
Put glitz in the experimental section.
Carl Worth
3
-3
/
+14
2005-08-24
Add some more detailed build instructions.
Carl Worth
2
-5
/
+117
2005-08-24
Fix some minor typos in the doc.
Billy Biggs
2
-9
/
+14
2005-08-24
Disable ATSUI by default as well.
Carl Worth
2
-2
/
+10
2005-08-24
Add pointer to http://bugs.freedesktop.org.
Carl Worth
2
-0
/
+16
2005-08-24
Add more detailed notes on what is required to compile cairo on Mac OS X or w...
Carl Worth
2
-0
/
+28
2005-08-24
Change upload directory from snapshots to releases now thatwe're doing stable...
Carl Worth
3
-3
/
+9
2005-08-24
Give PostScript and PDF backends the experimental treatment, disabling them b...
Carl Worth
2
-4
/
+17
2005-08-24
Add notes for 1.0 release. Thanks to Owen Taylor.
Carl Worth
4
-12
/
+111
2005-08-24
Update documentation for most path construction functions. Add discussion of ...
Carl Worth
1
-1
/
+7
2005-08-24
Use new device_x_scale/device_y_scale surface fields to set the device coordi...
Keith Packard
2
-53
/
+121
2005-08-24
_cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...
Keith Packard
2
-0
/
+25
2005-08-24
Add device_x_scale and device_y_scale to surface so that the coordinate syste...
Keith Packard
5
-17
/
+77
2005-08-24
Fix cairo_show_text to advance the current point. Add documentation for cairo...
Carl Worth
7
-11
/
+134
2005-08-24
Update documentation for most path construction functions. Add discussion of ...
Carl Worth
2
-41
/
+93
2005-08-23
Minor doc edit.
Carl Worth
2
-1
/
+5
2005-08-23
Minor doc edits.
Carl Worth
2
-3
/
+7
2005-08-23
Prefer cairo over Cairo when not at the beginning of a sentence.
Carl Worth
5
-6
/
+14
2005-08-23
Add a long description.
Billy Biggs
5
-3
/
+19
2005-08-23
Document the rest of the path functions (except the two text ones, which shou...
Billy Biggs
5
-62
/
+163
2005-08-23
More minor edits.
Kristian Høgsberg
3
-1
/
+8
2005-08-23
Minor edits.
Billy Biggs
2
-9
/
+11
2005-08-23
Update the long description of cairo_matrix_t to match the current sources.
Billy Biggs
8
-102
/
+139
2005-08-23
Add suppression for uninitialized data in fbBltOne.
Carl Worth
2
-0
/
+21
2005-08-23
Big update in preparation for 1.0.
Carl Worth
2
-43
/
+110
2005-08-23
Added several names to the AUTHORS file (since 2005-01-24):
Carl Worth
2
-5
/
+58
2005-08-23
Experimental Quartz and XCB backends removed from the public doc for now.
Billy Biggs
2
-2
/
+9
2005-08-23
Reverse the help text for --enable-xcb,
Owen Taylor
2
-3
/
+8
2005-08-23
Disable XCB and Quartz backends unless explicitely enabled. Add a big warning...
Owen Taylor
2
-2
/
+23
2005-08-23
Rip out all the code for doing anything other than linear interpolation betwe...
Owen Taylor
2
-63
/
+10
2005-08-23
Check for AlphaBlend() with GetProcAddress() to support older compilation env...
Owen Taylor
1
-6
/
+0
2005-08-23
Remove assert statements that violate two intentional instances of ref_count ...
Carl Worth
2
-2
/
+12
2005-08-23
Fix memory leak of pattern.
Carl Worth
2
-0
/
+6
2005-08-23
Check for AlphaBlend() with GetProcAddress() to support older compilation env...
Owen Taylor
2
-17
/
+105
2005-08-23
Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...
Owen Taylor
2
-1
/
+7
2005-08-23
if users attempt to twice destroy or re-reference a destroyed object. The con...
Carl Worth
5
-0
/
+37
2005-08-23
Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...
Carl Worth
3
-9
/
+16
2005-08-23
when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...
Owen Taylor
9
-10
/
+22
2005-08-23
Revise the description of indentation and tabs to be clear (I hope).
Carl Worth
2
-5
/
+29
2005-08-23
Fix inadvertent commit of incorrect reference image
Carl Worth
1
-0
/
+0
2005-08-23
Clear to opaque white at the beginning of the test so that the 0 alpha values...
Carl Worth
4
-1
/
+14
2005-08-23
Add more comments on the improved state of this bug. Commit a reference image...
Carl Worth
3
-2
/
+46
2005-08-23
Add docs-publish target to build and push documentation, (since our nightly s...
Carl Worth
2
-2
/
+19
2005-08-23
Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...
Carl Worth
3
-7
/
+10
2005-08-23
Remove caps-sub-paths from the XFAIL list since it is fixed now.
Carl Worth
3
-3
/
+7
2005-08-23
Fix for bug #4205:
Carl Worth
2
-20
/
+48
2005-08-23
Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixm...
Billy Biggs
2
-1
/
+6
2005-08-23
Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)
Owen Taylor
3
-7
/
+18
2005-08-23
caps only added to last subpath: COVERED by test/caps-sub-paths and bug #4205.
Carl Worth
2
-4
/
+5
2005-08-23
Use the expect_failure variant of cairo_test so that make check prints the re...
Carl Worth
2
-1
/
+7
[next]