Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 3f8d398ef0179359ac91ed1f60c975740390783d
https://github.com/synfig/synfig/commit/3f8d398ef0179359ac91ed1f60c975740390783d
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/synfig/layer_motionblur.cpp
M synfig-core/src/synfig/layer_motionblur.h
Log Message:
-----------
Fix bug #369: Motion blur not implemented in Cairo
Commit: f893bb48ef1911adbbe22a3aebb353b01c974ad0
https://github.com/synfig/synfig/commit/f893bb48ef1911adbbe22a3aebb353b01c974ad0
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_filter/radialblur.cpp
M synfig-core/src/modules/mod_filter/radialblur.h
Log Message:
-----------
Fix bug #412 - Radial Blur not implemented in Cairo
Commit: 56e542d3ae3a6d5b8985ed6da8ee3a162903e8f7
https://github.com/synfig/synfig/commit/56e542d3ae3a6d5b8985ed6da8ee3a162903e8f7
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_png/trgt_cairo_png.cpp
M synfig-core/src/synfig/target_cairo.cpp
M synfig-core/src/synfig/target_cairo.h
M synfig-core/src/synfig/target_cairo_tile.cpp
M synfig-core/src/synfig/target_cairo_tile.h
M synfig-studio/src/gui/docks/dock_navigator.cpp
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/workarea.cpp
Log Message:
-----------
Fix bug #405 - Cairo render ignores gamma from setup
Commit: 1443206778396b70676c1df076d9a17f926f6927
https://github.com/synfig/synfig/commit/1443206778396b70676c1df076d9a17f926f6927
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_filter/radialblur.cpp
Log Message:
-----------
Forgot to destroy Cairo context after used in a previous commit.
Commit: dea5e0bf568919852a925e15940b5b68f6fd504d
https://github.com/synfig/synfig/commit/dea5e0bf568919852a925e15940b5b68f6fd504d
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_gradient/curvegradient.cpp
M synfig-core/src/modules/mod_gradient/curvegradient.h
Log Message:
-----------
Fix bug #413 - Curve gradient not implemented in Cairo
Commit: 8c4e3ec83e282ed4b70441a7d1e201b26359c0f6
https://github.com/synfig/synfig/commit/8c4e3ec83e282ed4b70441a7d1e201b26359c0f6
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_gradient/curvegradient.h
M synfig-core/src/modules/mod_gradient/spiralgradient.cpp
M synfig-core/src/modules/mod_gradient/spiralgradient.h
Log Message:
-----------
Partially fix bug #416 - Some layers implemented only via get_color in
Cairo.
Implemented Spiral Gradient
Commit: 572c02c79cec3c57f405feba642e2c72688f2b3f
https://github.com/synfig/synfig/commit/572c02c79cec3c57f405feba642e2c72688f2b3f
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_example/simplecircle.cpp
M synfig-core/src/modules/mod_example/simplecircle.h
Log Message:
-----------
Partially fix bug #416 - Some layers implemented only via get_color in
Cairo. (II)
Implemented Simple Circle
Commit: 1337d3ed691d46306af8021a55896623db0fc014
https://github.com/synfig/synfig/commit/1337d3ed691d46306af8021a55896623db0fc014
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_example/filledrect.cpp
M synfig-core/src/modules/mod_example/filledrect.h
Log Message:
-----------
Completely fix bug #416 - Some layers implemented only via get_color in
Cairo. (II)
Implemented Filled Rect
Commit: 9ae0b5b118b6c6c8db77ed12b52e4cf48e55e83f
https://github.com/synfig/synfig/commit/9ae0b5b118b6c6c8db77ed12b52e4cf48e55e83f
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/lyr_std/sphere_distort.cpp
M synfig-core/src/modules/lyr_std/sphere_distort.h
Log Message:
-----------
Fix bug #414 - Sphere distort not full y implemented in Cairo
Commit: 80bfb8df1a479407439e294d409b59046bb3b8f4
https://github.com/synfig/synfig/commit/80bfb8df1a479407439e294d409b59046bb3b8f4
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_particle/plant.cpp
M synfig-core/src/modules/mod_particle/plant.h
Log Message:
-----------
Plant Layer: move the drawing stuff to a external function to simplify code.
Commit: d462ebbe06aa90177456dbf4edfbefe23aef871f
https://github.com/synfig/synfig/commit/d462ebbe06aa90177456dbf4edfbefe23aef871f
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_particle/plant.cpp
M synfig-core/src/modules/mod_particle/plant.h
Log Message:
-----------
Fix bug #411 - Plant layer not implemented in Cairo
Commit: b686755429cba5d9ad266b7770b094cf9843dc6e
https://github.com/synfig/synfig/commit/b686755429cba5d9ad266b7770b094cf9843dc6e
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/synfig/layer_duplicate.cpp
M synfig-core/src/synfig/layer_duplicate.h
Log Message:
-----------
Fix bug #410 - Duplicate layer not implemented in Cairo
Commit: 0d0b956db18cf108d25ac2208276522113d3fa6b
https://github.com/synfig/synfig/commit/0d0b956db18cf108d25ac2208276522113d3fa6b
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/po/POTFILES.in
M synfig-core/src/modules/mod_png/mptr_cairo_png.cpp
M synfig-core/src/synfig/Makefile.am
A synfig-core/src/synfig/cairolistimporter.cpp
A synfig-core/src/synfig/cairolistimporter.h
M synfig-core/src/synfig/listimporter.cpp
M synfig-core/src/synfig/listimporter.h
M synfig-core/src/synfig/main.cpp
M synfig-core/src/synfig/surface.cpp
Log Message:
-----------
Fix bug #370 - ListImporter doesn't work in Cairo
This fix includes some changes on the following files:
mptr_cairo_png.cpp: Modified behavior when constructed from a file that is not
readable. The cairo_surface_t* is set to NULL and returns. Also if mapping
fails it returns too.
listimporter.cpp .h: inclusion of the macros from Importer to make it
consistent with the rest of importers
surface.cpp: when cairo?surface?t* status is not ok, destroy the surface and
set the pointer to null. When attempting to map a null surface or already
mapped surface print error message and return. Similar within unmapping a null
surface or a surface not mapped.
Commit: 3c4c9ef3ad6caee932df9dbf4fd2fdf93c2c8e47
https://github.com/synfig/synfig/commit/3c4c9ef3ad6caee932df9dbf4fd2fdf93c2c8e47
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_geometry/outline.cpp
Log Message:
-----------
Fix bug #436 - Preview render - Cairo On - Quality5 - "ghost lines appear".
Disable using high level Cairo API for Outlines on quality > 6
Commit: f44be3ca33f0c793259157958bd8ba9fb0d15b23
https://github.com/synfig/synfig/commit/f44be3ca33f0c793259157958bd8ba9fb0d15b23
Author: Carlos Lopez <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M synfig-core/src/modules/mod_geometry/advanced_outline.cpp
M synfig-core/src/modules/mod_geometry/outline.cpp
M synfig-core/src/modules/mod_geometry/region.cpp
M synfig-core/src/synfig/layer_polygon.cpp
Log Message:
-----------
Remove unused variables
Compare: https://github.com/synfig/synfig/compare/1d9472ec035a...f44be3ca33f0
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl