[Synfig-devl] [synfig/synfig] fb7525: refactor(core)!: rename ValueNode::is_descendant()...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: fb7525059980eafb361f7bd435e05099271c3dfd https://github.com/synfig/synfig/commit/fb7525059980eafb361f7bd435e05099271c3dfd Author: rodolforg Date: 2022-06-20 (Mon, 20 Jun 2022) Changed paths: M synfig-core/src/synfig/valuenode.cpp M synfig-core/src/synfig/valuenode.h M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp Log Message: --- refactor(core)!: rename ValueNode::is_descendant() to is_ancestor_of() (#2702) (fix some indentation too) BREAKING CHANGE: Synfig API change: method renamed for better understanding ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 603ded: refactor: use etl::is_separator() instead of direc...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 603ded0b7fc27bc7da6ea61c53142e031a3fbec1 https://github.com/synfig/synfig/commit/603ded0b7fc27bc7da6ea61c53142e031a3fbec1 Author: rodolforg Date: 2022-06-20 (Mon, 20 Jun 2022) Changed paths: M ETL/ETL/_stringf.h M ETL/ETL/etl_config.h M synfig-core/src/synfig/filesystemgroup.cpp Log Message: --- refactor: use etl::is_separator() instead of directory separator chars (#2704) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 984096: refactor: use `/` as directory separator where a f...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 984096283c18f8ba99f78484a3c2f987b05abf92 https://github.com/synfig/synfig/commit/984096283c18f8ba99f78484a3c2f987b05abf92 Author: rodolforg Date: 2022-06-20 (Mon, 20 Jun 2022) Changed paths: M ETL/ETL/_stringf.h M synfig-core/src/synfig/main.cpp M synfig-core/src/synfig/rendering/opengl/internal/shaders.cpp M synfig-studio/src/gui/app.cpp M synfig-studio/src/gui/main.cpp M synfig-studio/src/gui/resourcehelper.cpp M synfig-studio/src/synfigapp/main.cpp Log Message: --- refactor: use `/` as directory separator where a fixed folder name is used (#2703) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] e93442: test(studio): as in synfig-core, separate test_bas...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: e93442f6e2e485572f3dbfa2a68d1ec28ec08d23 https://github.com/synfig/synfig/commit/e93442f6e2e485572f3dbfa2a68d1ec28ec08d23 Author: rodolforg Date: 2022-06-20 (Mon, 20 Jun 2022) Changed paths: M synfig-studio/test/app_layerduplicate.cpp A synfig-studio/test/test_base.h Log Message: --- test(studio): as in synfig-core, separate test_base.h (#2701) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] d6f4d4: chore: update license statement for test_base.h (#...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: d6f4d4d404e51c0716e30bcd4f4e544413d2023f https://github.com/synfig/synfig/commit/d6f4d4d404e51c0716e30bcd4f4e544413d2023f Author: rodolforg Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M synfig-core/test/test_base.h Log Message: --- chore: update license statement for test_base.h (#2700) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 4310c4: refactor!: remove etl::ceil_to_int(); use std::cei...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4310c494062510819ca022bd46450c26d86ea20f https://github.com/synfig/synfig/commit/4310c494062510819ca022bd46450c26d86ea20f Author: Rodolfo Ribeiro Gomes Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M ETL/ETL/_misc.h M synfig-core/src/modules/mod_particle/plant.cpp M synfig-studio/src/synfigapp/vectorizer/centerlinecolors.cpp Log Message: --- refactor!: remove etl::ceil_to_int(); use std::ceil() directly instead BREAKING CHANGE: ETL API changed: removed `etl::ceil_to_int()` Commit: e796f4ce8cbc8f4eac505e8a1ec5c044ceaee4cd https://github.com/synfig/synfig/commit/e796f4ce8cbc8f4eac505e8a1ec5c044ceaee4cd Author: Rodolfo Ribeiro Gomes Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M ETL/ETL/_misc.h M ETL/ETL/_surface.h M synfig-core/src/modules/lyr_std/curvewarp.cpp M synfig-core/src/synfig/listimporter.cpp Log Message: --- refactor!: remove etl::floor_to_int(); use std::floor() directly instead BREAKING CHANGE: ETL API changed: removed `etl::floor_to_int()` Commit: cd9c265f6a7c70377482d4894552ec5a0d38ddb4 https://github.com/synfig/synfig/commit/cd9c265f6a7c70377482d4894552ec5a0d38ddb4 Author: ice0 Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M ETL/ETL/_misc.h M ETL/ETL/_surface.h M synfig-core/src/modules/lyr_std/curvewarp.cpp M synfig-core/src/modules/mod_particle/plant.cpp M synfig-core/src/synfig/listimporter.cpp M synfig-studio/src/synfigapp/vectorizer/centerlinecolors.cpp Log Message: --- Merge PR #2699: refactor!: remove `etl::ceil_to_int` and `etl::floor_to_int` refactor!: remove `etl::ceil_to_int` and `etl::floor_to_int` Compare: https://github.com/synfig/synfig/compare/334b9a5b4032...cd9c265f6a7c ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 334b9a: refactor: Replaced deprecated Gtk::StockID (non-vi...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 334b9a5b40320967d1d8cf89a8f98a3eb15a6bc3 https://github.com/synfig/synfig/commit/334b9a5b40320967d1d8cf89a8f98a3eb15a6bc3 Author: ice0 Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M synfig-studio/src/gui/dialogs/canvasproperties.cpp M synfig-studio/src/gui/dialogs/dialog_gradient.cpp M synfig-studio/src/gui/dialogs/dialog_keyframe.cpp M synfig-studio/src/gui/dialogs/dialog_setup.cpp M synfig-studio/src/gui/dialogs/dialog_soundselect.cpp M synfig-studio/src/gui/dialogs/dialog_targetparam.cpp M synfig-studio/src/gui/dialogs/dialog_template.cpp M synfig-studio/src/gui/dialogs/dialog_waypoint.cpp M synfig-studio/src/gui/dialogs/vectorizersettings.cpp M synfig-studio/src/gui/docks/dock_canvases.cpp M synfig-studio/src/gui/render.cpp M synfig-studio/src/gui/states/state_lasso.cpp Log Message: --- refactor: Replaced deprecated Gtk::StockID (non-visual) (#2668) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 3e5e00: refactor: remove unused header/class synfig::Proto...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3e5e00588650ff239ed1dd719d5c7039eac5dd05 https://github.com/synfig/synfig/commit/3e5e00588650ff239ed1dd719d5c7039eac5dd05 Author: rodolforg Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M synfig-core/po/POTFILES.in M synfig-core/src/synfig/Makefile.am R synfig-core/src/synfig/protocol.h Log Message: --- refactor: remove unused header/class synfig::Protocol (#2698) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 3015a7: fix: don't allow to Connect to exported value node...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3015a77900d9aebb759dd907f5825c4d5e720903 https://github.com/synfig/synfig/commit/3015a77900d9aebb759dd907f5825c4d5e720903 Author: rodolforg Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp Log Message: --- fix: don't allow to Connect to exported value node if it has wrong type (#2694) ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl
[Synfig-devl] [synfig/synfig] 6086e3: feat: Added support for `Ctr+Enter` to complete te...
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 6086e341d0f382cd0d2f20233938162fcda2acaa https://github.com/synfig/synfig/commit/6086e341d0f382cd0d2f20233938162fcda2acaa Author: mohamedAdhamc <100296264+mohamedadh...@users.noreply.github.com> Date: 2022-06-19 (Sun, 19 Jun 2022) Changed paths: M synfig-studio/src/gui/app.cpp Log Message: --- feat: Added support for `Ctr+Enter` to complete text input in Text tool dialog (#2689) feat: Added support for `Ctr+Enter` to complete text input in Text tool dialog ___ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl