Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Synfig

Open-source 2D Animation Software
Collective - Host: opensource - https://opencollective.com/synfig - Website: https://synfig.org/ - Code: https://github.com/synfig

refactor: on MS Windows, use Win32 API for pipes

Missing:
- scanf support

github.com/synfig/synfig - 1887a8acc84968ce7f4fa183086338544fda9339 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
perf: improved performance by reducing memory copying when working with valuenodes (#2831)

perf: improved performance by reducing memory copying when working with valuenodes

github.com/synfig/synfig - 6ae600b7e530e74aaec377336b9d9a824371a49a authored about 2 years ago by ice0 <[email protected]>
refactor: vocabulary initialization moved to `init_children_vocab` method

Just to make sure it's not being used somewhere.
I added a test flag (already removed here) to s...

github.com/synfig/synfig - 7306cdbca45a409e0c02e72db817f4fadf341bcb authored about 2 years ago by ice0 <[email protected]>
perf: improved performance by reducing memory copying when working with valuenodes

Linux unoptimized (994622b)
```
./synfig -o pirates.png -t null 3,54s user 0,35s system 110% c...

github.com/synfig/synfig - 2dfdbd40ed01c4ce8ff2e4db723679253b3c1f5f authored about 2 years ago by ice0 <[email protected]>
refactor: added vocab update for list valuenodes

List valuenodes should update they vocabulary
after adding/removing list items.

github.com/synfig/synfig - f8e4f299b3ac64ea2edc1bc40364943b965e9ab9 authored about 2 years ago by ice0 <[email protected]>
refactor!: etl::bezier and etl::hermite are now in synfig folder and namespace (#2840)

refactor!: etl::bezier and etl::hermite are now in synfig folder and namespace

github.com/synfig/synfig - a747d1cdf902ddd2cb305da9720f438f0b41d3cc authored about 2 years ago by ice0 <[email protected]>
refactor: add synfig::bezier converter to synfig::hermite (constructor)

github.com/synfig/synfig - 4f2869a3de52d64a33c68b886fae26de12cfb56a authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: add etl::affine_combo<double,float> and <float,float> specializations

and it prevents synfig::bezier::subdivide() usages for double and float

github.com/synfig/synfig - 5e0e1346de6ebc7a29a27c5a8f72bb5bf83d8222 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
test(hermite): add new basic tests

github.com/synfig/synfig - 7280ed0d61097436b4266086c8c8393c50e6753b authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
test(hermite): use our test style

github.com/synfig/synfig - 0257a4e6bab2fc95671a38293135340e199a6956 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor!: move etl::bezier and etl::hermite to synfig namespace

BREAKING CHANGE: synfig API changed
- etl::bezier is now synfig::bezier (synfig/bezier.h)
- etl:...

github.com/synfig/synfig - d373101d481cef9f8217e6349f2f3f76df7ec067 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
style: fix synfig/bezier.h header docs and guard name

github.com/synfig/synfig - dc687abed93530a4a99a95845c695c52da8175a8 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor!: move ETL/bezier to synfig/bezier.h

related test moved too

BREAKING CHANGE:
- use synfig/bezier.h instead of ETL/bezier

github.com/synfig/synfig - 7653596b6ff1c57b2090c5f8d7293fd5e9caa801 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
build(autotools): allow to compile release build with debug info (#2838)

fix #2392

github.com/synfig/synfig - e06c83fbdcf01e6c73d67321926a52cc92ebaa38 authored about 2 years ago by ice0 <[email protected]>
build: updated dependencies for Debian 11 based distros (#2837)

We don't need Python development files.
We need only python3 binaries for the plugin system.

github.com/synfig/synfig - d1abacc42fc88faf49c56370a82b5ee98486640f authored about 2 years ago by ice0 <[email protected]>
refactor: cleanup, add docs and merge ETL/hermite with ETL/bezier (#2808)

refactor: cleanup, add docs and merge ETL/hermite with ETL/bezier

github.com/synfig/synfig - 2e3bcd9d7dfa6cab8ec1505f06e2bd8469bd5a81 authored about 2 years ago by ice0 <[email protected]>
refactor: merge ETL/hermite into ETL/bezier

They were merged because etl::hermite as a derived template class of
etl::bezier.

The choice to...

github.com/synfig/synfig - 8e77ac80fdb90595ff02729480f7af364b7bb9bc authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove unused #include <ETL/bezier>

github.com/synfig/synfig - 8d81326c97af5f791f27cc102af6e20801e2d8c0 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: comparison of integer expressions of different signedness

github.com/synfig/synfig - 3301730c985bcd6c11d512ba3fb33fe5fa52a870 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor!: remove unused etl::bezier iterators

BREAKING CHANGE: ETL API changed
- remove etl::bezier::iterator
- remove etl::bezier::const_iter...

github.com/synfig/synfig - e691f7826cdfb784bbb668f7da81c1938a9700b4 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove unused #include <ETL/hermite>

github.com/synfig/synfig - 15fd33113cf1833bc370bff9e63f6f3d0348efd1 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: removed code from bezier and hermite commented out from 2005

github.com/synfig/synfig - 8b357b84a242329c3a8a258e48970bb72227dd5d authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor!: bezier macros SGN(), MIN() and MAX() are private methods now

BREAKING CHANGE: ETL API changed:
- removed 3 macros from bezier header: SGN(), MIN() and MAX()

github.com/synfig/synfig - 26ab2595bd4de2eac5593070a498cd636b64aa4c authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
style: remove some tabs used for alignment

github.com/synfig/synfig - 45d4521033aa40b726e3b770d0d7aa9980dc5f80 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: reduce scope of bezier internal macro constants

They are now private constants.

github.com/synfig/synfig - 8026a935a3436430a909f13de867cf17fe08d45b authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
docs: add documentation comments to etl::bezier and etl::hermite

github.com/synfig/synfig - 70d62c30c4deb31470559fa6c4cadf41b13e1481 authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove unused and unimplemented method

github.com/synfig/synfig - 46b7beb2974598ce2ec6bfc3edfea2c44f86bdce authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: use runtime check of openGL availability, instead of compile-time (#2835)

github.com/synfig/synfig - d6dd30671e9abfa1873fb9470601291a0ea6fd14 authored about 2 years ago by rodolforg <[email protected]>
feat: Added support for scrolling through text in text paragraph dialog (#2810)

github.com/synfig/synfig - 630eddc0c92c37322aae4dc0309c152ea4bc7f2e authored about 2 years ago by mohamedAdhamc <[email protected]>
fix: broken opengl build (due to ETL_DIRECTORY_SEPARATOR) and typos (#2834)

fix: broken opengl build (due to ETL_DIRECTORY_SEPARATOR) and typos

github.com/synfig/synfig - 0be02a8f146429d88798766fe2c0fe62a10b2be3 authored about 2 years ago by ice0 <[email protected]>
style: typo and indentation

github.com/synfig/synfig - 6b5135afb53f9dc1f1f2dac62d0e4c27063f025e authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: replaced deprecated ETL_DIRECTORY_SEPARATOR

it wouldn't build

github.com/synfig/synfig - 8472667e6414c19a0c88ab9b57dc3c4665e5293d authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: prevent crash or hang when frame cannot be imported (#2830)

Problem detected on creating PR #2491, when I wrongly assumed that
could redirect stderr to std...

github.com/synfig/synfig - 994622bb93d3abcf2e4fa2b168951b8369422905 authored over 2 years ago by rodolforg <[email protected]>
feat: reduced displayed floating point precision (#2809)

github.com/synfig/synfig - fbe312da00d7a748b553f4b5b97dc2fe14b546de authored over 2 years ago by mohamedAdhamc <[email protected]>
build(cmake): fixed build when path contains non-Latin characters (MSYS2) (#2821)

MSYS2/Windows only.
The problem occurred when trying to compile Windows resources using the
`w...

github.com/synfig/synfig - ef1cb75f5f187b06d8b39d25d1c2a411fe2140d5 authored over 2 years ago by ice0 <[email protected]>
getenv is very slow on Windows, so I replaced most of the logging calls with a macro that is disabled by default. (#2826)

getenv is very slow on Windows, so I replaced most of the logging calls with a macro that is dis...

github.com/synfig/synfig - e23b229208f2cc9e8b37c46857eeaf629b4d8e1a authored over 2 years ago by ice0 <[email protected]>
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.

github.com/synfig/synfig - 93d8f4cb1b149dca8a6415f6f3cbfab0d22a4778 authored over 2 years ago by ice0 <[email protected]>
build(autotools): fix MSYS2 build (#2818)

A bit of history on this fix:
MSYS team removed removed shared libdl.dll and libdl.dll.a

com...

github.com/synfig/synfig - 64b8aa0f98acc7486cc684cd78a3fa7ee191bba9 authored over 2 years ago by ice0 <[email protected]>
feat: ico format added to `mod_imagemagick` list of exported formats (#2820)

github.com/synfig/synfig - 9625d20d90dc93cf98246a616a37eec5c6ace21a authored over 2 years ago by ice0 <[email protected]>
refactor: replaced deprecated Gtk::Arrow with Gtk::Button with icon (#2824)

github.com/synfig/synfig - c6ff86f0eb722189b7fd3f88afda8cffe0a9d698 authored over 2 years ago by ice0 <[email protected]>
fix: "rule of two" : copy constructor and copy assignment operator (#2823)

And copy assignment operator returns reference, not a copy.

github.com/synfig/synfig - 11387aa840051300a5c7866b0b8fe89bd9dd731e authored over 2 years ago by rodolforg <[email protected]>
refactor: clean up Magick++ target a bit (#2822)

refactor: clean up Magick++ target a bit

github.com/synfig/synfig - 2d4d77a5711646544b8c7b65a6d250e32fc2ad82 authored over 2 years ago by ice0 <[email protected]>
refactor(trgt_magickpp): check if it is rendering a GIF file

avoid unnecessary extra buffer if it isn't GIF
Is it really needed? Check later

github.com/synfig/synfig - ee9d66f1255a20dedc42e6e45051b247e2b972e1 authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(trgt_magickpp): rename pointer variables

github.com/synfig/synfig - cb9b89b1b371b39bbb6c7d9d98ec44e796d78f77 authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix(trgt_magickpp): the previous row pointer was always the current one

github.com/synfig/synfig - 9784b2d67a102495f2d1b3bdb1ff918f39e7dafc authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(trgt_magickpp): no need to start loop if it is first frame

github.com/synfig/synfig - 630762f291e60747817d6c5c13cf53c210a1e1e4 authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(trgt_magickpp): avoid direct allocation

prefer std::vector rather raw pointers

github.com/synfig/synfig - aa5f06f45df59d7dce99d60036b6612e6d8840f4 authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: pressing the cancel button still adds the text layer (#2814)

This happens when the "Multiline text" option is enabled

github.com/synfig/synfig - 1ce65b6f96a210c56c45d309be7310bffac16507 authored over 2 years ago by ice0 <[email protected]>
build(vcpkg): `cmake --install` now also installs required dependencies (#2816)

github.com/synfig/synfig - da13b77425c833434723dc8d22ce5c25410105e1 authored over 2 years ago by Hesham Essam <[email protected]>
refactor: removed boost dependency (#2792)

github.com/synfig/synfig - 18b9d2b58b1cd07e0c7fb6306711766950f5a906 authored over 2 years ago by ice0 <[email protected]>
refactor: simplify runge kutta method

read previous commit message

github.com/synfig/synfig - 1298235e90562c20b056dbf5e9d50ef30a9d962e authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: use runge kutta method as described in original paper

it seems the previous implementation sometimes enter in an infinite loop

In my tests, however, ...

github.com/synfig/synfig - f25aafa2d6af58af64dcbf7e6bd779203b4ca2fa authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove boost dependency

implement our own Runge-Kutta54 Cash-Karp, that boost::ode
uses in integrate() as claimed in doc...

github.com/synfig/synfig - 65e91ae8ae4b0ebc965b73318fcf72d14c99af8b authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix(msvc): fixed debug build in MSVC (#2812)

1 issue:
"can't decrement vector iterator before begin"

2 issue:
"vector iterators incompat...

github.com/synfig/synfig - dd55c0f3f982d676696e58fafb9175e4cd388e13 authored over 2 years ago by ice0 <[email protected]>
build: Use vcpkg to build synfig (#2725)

github.com/synfig/synfig - c6eb41d71876092484cf2a814c6a294beb78ac1e authored over 2 years ago by ice0 <[email protected]>
Stylistic change

github.com/synfig/synfig - 19bc68d208855f116c7da4b50c3636090bd1e1d0 authored over 2 years ago by Hesham <[email protected]>
Add ffmpeg as a dependency to enable mod_libavcodec

github.com/synfig/synfig - 9ec1979b9dfc4788bb054af76e1b895115d4e991 authored over 2 years ago by Hesham Essam <[email protected]>
Fix glib-schemas error and fix gdbus warning

github.com/synfig/synfig - d091a68baee1636d5a060f8fcc39384a28bc0ab3 authored over 2 years ago by Hesham Essam <[email protected]>
Add OpenEXR port

github.com/synfig/synfig - e8a6acbbdf6eece24b879874bd5915bc3dce20c9 authored over 2 years ago by Hesham Essam <[email protected]>
some cmake cleanup

github.com/synfig/synfig - 832c39dc153aaa2224345f8ef4947c527053889f authored over 2 years ago by Hesham Essam <[email protected]>
Fixes to imath, openexr, and imagemagick ports

github.com/synfig/synfig - 672a05cbd8f44b954a6ee58c3bbdcf82a891a725 authored over 2 years ago by Hesham Essam <[email protected]>
Clean up imagemagick port

github.com/synfig/synfig - 76c6e1f76c2ee15dc23b2edfd8c5a88cffb4dc8a authored over 2 years ago by Hesham Essam <[email protected]>
Make synfig Visual Studio 2017 friendly

Changes include:
1. Check if cmake version < 3.22, if so use custom FindPkgConfig
2. Explicitly ...

github.com/synfig/synfig - c6933ce908f66a4e98c469fcbaaa9b3202f5bfd2 authored over 2 years ago by Hesham Essam <[email protected]>
Add ImageMagick recipe and add fontconfig config file

github.com/synfig/synfig - 6221d1a68ed292a97f2441644d06639caff58734 authored over 2 years ago by Hesham Essam <[email protected]>
Add libtool port

github.com/synfig/synfig - 57bb84de0a26154dfda635ea0c956c0a858b035e authored over 2 years ago by Hesham Essam <[email protected]>
Package gdk-pixbuf loders (specifically svg loader) and package add icon themes

github.com/synfig/synfig - a7129809993a823380cbac8f67bc148e45422ef3 authored over 2 years ago by Hesham Essam <[email protected]>
Fix spacing

github.com/synfig/synfig - aa5ee54e0d8439fda73b42a3f1a49d63c81e3e1d authored over 2 years ago by Hesham Essam <[email protected]>
Revert build_images MSVC check change

github.com/synfig/synfig - 3fdb244a5913306786e45256bf4575cf29f4e99c authored over 2 years ago by Hesham Essam <[email protected]>
Adjust the path when building with msvc only

This is done since some of the modules of synfig have their own
dependencies. When loading any o...

github.com/synfig/synfig - 217c03ae9e5c66485ae8c577aa6a0dd906f353af authored over 2 years ago by Hesham Essam <[email protected]>
build: Use vcpkg to build synfig

github.com/synfig/synfig - 8a68e7872c70238ff791356e0d8f558b29b992d4 authored over 2 years ago by Hesham Essam <[email protected]>
Add pkgconf as a dependency

github.com/synfig/synfig - 1433a1e2a930ea9c6399a78559557a9bf10710b2 authored over 2 years ago by Hesham Essam <[email protected]>
feat: added ability to show/hide rulers (#2634)

github.com/synfig/synfig - 9cecd2abe143e29cf0564e511183beebab7dfafb authored over 2 years ago by mohamedAdhamc <[email protected]>
fix: params panel doesn't update after layer switch (#2811)

github.com/synfig/synfig - 5aee83b4f54d15f1b4b3b216e1122da064c69d63 authored over 2 years ago by ice0 <[email protected]>
fix: avoid rebuild ParamTreeStore when animating a parameter (#2729)

Calling rebuild() causes two bugs:
1. Parameters panel collapses items on edit (GH#386), when w...

github.com/synfig/synfig - 36896b9237a3a1e0e73a117b9775a738da6c7446 authored over 2 years ago by rodolforg <[email protected]>
chore: updated changelog (#2774)

* ChangeLog: Mark previous commits as part of 1.5.1

* Update ChangeLog up to 2021-10-24

* ...

github.com/synfig/synfig - 361ffce745bbe2534ffdee5e05dca80b7cdb55e1 authored over 2 years ago by Konstantin Dmitriev <[email protected]>
refactor!: add etl::hermite::derivative() and remove ETL/calculus (#2791)

BREAKING CHANGE: ETL API changed:
- add etl::hermite::derivative()
- remove etl::derivative() ...

github.com/synfig/synfig - 9cc796e08727bf478c87dc93a74e46822398a16b authored over 2 years ago by rodolforg <[email protected]>
fix: hit_check for gradient & paste_canvas layers with BEHIND and ONTO blends (#2804)

github.com/synfig/synfig - 4c997135228c7b2f3767bb2f6420bb9acdd93f59 authored over 2 years ago by rodolforg <[email protected]>
Add page about LST importer (from https://wiki.synfig.org/Doc:ListImporter) (#43)

github.com/synfig/synfig-docs - f3d1f9e16c4b042c3c5f2d4f4b15c497cbbb65bd authored over 2 years ago by Konstantin Dmitriev <[email protected]>
Fix link to Artwork Import section (#42)

github.com/synfig/synfig-docs - 6893d400f639ad6fa1c2c302ccca3dab3293a275 authored over 2 years ago by Konstantin Dmitriev <[email protected]>
fix: Fixed issue with incorrect ffmpeg search on Windows (#2797)

introduced in fc38d7c

github.com/synfig/synfig - ac8214e47fd71dbec1066f475e98bd9dda5859e7 authored over 2 years ago by ice0 <[email protected]>
feat: added support for SVG image sequence with lst files (#2795)

with the fix provided by PR #2789 (commit 25f28b14214bcc98d736ce88138e79f087d56510),
it was fin...

github.com/synfig/synfig - e289d69bbccffe77158d7d2b65d932896c0fac04 authored over 2 years ago by rodolforg <[email protected]>
chore: fix source typos (#2803)

s/detials/details/

github.com/synfig/synfig - fc78ce7992df6171e24ebd57292c19a5dfc3a45c authored over 2 years ago by luzpaz <[email protected]>
fix: check whether iterator is valid before dereferencing (#2798)

github.com/synfig/synfig - 2d13c78149795212602d54272a3efaec6e2a2eb2 authored over 2 years ago by rodolforg <[email protected]>
chore: fix various typos (#2799)

Found via `codespell -q 3 -L aline,ang,ba,childs,dout,eiter,forse,objext,pard,parms,pevent,prope...

github.com/synfig/synfig - e049441d38a714e142a586d73086847c5330aba0 authored over 2 years ago by luzpaz <[email protected]>
build: remove nonexistent files listed in synfig-core/po/POTFILES.in (#2794)

they were removed in c67b5d3f34eb8413dc9d2fcb0f657a2f743174a0
(PR #2775)

github.com/synfig/synfig - 226b22dfc12b94bb064ab6fc9676c0f3ddd0ada1 authored over 2 years ago by rodolforg <[email protected]>
fix: using invalid iterator in ValueNode_Bone (#2793)

Fix CID 379195

github.com/synfig/synfig - 6bf36b96769badbc4aa66976f6df928cac3acc78 authored over 2 years ago by rodolforg <[email protected]>
fix!: imagemagick didn't import anything (#2789)

it uses application name "convert" to convert the desired image
into another temporary one with...

github.com/synfig/synfig - 25f28b14214bcc98d736ce88138e79f087d56510 authored over 2 years ago by rodolforg <[email protected]>
build(autotools): include UI files created via PR #2638 (#2786)

Commit: 0b455f370fc7fcf3d640eecd4c988729af0d25d8

github.com/synfig/synfig - 0a545ccbbdf1dd255de1c45a23797b428d9c4e75 authored over 2 years ago by rodolforg <[email protected]>
fix: Right-clicking a layer on a just opened file shows empty menu (#2781)

The issue was introduced by this commit (87cc5d2)

When the list of selected layers was empty,...

github.com/synfig/synfig - bb361718bc6d061d010e5d6ab5bebeeaae59ad71 authored over 2 years ago by ice0 <[email protected]>
ci: disabled `mod_magickpp` in macOS builds (#2790)

fix #2787

github.com/synfig/synfig - 12252fefb172c4b6d4d78a4f5cf8b6351b83961f authored over 2 years ago by ice0 <[email protected]>
chore: typo in comment (#2785)

github.com/synfig/synfig - 38cc869732922a2f2e61fb986626fb4fb513c952 authored over 2 years ago by rodolforg <[email protected]>
test: missing keyframe test in CMake (#2784)

github.com/synfig/synfig - 671407c3e6e073a8127e82172206f5b88275af40 authored over 2 years ago by rodolforg <[email protected]>
refactor: removed code from ImageMagick module commented out from 2005 (#2783)

github.com/synfig/synfig - c7b3bf03b5e1b6cbcf02cb5660bb86388309dc14 authored over 2 years ago by rodolforg <[email protected]>
ci: Updated ChangeLog generator script (#2782)

* ChangeLog generator now parses merge commits only (the ones with #NUMBER strings in commit mes...

github.com/synfig/synfig - 54e49872deb52b39457ac2406812e4280531c7ca authored over 2 years ago by Konstantin Dmitriev <[email protected]>
fix: Interface background became white after clicking OK in Preferences dialog (#2732)

The canvas area is actually a Gtk::DrawingArea, and its default background
color is white (on l...

github.com/synfig/synfig - 19e3e5f51d718dd59d2b65a1104925416380c954 authored over 2 years ago by rodolforg <[email protected]>
refactor: prefer FileSystemNative rather GLib (#2780)

less (direct) external dependency

github.com/synfig/synfig - fc38d7c0daf676760ca06523a644ebdc386fd77e authored over 2 years ago by rodolforg <[email protected]>
refactor: remove deprecated Gtk::StockID used by some Gtk::Image constructors (#2776)

refactor: remove deprecated Gtk::StockID used by some Gtk::Image constructors

github.com/synfig/synfig - 0ce508fcfcf32671dab1e6f36d4c4a286ad7034f authored over 2 years ago by ice0 <[email protected]>
refactor: append "_icon" to set_fill_color and set_outline_color filenames

github.com/synfig/synfig - 902ddd0147744d18c39abecfd391a0438bedd71b authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: create icons for splitting and merging spline tangents

github.com/synfig/synfig - 54d9847dbf2ede72a991deccd9f46f67b1b7e246 authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove deprecated Gtk::StockID used by some Gtk::Image constructors

A temporary procedure was added in each file that needed the Image
constructor missing in Gtk ve...

github.com/synfig/synfig - e4c11c84eba1614dbc11f13652d4f343eea3ca4c authored over 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>