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

build: change exported cmake targets and provide a way to find deps (#2999)

The default generated cmake config file did not provide a way to find
synfig's dependencies

github.com/synfig/synfig - 7b25a95c3129a406e38e857aaaf38783db6f527d authored almost 2 years ago by theartful <[email protected]>
fix missing link

github.com/synfig/synfig-docs-dev - 8356fc54f7c9304e2a8983d252736edc4d644a85 authored almost 2 years ago by rodolforg <[email protected]>
fix: drawing tablet didn't work on Wayland (#2991)

fix/cleanup: use x/y coordinates from GtkEvent

Even though gdk_device_get_axis() returns true...

github.com/synfig/synfig - 53560d3683c58ecff3884f207896657ef9bc27f5 authored almost 2 years ago by alexhaskell <[email protected]>
fix: crash occurs under Wayland when using tablet (#2988)

* fix: crash occurs under Wayland when using tablet

* cleanup: Change 0 to nullptr in find_in...

github.com/synfig/synfig - 784dbb1c773e9f1e6c145fa571b7083613106027 authored almost 2 years ago by alexhaskell <[email protected]>
fix: missing CanvasResize files in POTFILES.in (#2992)

github.com/synfig/synfig - 90e09d2a841b13b50dd5eabba92867392c59d9f4 authored almost 2 years ago by rodolforg <[email protected]>
refactor: prefer <Class>::Handle rather etl::handle<Class> (#2990)

refactor: prefer class Handle (and alike) rather etl::handle<> (and alike)

github.com/synfig/synfig - 55bba4bbc450e50fb6436dde7c09e16b6e7730c4 authored almost 2 years ago by ice0 <[email protected]>
refactor: prioritize use of Layer::Handle/ConstHandle/LooseHandle

Instead of etl::handle<Layer>, etl::handle<const Layer> and
etl::loose_handle<Layer>.

Reason: e...

github.com/synfig/synfig - a44cdd2006855b30c566f09b510c59d24321e789 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(studio): prioritize use of Canvas::Handle/ConstHandle/LooseHandle

Part 2

Instead of etl::handle<Canvas>, etl::handle<const Canvas> and
etl::loose_handle<Canvas>
...

github.com/synfig/synfig - c270d68dc744f0ae2433e15b3b10538c0709cbd8 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(core): prioritize usage of Canvas::Handle/ConstHandle/LooseHandle

Instead of etl::handle<Canvas>, etl::handle<const Canvas> and
etl::loose_handle<Canvas>

Reason:...

github.com/synfig/synfig - 12437f5f96fa51db2d15a3f9165109207f500a1a authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prioritize use of ValueNode::Handle/ConstHandle/LooseHandle

Instead of etl::handle<ValueNode>, etl::handle<const ValueNode>,
etl::loose_handle<ValueNode> an...

github.com/synfig/synfig - 4729d8b776bd8b5216957326858d1c36a98b2580 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
feat: simplified canvas resize (#1895)

github.com/synfig/synfig - 38a85c0e70ed7f1576c4d00f5506e7f47de696d7 authored almost 2 years ago by Keyikedalube Ndang <[email protected]>
refactor: change VectorizerSettings dialog to use Glade and Builder (#2080)

fix #2018

* Created vectorizer_settings.glade and started adding
methods to eventually rende...

github.com/synfig/synfig - e172f0b4402d21c8eee58c1b88846dad102343b8 authored almost 2 years ago by rChen10 <[email protected]>
refactor(valuenodes): remove some unused #include (#2989)

github.com/synfig/synfig - 147b9265abdf7653955f3d2aa83fb6d21a1f36ec authored almost 2 years ago by rodolforg <[email protected]>
docs: added application for GSoC 2023 (#99)

github.com/synfig/synfig-docs-dev - 9bd74dba51214f994a9e06285c76db497645f0cd authored almost 2 years ago by ice0 <[email protected]>
fix: build on Ubuntu 16.04 (#2965)

github.com/synfig/synfig - 93262dbc0e15fc1420de76f307936e29f03fe219 authored almost 2 years ago by ice0 <[email protected]>
ci: enabled ImageMagick (#2986)

Was previously disabled due to a crash or hang
Fixed by #2876

github.com/synfig/synfig - 387d6ec292dd5c1fe6acd1366a38133223ab4d9f authored almost 2 years ago by ice0 <[email protected]>
fix: vectorizer not working when Switch layer uses Layer Depth, not Name (#2981)

github.com/synfig/synfig - 50cf2287ffaf36a920041a5d5fde1207dce88909 authored almost 2 years ago by rodolforg <[email protected]>
refactor(instance): cleanup in add_special_layer_actions_to_group (#2983)

github.com/synfig/synfig - d5e703e9fae1a4aa5849f2772a67af47b2baf9ec authored almost 2 years ago by rodolforg <[email protected]>
refactor(iconcontroller): list icons in std::vector to better readability (#2982)

github.com/synfig/synfig - 107aab7b997b74c62046fdebe688b9a1142c3ec5 authored almost 2 years ago by rodolforg <[email protected]>
perf: don't iterate the whole Canvas if index is negative (#2980)

github.com/synfig/synfig - edd4d485dabd0b81a96aa14c1f38203f1504df49 authored almost 2 years ago by rodolforg <[email protected]>
refactor: cleanup module.cpp (#2960)

github.com/synfig/synfig - f74ec83ca3ad08eea025e39f1386abc3374dc1c9 authored almost 2 years ago by ice0 <[email protected]>
refactor: replaced deprecated `hvseparator` include by `separator` (#2984)

github.com/synfig/synfig - 39527f633988d8afc04698f22746ffae0a29fb09 authored almost 2 years ago by mohamedAdhamc <[email protected]>
refactor: use camelcase for MotionBlur and SolidColor layer names (#2978)

Following the layer naming convention elsewhere.

studio::layer_icon_name() does not need to c...

github.com/synfig/synfig - e087e44e449510fd9da1f741e00a0fbeb0f42ba6 authored almost 2 years ago by rodolforg <[email protected]>
refactor: micro cleanup in iconcontroller (#2979)

github.com/synfig/synfig - b5ef88f5e9a69523e0e181277fb1288f490b1dcf authored almost 2 years ago by rodolforg <[email protected]>
refactor: create methods strtolower() and strtoupper() to change cases (#2977)

github.com/synfig/synfig - 8557dde5184ec0f8715b6ff84252b55ef843bb62 authored almost 2 years ago by rodolforg <[email protected]>
fix: preview dialog now shows the correct start and end times (#2974)

github.com/synfig/synfig - a68a354c47ad0165796ca68a231dc451e2fab639 authored almost 2 years ago by mohamedAdhamc <[email protected]>
refactor: rename CanvasView::toggle_show_toolbar() to set_show_toolbars() (#2975)

As it doesn't toggle the visibility itself, so it was a misleading name

github.com/synfig/synfig - 742560f4874e2fefe536c998bf55835e7b9a4730 authored almost 2 years ago by rodolforg <[email protected]>
refactor: remove unused #define POPEN_BINARY_READ_TYPE (#2925)

github.com/synfig/synfig - 9290c6089554592c6a33c90bdccfd233d314e6f2 authored almost 2 years ago by rodolforg <[email protected]>
fix: crash on moving a layer following a bline reference (#2971)

* fix: crash on moving a layer following a bline reference

https://forums.synfig.org/t/refere...

github.com/synfig/synfig - 015305ae9fd56ff23a7b0b25c27e7f159a555d3d authored almost 2 years ago by rodolforg <[email protected]>
refactor: move etl::reference_counter to synfig namespace (#2949)

refactor: move etl::reference_counter to synfig namespace

github.com/synfig/synfig - abad0b8a481f3b914c9b182c0627f747ee3d04e7 authored almost 2 years ago by ice0 <[email protected]>
refactor: move etl::ReferenceCounter to synfig folder

github.com/synfig/synfig - 07a5abf84cc3795b6265404cca6155960030c778 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: rename class to ReferenceCounter (CamelCase)

it is not a template class, so no reason to use std:: style

github.com/synfig/synfig - a3840cc32e77f8c13cd3986929e90f782e0e11aa authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
doc: added some documentation to ReferenceCounter

github.com/synfig/synfig - 3bd3c9e2107763f52138f45ab29d1624930f8e76 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor!: move etl::ReferenceCounter to synfig namespace and folder

BREAKING CHANGE: ETL and synfig API changed
- use synfig::ReferenceCounter instead of etl::Refer...

github.com/synfig/synfig - 2700bdaf9713c3a48649929e311c59d890a47398 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
test: add ReferenceCounter tests & add missing pen tests to CMake build

github.com/synfig/synfig - ad4233ff730eeca123d934b1c4d818100af9b45e authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(reference_counter): add move constructor and assignment

github.com/synfig/synfig - 360b66f959a6c04a6f23d8b1670005593b58c35f authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: no need to pass bool argument by const reference

github.com/synfig/synfig - 3a8e7fd036d8a389e915d48b091dc7e79be0e297 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
style: prefer false rather 0

github.com/synfig/synfig - 03dce57e25722c55fd06ced6436c3c691a70bec7 authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
style(reference_counter): brackets and *& position, prefer nullptr

github.com/synfig/synfig - 863e43fe048a543452d1e4c8266068c1fc0c779a authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
style: better variable name

github.com/synfig/synfig - cdf796ad59166247242384fde3957efe447f7e7c authored almost 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: replaced deprecated `signal_pressed()` with `signal_clicked()` (#2962)

github.com/synfig/synfig - f985aacdb97fcad7d7de698dc0867ba754651076 authored almost 2 years ago by mohamedAdhamc <[email protected]>
feat: added hotkey for duplicate layer button (#2895)

github.com/synfig/synfig - be84b8e8e27aa0c75a611148b003ba0eddf5bc61 authored almost 2 years ago by mohamedAdhamc <[email protected]>
chore: bump year to 2023 (#2966)

github.com/synfig/synfig - 7e0b48626e9a1880dae93b476ba5d88cecfd2f1b authored almost 2 years ago by ice0 <[email protected]>
refactor: remove useless initialization in blur (#2922)

the gaussian_blur_5x5_() method already initializes it

And it was wrong anyway; it initialize...

github.com/synfig/synfig - 41389cfe1ea641075acc52a98ea0452758fc40e1 authored almost 2 years ago by rodolforg <[email protected]>
fix: support FontConfig older than version 2.11.91 (#2917)

FC_WEIGHT_SEMILIGHT and FC_WEIGHT_DEMILIGHT were added in
https://cgit.freedesktop.org/fontconf...

github.com/synfig/synfig - 1e0d777ce411e21a8761c17d097c7979b5ad765f authored almost 2 years ago by rodolforg <[email protected]>
feat: added missing icons and more (#2955)

feat: missing icons and more

github.com/synfig/synfig - eb625b90032457b4a11144e6dc38077cabf35190 authored almost 2 years ago by ice0 <[email protected]>
feat: create an unique icon for the Sound panel

So that it can have different icon than the layer_other_sound_icon. By now I just duplicated the...

github.com/synfig/synfig - a0fe3bf70049ba31e1e60df5cb5c334953d52806 authored almost 2 years ago by Pablo Gil <[email protected]>
feat: new skeleton deformation icon

github.com/synfig/synfig - feffbc6168b7c76617a2895d96cbcd44d6981e55 authored almost 2 years ago by Pablo Gil <[email protected]>
feat: new free time icon

github.com/synfig/synfig - 2bc38c38f62643082f9b4921e78f3bd968556e35 authored almost 2 years ago by Pablo Gil <[email protected]>
fix: apply the new Sound icon to the Sound panel

github.com/synfig/synfig - 59fdf39e2279ba0527c7aa8542bebb56f2840cb6 authored almost 2 years ago by Pablo Gil <[email protected]>
feat: include new icons in iconcontroller.cpp and activate them

github.com/synfig/synfig - 0583268d19de11fb1f3070979a523d1e068f7350 authored almost 2 years ago by Pablo Gil <[email protected]>
fix: change the filter icon for a switch button

github.com/synfig/synfig - ccaf1ae59dc01777b22578176fd6f8137d858f40 authored almost 2 years ago by Pablo Gil <[email protected]>
feat: new ghost group icon

github.com/synfig/synfig - bc916aea681b4fde6870beb9539cd2737334e1a5 authored almost 2 years ago by Pablo Gil <[email protected]>
feat: new filter group icon

github.com/synfig/synfig - f54e1a9be734fc9548f8f8b467e1cc66e11dec73 authored almost 2 years ago by Pablo Gil <[email protected]>
fix: improve Skeleton Deformation icon when using dark themes

github.com/synfig/synfig - 26079512480ca0863899ec35074887077d2b2378 authored almost 2 years ago by Pablo Gil <[email protected]>
fix: show/hide main window toolbar should affect both toolbars (#2947)

previously it was just toggling the right toolbar visibility

github.com/synfig/synfig - 9c966671e395df713aeeeabf2978c2455133dea1 authored almost 2 years ago by rodolforg <[email protected]>
refactor: removed deprecated Gtk::VBox and get_vbox() (#2967)

github.com/synfig/synfig - b2a0c5a1ceee03fbd1c3b12f7aad61234d5985f9 authored almost 2 years ago by mohamedAdhamc <[email protected]>
Release notes for version 1.4.4 (#57)

github.com/synfig/synfig-docs - b2b5f7ae7390e0bd09490640624b656cd475e4e8 authored almost 2 years ago by Konstantin Dmitriev <[email protected]>
refactor: remove commented-out methods since march 2005 (#2956)

github.com/synfig/synfig - 80aabd44ddff5e4af0d0d16944fa4abc7903bf21 authored almost 2 years ago by rodolforg <[email protected]>
refactor: added internal escape_underline() in MainWindow (#2952)

github.com/synfig/synfig - 76dbcd19ce8f95c86a1129b6f5f2aa717efe9b73 authored almost 2 years ago by rodolforg <[email protected]>
refactor: move workspace methods from App to MainWindow (#2942)

* refactor: move set and save workspace methods from App to MainWindow

Workspace layout only ...

github.com/synfig/synfig - 414b5d7e42ce0822d07989b4851edf072897e8e7 authored almost 2 years ago by rodolforg <[email protected]>
fix: get_binary_path() for FreeBSD, DragonFlyBSD, NetBSD and OpenBSD (#2950)

procfs path was wrong

https://stackoverflow.com/questions/1023306/finding-current-executables...

github.com/synfig/synfig - 7480fb80de2f03692bd860606a07d33a76ef6211 authored about 2 years ago by rodolforg <[email protected]>
style: some indentation inconsistencies in app.cpp (#2946)

github.com/synfig/synfig - 18b6d7f8b0269b9a3a2ee481de69f3d5c7e7db90 authored about 2 years ago by rodolforg <[email protected]>
fix: no context menu when right-clicking on waypoint (#2877)

github.com/synfig/synfig - 54667f34bd7f86fd4fd582b1a70d63b4c5ab10bf authored about 2 years ago by mohamedAdhamc <[email protected]>
refactor: rename load_file_window_size() to load_recent_files() (#2945)

and remove unneeded synfig::ChangeLocale here

github.com/synfig/synfig - a1f2a55416c4e99787dcfe1d64617bbf8a697a6b authored about 2 years ago by rodolforg <[email protected]>
fix: typo in future menubar (#2948)

github.com/synfig/synfig - 04bd002911dc1d88f68fa2e551f756c443238fb9 authored about 2 years ago by rodolforg <[email protected]>
refactor!: move ETL blur files to the new synfig/blur folder (#2924)

refactor!: move ETL blur files to the new synfig/blur folder

github.com/synfig/synfig - 8ff76d09afae5458f0ef2ce0d624c06329175f4b authored about 2 years ago by ice0 <[email protected]>
refactor: move etl::boxblur and etl::gaussian to synfig/blur

github.com/synfig/synfig - e320c359abb7ba47a0e739cfa64bc676872fdccd authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
docs: added docs to synfig/blur/gaussian.h and synfig/blur/boxblur.h

github.com/synfig/synfig - 9a5c6d72a5f36dce10301e3a87a7258bfd003c5b authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
perf: avoid repeated memory reallocation in `gaussian_blur_3x3()`

github.com/synfig/synfig - 95431518664eaa268501b04dd211b6cfd54f3f5f authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: missing array element initialization in `gaussian_blur_3x3()`

github.com/synfig/synfig - e5991b13e22b92a0594916e0d992cb33b08dc91e authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: move etl::boxblur and etl::gaussian to synfig namespace

github.com/synfig/synfig - fb65eefffff13db209fa0b6f0de0275287ed98bd authored about 2 years ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: use format string instead of string concatenation (#2938)

https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings

github.com/synfig/synfig - a5df2ffc0f01a90de83d12b85380152dbd84972b authored about 2 years ago by rodolforg <[email protected]>
refactor: switched `MainWindow` to `Gtk::ApplicationWindow` (#2935)

github.com/synfig/synfig - 9be0e01056834a1841162b924d2dc26575c29818 authored about 2 years ago by rodolforg <[email protected]>
fix: allow to open external editor for tiff, ppm (& variations) and webp (#2934)

tiff, ppm (& variations) and webp

github.com/synfig/synfig - f1ff9649f6c96ad9edcd59c03d26c79193853162 authored about 2 years ago by rodolforg <[email protected]>
fix: wrong Papagayo file extension in Canvas Dependencies dialog (#2936)

github.com/synfig/synfig - 9a5d209ca46fd21823956a01adfffb7ca269fa56 authored about 2 years ago by rodolforg <[email protected]>
refactor: no need to change locale on saving accel map (#2937)

github.com/synfig/synfig - 26733dc3b42cf415e8c63835d1bfac936664c625 authored about 2 years ago by rodolforg <[email protected]>
build(autotools): patch for autoconf 2.72 h/t Frédéric Bérat (#2930)

github.com/synfig/synfig - 80a3386c701049f597cf3642bb924d2ff832ae05 authored about 2 years ago by Gwyn Ciesla <[email protected]>
chore: update ChangeLog (#2929)

chore: update ChangeLog

github.com/synfig/synfig - fcb0ea471c577f683f50c032b057dc11279475fc authored about 2 years ago by ice0 <[email protected]>
Update ChangeLog for 1.4.3

github.com/synfig/synfig - 1d53af1943c6fa1a26254adf778e33c974fe89d1 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-11-01

github.com/synfig/synfig - 66079c8537a09cc68e1c7a1db35a025d22ea3a50 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-11-08

github.com/synfig/synfig - fa99079d18bcef6b1b8ea6296c1c785a8be0cd62 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Add missing reference to PR

github.com/synfig/synfig - 2c68d6e3c137d98696c16216e37c9a1d3b392e88 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-11-15

github.com/synfig/synfig - 573018d3b5738c10652cd7ea832d70f5ffed3fc9 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-11-22

github.com/synfig/synfig - 3c2e788ffa1727f0eaf57071d39356f9e20fef27 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-11-29

github.com/synfig/synfig - 405045481b05fe49b6a623a961829dd079a24adb authored about 2 years ago by Konstantin Dmitriev <[email protected]>
ChangeLog for 1.4.4

github.com/synfig/synfig - c0ebe1e5fce1d596ac54d32129fddec0b8a41c88 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-10-18

github.com/synfig/synfig - c2219fed696e07af867f91b63548416971f5a3c7 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-08-30

github.com/synfig/synfig - f63f7d8fc271e99333d883b199bb9a0da6f917ad authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-08-23

github.com/synfig/synfig - 6c0b71d7b195b8b8c55dd6ff64e3abe42c96d6df authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-09-06

github.com/synfig/synfig - 5401fd9533ab1328a76e9080b2946e4e2bf6cfe1 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-09-20

github.com/synfig/synfig - 0f3a6383a65fbb597870970555c39b8f286b5d90 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-09-13

github.com/synfig/synfig - 64268bcfd5eaa244f86e6401d58d64e0a8163169 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-09-27

github.com/synfig/synfig - 232d50b88baf6aa6ab3b29c57e407ef1153407f5 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Fix changelog for 1.4.3

github.com/synfig/synfig - b36f84fed020900704141d31ebd1c868d15116a4 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
Update ChangeLog up to 2022-10-11

github.com/synfig/synfig - f87952c4680b6a3e521ac53b41183636a1288269 authored about 2 years ago by Konstantin Dmitriev <[email protected]>
refactor: remove unneeded `using namespace etl` and `Action` (#2923)

github.com/synfig/synfig - 8f28ef77418b9866352b4c77bb2fb842293019cf authored about 2 years ago by rodolforg <[email protected]>
chore: added `build-cmake/` folder to .gitignore (#2898)

It is needed when compiling with CMake

github.com/synfig/synfig - 63e661f3e3fe99d50a5d572c6060e856adea000e authored about 2 years ago by Pablo Gil <[email protected]>
chore: added license description in readme (#2916)

Now it should be clearly visible on the front page.

github.com/synfig/synfig - 5b33b5f60610c30edb4e2af58d14f4fa34332bdf authored about 2 years ago by ice0 <[email protected]>
feat: added support for `Ctr+<num>` hotkey to change animation tabs (#2731)

feat: added support for `Ctr+<num>` hotkey to change animation tabs

github.com/synfig/synfig - b9e389a6e155d8d0429fe7a2c9c4b380cc3be0cb authored about 2 years ago by mohamedAdhamc <[email protected]>