Branch: refs/heads/v1.4.x
Home: https://github.com/synfig/synfig
Commit: fac6fde5df604ec65be314c84aef3adf409592a2
https://github.com/synfig/synfig/commit/fac6fde5df604ec65be314c84aef3adf409592a2
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac
M synfig-studio/org.synfig.SynfigStudio.appdata.xml.in
M synfig-studio/src/gui/CMakeLists.txt
Log Message:
-----------
Bump version to 1.4.3
Commit: 3ccf6ded26fb58ece9c0c1912b7cdaa64d60f2ca
https://github.com/synfig/synfig/commit/3ccf6ded26fb58ece9c0c1912b7cdaa64d60f2ca
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_magickpp/Makefile.am
Log Message:
-----------
Fix magick++ target missing in AppImage (issue #2320) (#2324)
This complements the change made in a583e73d4c47914284b15f4a8d7719eafddfe1b4
Commit: 722a348adf2ffe739d47f52b7fdf1b503db9800c
https://github.com/synfig/synfig/commit/722a348adf2ffe739d47f52b7fdf1b503db9800c
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_magickpp/Makefile.am
Log Message:
-----------
Autotools: Remove @MAGICKPP_LIBS@ variable from LDFLAGS(#2326)
...because in 391f8a1540b4c9339bb1141f the @MAGICKPP_LIBS@ variable is placed
in correct location now - at 'libmod_magickpp_la_LIBADD' list.
Commit: 10f30e388f2b3a4696f606c22726aeeb1cb7a533
https://github.com/synfig/synfig/commit/10f30e388f2b3a4696f606c22726aeeb1cb7a533
Author: rodolforg <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M synfig-studio/src/synfigapp/canvasinterface.cpp
Log Message:
-----------
Fix image size when importing onto canvas with non-standard size (#2252)
When importing a raster image without "Resize to Scale" set,
its size could be wrong, if the target canvas is not 60px/unit.
Reported-by: Arturo
https://forums.synfig.org/t/scaling-circle-with-outline/12425/4
Commit: 573ca972c623c153a658a81ee7bb5091441db169
https://github.com/synfig/synfig/commit/573ca972c623c153a658a81ee7bb5091441db169
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M synfig-studio/src/synfigapp/canvasinterface.cpp
Log Message:
-----------
Fix regression: importing image making it upside-down (#2333)
When "Fit to Canvas" wasn't set in Import Image dialog.
fix #2328
Commit: 58ee5ab325d41916505023fca37df6019877e67f
https://github.com/synfig/synfig/commit/58ee5ab325d41916505023fca37df6019877e67f
Author: rodolforg <[email protected]>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp
Log Message:
-----------
Fix possible crash on get_local_name() of Layer_PasteCanvas (#2300)
Commit: af5dd2f7e0e6ce200655100432fe5a9712e13665
https://github.com/synfig/synfig/commit/af5dd2f7e0e6ce200655100432fe5a9712e13665
Author: rodolforg <[email protected]>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
Fixed a crash when trying to import a file into yourself (#2239)
Reported-by: veermetri05
https://forums.synfig.org/t/synfig-crashes-while-trying-to-import-a-file-into-itself/12406
Commit: c68fb42e7341ad1909944f7a4ead1259c379ac5a
https://github.com/synfig/synfig/commit/c68fb42e7341ad1909944f7a4ead1259c379ac5a
Author: rodolforg <[email protected]>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescblinelink.cpp
Log Message:
-----------
Fix regression on Link To Spline: Vertex should be linkable (#2345). Closes
#2344.
https://forums.synfig.org/t/does-not-show-link-to-spline-when-trying-to-connect-vertex-to-spline/12607
Commit: c6339e5da08482c4da41be33c3e4248ef7d9923e
https://github.com/synfig/synfig/commit/c6339e5da08482c4da41be33c3e4248ef7d9923e
Author: rodolforg <[email protected]>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M synfig-studio/src/gui/docks/dockdialog.cpp
M synfig-studio/src/gui/docks/dockdialog.h
Log Message:
-----------
Dock widget shortcuts have priority over App Accels - fix #1820 (#1827)
Commit: fd17f0a2ad1afd5583e3b9dc0bb1014f838edf52
https://github.com/synfig/synfig/commit/fd17f0a2ad1afd5583e3b9dc0bb1014f838edf52
Author: Firas Hanife <[email protected]>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
Apply action to all selected layers from pop-over menu (#2352)
Commit: 2f7c7f257e2af19bffa417df2a15724ff0b8a565
https://github.com/synfig/synfig/commit/2f7c7f257e2af19bffa417df2a15724ff0b8a565
Author: Firas Hanife <[email protected]>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M synfig-studio/src/gui/renddesc.cpp
M synfig-studio/src/gui/renddesc.h
Log Message:
-----------
Enable "Link width and height" by default in Render Settings (#2351)
Commit: 73187b90fb98b5a5b6b101fadfb16210ba96e8a0
https://github.com/synfig/synfig/commit/73187b90fb98b5a5b6b101fadfb16210ba96e8a0
Author: ice0 <[email protected]>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M synfig-core/src/synfig/filesystemnative.cpp
M synfig-core/src/synfig/filesystemnative.h
Log Message:
-----------
Added `seekpos` method for FileSystemNative::ReadStream (#2224)
This fixes non-working `seekg` method.
Related issue: #2219
Commit: 7eead6813f20b893c2a70da8b665aecde2c4bc09
https://github.com/synfig/synfig/commit/7eead6813f20b893c2a70da8b665aecde2c4bc09
Author: ice0 <[email protected]>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M 3-package-osx-dmg.sh
Log Message:
-----------
Added fontconfig.conf to MacOS .app (#2380)
Commit: 46ed23423ce204c8e501465015c5ecc917a1fe6f
https://github.com/synfig/synfig/commit/46ed23423ce204c8e501465015c5ecc917a1fe6f
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M synfig-core/src/modules/mod_gif/trgt_gif.cpp
Log Message:
-----------
Fixed crash when rendering to gif target (#2389)
Segfault was caused by accessing an empty vector.
Should fix #2302
Commit: a8a564be19447f025fff817dd3e84c50948ecf2e
https://github.com/synfig/synfig/commit/a8a564be19447f025fff817dd3e84c50948ecf2e
Author: rodolforg <[email protected]>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
M synfig-core/src/synfig/loadcanvas.h
Log Message:
-----------
Allow Bones parameters to be connected to exported value nodes (#2433)
Fix #360
Fix #362
Fix #2415
Commit: de11c3fa5157928ee75a522e807a2822ce02d10a
https://github.com/synfig/synfig/commit/de11c3fa5157928ee75a522e807a2822ce02d10a
Author: flurick <[email protected]>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/docks/dock_toolbox.cpp
M synfig-studio/src/gui/docks/dockable.cpp
M synfig-studio/src/gui/mainwindow.cpp
M synfig-studio/src/synfigapp/actions/valuedescexport.cpp
Log Message:
-----------
Usability tweaks (#2189)
* Show docked tab titles
* Kepp minimum size of toolbox panes
* Clarify where "exported" value goes
* Update help menu links
* Typo (forgot a quote)
Commit: b5d2ac9a54302076ba43affb6553e74def615ccd
https://github.com/synfig/synfig/commit/b5d2ac9a54302076ba43affb6553e74def615ccd
Author: Konstantin Dmitriev <[email protected]>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M synfig-studio/src/gui/docks/dockable.cpp
Log Message:
-----------
Revert changes for Panel Tabs made in #2189 (#2436)
Fixes #2435
Compare: https://github.com/synfig/synfig/compare/dc54d8c9742c...b5d2ac9a5430
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl