Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 18e1802d24cd5e65b5784c26bac3aaee8ba045a7 https://github.com/synfig/synfig/commit/18e1802d24cd5e65b5784c26bac3aaee8ba045a7 Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com> Date: 2025-01-30 (Thu, 30 Jan 2025)
Changed paths: M synfig-core/src/synfig/layer.cpp M synfig-core/src/synfig/layer.h Log Message: ----------- refactor: remove a Layer::get_sub_renddesc_vfunc() as noone overrides it No actual Layer implementation override the method that takes a second argument (a vector of renddesc for context) Commit: 11b6d0b23c92e82048d5fd8cb1c348840be9a9f7 https://github.com/synfig/synfig/commit/11b6d0b23c92e82048d5fd8cb1c348840be9a9f7 Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com> Date: 2025-01-30 (Thu, 30 Jan 2025) Changed paths: M synfig-core/src/synfig/layer.cpp M synfig-core/src/synfig/layer.h Log Message: ----------- refactor: remove 2nd parameter of Layer::get_sub_renddesc() The default value is always used in code Commit: e6dc06130c127577f5a4844eb4ec156796747cac https://github.com/synfig/synfig/commit/e6dc06130c127577f5a4844eb4ec156796747cac Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com> Date: 2025-01-30 (Thu, 30 Jan 2025) Changed paths: M synfig-core/src/synfig/rendering/common/task/tasklayer.cpp Log Message: ----------- refactor: prefer range-based for loop Commit: 0608909a923361dd2dfdf5e456e970984876b3b0 https://github.com/synfig/synfig/commit/0608909a923361dd2dfdf5e456e970984876b3b0 Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com> Date: 2025-01-30 (Thu, 30 Jan 2025) Changed paths: M synfig-core/src/synfig/layer.cpp M synfig-core/src/synfig/layer.h M synfig-core/src/synfig/rendering/common/task/tasklayer.cpp M synfig-core/src/synfig/rendering/common/task/tasklayer.h Log Message: ----------- refactor: delete Layer::get_sub_renddesc() with 2 parameters Nobody fills that vector of RendDesc with more than one item. The vector is always initialized empty, and the filled with a single item - and not in any loop that could push back more items. Even it would have more than one item, only the first one pushed would be used anyway. Commit: e7f92d323c52b5981599df56cbca6b81ded43062 https://github.com/synfig/synfig/commit/e7f92d323c52b5981599df56cbca6b81ded43062 Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com> Date: 2025-01-30 (Thu, 30 Jan 2025) Changed paths: M synfig-core/src/synfig/layer.h Log Message: ----------- docs: add minor description for Layer::get_sub_renddesc() Commit: 0c0886188dd0f328bda402e1e28592ed2891e1a5 https://github.com/synfig/synfig/commit/0c0886188dd0f328bda402e1e28592ed2891e1a5 Author: ice0 <konop...@gmail.com> Date: 2025-02-01 (Sat, 01 Feb 2025) Changed paths: M synfig-core/src/synfig/layer.cpp M synfig-core/src/synfig/layer.h M synfig-core/src/synfig/rendering/common/task/tasklayer.cpp M synfig-core/src/synfig/rendering/common/task/tasklayer.h Log Message: ----------- refactor: cleanup Layer::get_sub_renddesc*() methods (#3455) refactor: cleanup Layer::get_sub_renddesc*() methods Compare: https://github.com/synfig/synfig/compare/484662d376a3...0c0886188dd0 To unsubscribe from these emails, change your notification settings at https://github.com/synfig/synfig/settings/notifications _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl