Branch: refs/heads/testing
Home: https://github.com/synfig/synfig
Commit: cfe0a17a18785c8f27f7f2871254cc9259565005
https://github.com/synfig/synfig/commit/cfe0a17a18785c8f27f7f2871254cc9259565005
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-11-27 (Sun, 27 Nov 2022)
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.4
Commit: d4a2ea9cb76afbd4fdc0e6bb1234e056963984eb
https://github.com/synfig/synfig/commit/d4a2ea9cb76afbd4fdc0e6bb1234e056963984eb
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp
Log Message:
-----------
fix: missing last frame for ffmpeg target (#2912)
fix #2911
Commit: 091ac5c820f3bc6c9db773bfdd8669cc3ae23eb0
https://github.com/synfig/synfig/commit/091ac5c820f3bc6c9db773bfdd8669cc3ae23eb0
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/po/ru.po
M synfig-studio/po/es.po
M synfig-studio/po/eu.po
M synfig-studio/po/ru.po
Log Message:
-----------
Update translations
Commit: a103759853a05f5065c1a040cdda211c01f9c3b9
https://github.com/synfig/synfig/commit/a103759853a05f5065c1a040cdda211c01f9c3b9
Author: ice0 <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-studio/src/synfigapp/blineconvert.cpp
Log Message:
-----------
Merge PR (#2445): Fixed crash when using Draw tool (Fedora/Flatpak)Fixed
crash when using Draw tool (Fedora/Flatpak)
This issue is reproduced with Flatpak build and on Fedora.
The reason is that Fedora enables _GLIBCXX_ASSERTIONS compile flag by default.
https://fedoraproject.org/wiki/Changes/HardeningFlags28
And Synfig crashes when reads off the end of the vector.
Commit: 571c081980ceae208745c1b7f43e2810d3d10fd4
https://github.com/synfig/synfig/commit/571c081980ceae208745c1b7f43e2810d3d10fd4
Author: ice0 <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/src/tool/optionsprocessor.cpp
Log Message:
-----------
fix: Synfig CLI does not open file if path contains non-Latin characters
(Windows) (#2819)
The problem was double conversion of command line options from local
codepage to UTF-8.
Commit: 63f7675fd6b4507ec5b5f2b135cd5a43f99a5dd5
https://github.com/synfig/synfig/commit/63f7675fd6b4507ec5b5f2b135cd5a43f99a5dd5
Author: ice0 <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
fix: Right-clicking a layer on a just opened file shows empty menu (#2781)
The issue was introduced by PR #2352
When the list of selected layers was empty, then
clicking on the layer opened an empty menu.
Now the logic has changed:
If the layer is in the list of selected layers, then
actions are applied to them, if not, then the selection
is removed from them and the layer that was clicked
becomes selected (and actions applied to it).
Commit: 319fc9c8bf1e3c973f83099b79a489def70fddb3
https://github.com/synfig/synfig/commit/319fc9c8bf1e3c973f83099b79a489def70fddb3
Author: ice0 <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M ETL/m4/subs.m4
M synfig-core/m4/subs.m4
M synfig-studio/m4/subs.m4
Log Message:
-----------
build(autotools): allow to compile release build with debug info (#2838)
fix #2392
Commit: 29b9803c7ca2403db15725729589b9350322f6ce
https://github.com/synfig/synfig/commit/29b9803c7ca2403db15725729589b9350322f6ce
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/configure.ac
Log Message:
-----------
Added support MLT++-7 in Autotools (#2306)
Commit: cbbd5709bdb0997e040bd33eeb256b654e9a821e
https://github.com/synfig/synfig/commit/cbbd5709bdb0997e040bd33eeb256b654e9a821e
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/src/synfig/palette.cpp
Log Message:
-----------
fix: loading Synfig palette does not hang anymore
Fix #562
Commit: ec41c18b3085b520708022c7bf47cc5b0cd205d0
https://github.com/synfig/synfig/commit/ec41c18b3085b520708022c7bf47cc5b0cd205d0
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/src/synfig/palette.cpp
Log Message:
-----------
fix: loading Gimp palette does not hang anymore
While working on this fix, I found out one problem left to solve:
`synfig::FileSystemNative::ReadStream` seems to not properly work with
its `unget()` method.
It does not affect this fix, though.
Fix #2720
Commit: b1ced6ff2bd16b617ccad33e77b67b698842e338
https://github.com/synfig/synfig/commit/b1ced6ff2bd16b617ccad33e77b67b698842e338
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/src/synfig/palette.cpp
Log Message:
-----------
Merge PR #2722: fix: palette loading
Commit: 9329ce90aa6f5fc154d24bf90f34c89a4ad80d64
https://github.com/synfig/synfig/commit/9329ce90aa6f5fc154d24bf90f34c89a4ad80d64
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M synfig-core/src/synfig/filesystemnative.cpp
M synfig-core/src/synfig/filesystemnative.h
Log Message:
-----------
fix: Synfig hangs when importing palette (#2730)
The issue was that the `unget()` method calls the `pbackfail()`
method, which is not implemented, because of this the error
flag is set and the program goes into an infinite loop.
Fix #2720
Commit: 519bdc44d2ddde9e97e0de0dc45a06a7f1946fd0
https://github.com/synfig/synfig/commit/519bdc44d2ddde9e97e0de0dc45a06a7f1946fd0
Author: Konstantin Dmitriev <[email protected]>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M ChangeLog.md
Log Message:
-----------
Update ChangeLog
Compare: https://github.com/synfig/synfig/compare/aa0516ec181c...519bdc44d2dd
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl