Synfig Issue Tracker
Synfig (synfig)
6bd43aa
master Revision 6bd43aa7e1332e3dd179648dc2f6cf4f33b1bc60 by
 Guest user
Apr 30, 13:08 - Preceeded by 89c5d0080a8d33aadecb57cb6370c0de5d5ca900
Log entry
Bug report #420 - The Add keyframe button shouldn't be active if there is not timeline
89c5d00
bug_422 Revision 89c5d0080a8d33aadecb57cb6370c0de5d5ca900 by
 Carlos López
Apr 30, 11:27 - Preceeded by 1015e2d5cd42f942115e28deced96978f1821194
Log entry
Fix bug #422: Crash: map_cairo_image(): Assertion failed 

There weren't any checking of the status of the cairo_surface_t when reading the image from file. This commit adds it and fixes the bug.
89c5d00
master Revision 89c5d0080a8d33aadecb57cb6370c0de5d5ca900 by
 Carlos López
Apr 30, 11:27 - Preceeded by 1015e2d5cd42f942115e28deced96978f1821194
Log entry
Fix bug #422: Crash: map_cairo_image(): Assertion failed 

There weren't any checking of the status of the cairo_surface_t when reading the image from file. This commit adds it and fixes the bug.
1015e2d
master Revision 1015e2d5cd42f942115e28deced96978f1821194 by
 Carlos López
Apr 29, 19:18 - Preceeded by 0fc3b99bfd28800500de296da8ad1d4085354a8e
Log entry
Fig bug #418 - Image isn't displayed if it's grouped (Cairo)
Layer Paste Canvas now passes the render method to its canvas.
87ed482
master Revision 87ed482cc61a1ec191f81a62e66b7a9cb57beca5 by
 Carlos López
Apr 27, 16:52 - Preceeded by 5f89dbef0791bea7b24ef7ef714e0a82a7c125e2
Log entry
Fix bug #408  -  Color correct fails in Cairo
347f2af
master Revision 347f2af08a559e79522f556eb099b2308f8fd157 by
 Carlos López
Apr 27, 16:26 - Preceeded by da3b4bd13253934631a17d534f79efa6bb16e89c
Log entry
Fix bug #395  -  Cubic and Linar sampling fails in CairoSurface.
The cubic subsampling still having minor render artifacts on Curve warp layer. On the other hand Warp layer cubic sampling is fine.
da3b4bd
master Revision da3b4bd13253934631a17d534f79efa6bb16e89c by
 Carlos López
Apr 27, 10:57 - Preceeded by 9c3d16c9f7798a7f3fc9b4d13785e0867797d5eb
Log entry
Fix bug #406  -  Straight blend method with alpha <1.0 fails in Cairo mode in tile render
a942cae
master Revision a942cae03993d3a1ed960b841c9b6b8041da8053 by
 Carlos López
Apr 23, 18:15 - Preceeded by 4e6e87137c036a40563533f12fa50d45d7512bbf
Log entry
Fix bug #399: Cairo render crashes with several blend modes in non debug.
feb495b
master Revision feb495b592fee891a58a065a2b20f6666a07f1c3 by
 Carlos López
Apr 21, 17:35 - Preceeded by 9640158dd05b0c265088ad144518b1af0bad9759
Log entry
Fix bug #372: Warp Layer not implemented in Cairo
f9fca3e
master Revision f9fca3e1bed81d7bf7031450251fc4a65f28114b by
 Carlos López
Apr 20, 16:09 - Preceeded by 3c3a2905806c7e08d83a855e4766bd63db6eb507
Log entry
Fix bug #388: Feathered outlines doesn't show in Navigator and Cairo render
3c3a290
master Revision 3c3a2905806c7e08d83a855e4766bd63db6eb507 by
 Carlos López
Apr 20, 07:27 - Preceeded by 0032d1a40e6ed94bd561b575ce53b288d6a8af6b
Log entry
Fix bug #387: (Cairo) Zooming in with Low-Res on causes crash.
A non initialized variable that was used later was causing a floating point exception.
0032d1a
master Revision 0032d1a40e6ed94bd561b575ce53b288d6a8af6b by
 Carlos López
Apr 19, 18:53 - Preceeded by 1f3115b24b71cf2beca1adcdda6838f2d68c6d8e
Log entry
Fix bug #384: Blur layer is broken in tile mode and Cairo.
the horizontal and vertical box blurs, used in Fast Gaussian, Box, and Cross blurs, didn't take in consideration to convert the value types to accumulator types when doing the operations for blur.