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
2005-08-06
Remove several bugs that have been fixed.
Carl Worth
1
-0
/
+16
2005-08-06
Fix to return &_cairo_font_face_nil instead of NULL on error.
Carl Worth
1
-0
/
+5
2005-08-06
Give reason for failure.
Jeff Muizelaar
1
-0
/
+4
2005-08-06
Remove a non-sensical XXX that crept in at some point; for a solid color, the...
Owen Taylor
1
-0
/
+7
2005-08-06
Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...
Carl Worth
1
-0
/
+11
2005-08-05
Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...
Carl Worth
1
-0
/
+9
2005-08-05
Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...
Carl Worth
1
-0
/
+6
2005-08-05
Rename cairo_ft_font_face->next_face to next.
Carl Worth
1
-0
/
+6
2005-08-05
Include cairo-hash-private.h.
Carl Worth
1
-0
/
+8
2005-08-05
Simplify the implementation by taking advantage of the fact that destroy and ...
Carl Worth
1
-0
/
+7
2005-08-05
Rename two functions:
Carl Worth
1
-0
/
+17
2005-08-05
Entagle the cairo_unscaled_font_t typedef.
Carl Worth
1
-0
/
+4
2005-08-05
Rename font_face_backend->create_font to scaled_font_create. Group the scaled...
Carl Worth
1
-0
/
+19
2005-08-05
Rather gratuitous (though mostly harmless) whitespace changes for font backen...
Carl Worth
1
-0
/
+5
2005-08-05
Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...
Carl Worth
1
-0
/
+5
2005-08-05
Rename parameters to scalend_font_backend from font to scaled_font.
Carl Worth
1
-0
/
+5
2005-08-05
Rename scaled_font_backend->destroy to the more accurate fini, (since it free...
Carl Worth
1
-0
/
+12
2005-08-05
Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...
Carl Worth
1
-0
/
+22
2005-08-05
ignore a8-mask
Carl Worth
1
-0
/
+4
2005-08-05
Patch memory leaks.
Carl Worth
1
-0
/
+4
2005-08-05
Add a test case for CAIRO_FORMAT_A8 masks that fails with libpixman.
Jeff Muizelaar
1
-0
/
+8
2005-08-05
Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.
Carl Worth
1
-0
/
+5
2005-08-05
use the newly added buffer_diff_noalpha for comparing buffers of CAIRO_FORMAT...
Jeff Muizelaar
1
-0
/
+6
2005-08-05
rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalpha
Jeff Muizelaar
1
-0
/
+7
2005-08-05
Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS which don't belong here.
Carl Worth
1
-0
/
+5
2005-08-05
Remove unused variable.
Carl Worth
1
-0
/
+4
2005-08-05
Ignore cairo-clip-private.h.
Carl Worth
1
-0
/
+16
2005-08-05
Add some missing declarations to the appropriate sections.
Carl Worth
1
-0
/
+19
2005-08-05
Remove include of math.h since cairoint.h does it more carefully, (for annoyi...
Carl Worth
1
-0
/
+14
2005-08-05
Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:
Carl Worth
1
-0
/
+16
2005-08-04
Patch from Adrian Johnson <ajohnson@redneon.com>
Kristian Høgsberg
1
-0
/
+8
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-0
/
+29
2005-08-04
Change *_reference() functions to return the object being referenced.
Kristian Høgsberg
1
-0
/
+14
2005-08-04
Check for render bug involving repeated patterns with a general transform mat...
Tor Lillqvist
1
-0
/
+8
2005-08-04
Originally 2005-07-13 Carl Worth <cworth@cworth.org>
Carl Worth
1
-0
/
+28
2005-08-03
Fix for bug #3951:
Carl Worth
1
-0
/
+14
2005-08-01
src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...
Owen Taylor
1
-1
/
+22
2005-08-01
New public header file.
Carl Worth
1
-0
/
+55
2005-08-01
src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...
Owen Taylor
1
-0
/
+11
2005-07-31
Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...
Billy Biggs
1
-0
/
+10
2005-07-31
Cast away the const on the nil surface to avoid a compiler warning.
Billy Biggs
1
-0
/
+5
2005-07-30
Pass the options down to the scaled font object to keep things compiling.
Billy Biggs
1
-0
/
+5
2005-07-30
Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...
Keith Packard
1
-0
/
+11
2005-07-29
Remove completed 0.6 tasks. Add cairo_surface_flush to the cairo_surface_mark...
Carl Worth
1
-0
/
+5
2005-07-29
src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...
Tor Lillqvist
1
-0
/
+6
2005-07-29
src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...
Owen Taylor
1
-0
/
+9
2005-07-28
Run the mask pattern through the CTM in the same way as the source pattern. T...
Carl Worth
1
-0
/
+7
2005-07-28
Add two new tests: mask-ctm mask-surface-ctm demonstrating that masks are not...
Carl Worth
1
-0
/
+13
2005-07-28
CC gnome-announce-list@gnome.org on cairo release announcements.
Carl Worth
1
-0
/
+5
2005-07-28
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.
Carl Worth
1
-0
/
+5
[next]