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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2004-08-14
Make a copy of the region since pixman is currently taking ownership of it (u...
Carl Worth
1
-0
/
+6
2004-08-14
Explicitly set LANG=C to fix the awk string->number conversion for user with ...
Carl Worth
1
-0
/
+6
2004-08-03
Temporarily disable rectangle-based clipping optimization as it's not working...
Carl Worth
1
-0
/
+6
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-0
/
+2
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-0
/
+30
2004-08-02
Note that cairo_clip is fixed now.
Carl Worth
1
-0
/
+4
2004-08-01
s/ct/cr/
Øyvind Kolås
1
-0
/
+5
2004-07-24
Updating for XCB API change around iterators.
Jamey Sharp
1
-0
/
+5
2004-07-20
Tracking changes to glitz
David Reveman
1
-0
/
+11
2004-07-16
Fixed typo in earlier memory leak fix
David Reveman
1
-0
/
+5
2004-07-15
Fixed glyph cache memory leak
David Reveman
1
-0
/
+5
2004-07-11
Don't call _cairo_surface_set_clip_region with a NULL surface.
Carl Worth
1
-0
/
+5
2004-07-09
Fix numerical problem that could lead to infinite loops.
Carl Worth
1
-0
/
+5
2004-07-09
Require automake 1.7 (and thus aclocal 1.7) which requires autoconf 2.54. Cha...
Dave Beckett
1
-0
/
+7
2004-07-05
Remove errant semicolon from macro definition.
Carl Worth
1
-0
/
+5
2004-07-01
Add missing ChangeLog entry. Add description of current tessellation bugs.
Carl Worth
1
-0
/
+12
2004-06-21
Glitz updates and a minor clipping fix
David Reveman
1
-0
/
+16
2004-06-16
Fix image data length computation (XCB doesn't do this part).
Keith Packard
1
-0
/
+6
2004-06-11
Software multi-sample support
David Reveman
1
-0
/
+11
2004-06-11
Pre-multiply gradients after color interpolation
David Reveman
1
-0
/
+11
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-0
/
+44
2004-05-24
Moved CAIRO_CHECK_SANITY below declarations
David Reveman
1
-0
/
+4
2004-05-24
Added glyph caching
David Reveman
1
-0
/
+53
2004-05-20
Add sanity checking feature configury.
Graydon Hoare
1
-0
/
+29
2004-05-17
Do nothing when passed a NULL string.
Carl Worth
1
-0
/
+5
2004-05-11
changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients easier.
Øyvind Kolås
1
-0
/
+5
2004-05-11
Removed pattern_offset
David Reveman
1
-0
/
+12
2004-05-11
Increment CAIRO_VERSION to 0.1.23.
Carl Worth
1
-0
/
+10
2004-05-11
Several people have reported that cairo_clip is not working right now. And it...
Carl Worth
1
-0
/
+5
2004-05-11
Better surface pattern support
David Reveman
1
-0
/
+10
2004-05-07
Bail on NULL utf8 string.
Carl Worth
1
-0
/
+9
2004-05-04
(_cairo_png_surface_copy_page): Don't close a file we didn't open.
Carl Worth
1
-0
/
+1
2004-05-04
Move all libpng-related code into copy_page. (unpremultiply_data): Add missin...
Carl Worth
1
-0
/
+12
2004-05-04
Corrected some confusing comments about the math used for radial gradients
David Reveman
1
-0
/
+5
2004-05-01
cairo_surface_t pointer to cairo_surface_set_matrix
David Reveman
1
-0
/
+5
2004-04-29
Don't set pattern_offset by the current point. Perhaps we can eliminate patte...
Carl Worth
1
-0
/
+6
2004-04-29
Updated linear and radial patterns
David Reveman
1
-0
/
+25
2004-04-28
Support compositing with mask surface when mask is solid or multi-texturing i...
David Reveman
1
-0
/
+8
2004-04-25
Fixed conversion of pixman_box16_t to glitz_rectangle_t
David Reveman
1
-0
/
+3
2004-04-25
Converted shading routines to use fixed point values.
David Reveman
1
-0
/
+31
2004-04-23
Fixed several function prototype mismatches between internal header file and ...
Carl Worth
1
-0
/
+8
2004-04-22
Fixed pattern source offset
David Reveman
1
-0
/
+10
2004-04-20
Fixed missing limits.h includes
David Reveman
1
-0
/
+11
2004-04-16
Added notes for snapshot 0.1.22.
Carl Worth
1
-0
/
+5
2004-04-16
Track pixman fixes to PIXMAN_FORMAT_NAME_*.
Carl Worth
1
-0
/
+13
2004-04-09
Bump version to 0.1.21
David Reveman
1
-0
/
+4
2004-04-09
Added OpenGL surface backend
David Reveman
1
-0
/
+12
2004-04-09
Automatically detect available backends
David Reveman
1
-0
/
+4
2004-04-06
Added notes for snapshot 0.1.20.
Carl Worth
1
-0
/
+6
2004-04-06
Added new pattern API
David Reveman
1
-0
/
+82
[next]