Ecosyste.ms: OpenCollective

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

github.com/synfig/synfig

This is the Official source code repository of the Synfig project
https://github.com/synfig/synfig

Use gtkmm Gtk::Settings instead of plain GtkSettings (#2532)

c7a91678022226e1e645f4b61a586fdd4d1e1b04 authored almost 3 years ago
Merge PR #2518: Added the ability to select a compression method for zstreambuf

462ea802524e9e13bfa2aefdd213a7fc03c5adcb authored almost 3 years ago
Added the ability to select a compression method for zstreambuf

- This fixes the problem with reading .sfg

9e143f34d91e7586e04fd1de8764501ca75e6b58 authored almost 3 years ago
Quick fix for zstreambuf

The problem was in `inflateInit2` incorrect initialization.
In this case we have no file header,...

7b46575d72b9013d1a725b0e33e36a0c5622e663 authored almost 3 years ago
Fixed zstreambuf

Sometimes garbage data was left at the end of the buffer

753626fd6c8d6ded95999e791adf647100db2f42 authored almost 3 years ago
Removed unused `using namespace etl;` (#2530)

9b8021936d2e00d5823055fe21037d30a79e9edc authored almost 3 years ago
Update Installation section (#2531)

We have Installation instructions available separately in documentation now.

7408ab5158ffbce5f17fa198d6bca7d8dba1fbef authored almost 3 years ago
Removed "using namespace std;" (#2520)

a5ec91db5b751dc12e4400ccfb5c063fd6d2d928 authored almost 3 years ago
Fixed PVS-Studio warning v656 (#2524)

V656. Variables are initialized through the call to the same function.
It's probably an error o...

668e8c410f9bedd7f4faa7abba61da16163ed305 authored about 3 years ago
Bone Tool: Fix selection of active bone when clicking on a bone control point (#2488)

fix #2469

f71cdee789baa73e1e8978bcb53dd060b96494a3 authored about 3 years ago
Show bone shape when Skeleton Deformation layer is disabled (#2467). Closes #1625.

62743b7de5647ed3a6939493af764fd565383dd8 authored about 3 years ago
Fixed PVS-Studio warning v817 (#2523)

V817. It is more efficient to search for 'X'
character rather than a string.

https://pvs-stu...

efe9326992418f9fbc1c9a654fa0050c35c2641e authored about 3 years ago
Merge PR #2497: Porting to Gtk::Application - part 1

Porting to Gtk::Application - part 1

61eba079c983db043f787d3c318bac3b60796673 authored about 3 years ago
remove useless fix for mkdir() for _WIN32; restrict scope of gdkwin32.h

0db1342505e3c651f2fae1e16b0d17030e635da1 authored about 3 years ago
Remove Glib::init(), it is called by Gtk::Application constructor

https://gitlab.gnome.org/GNOME/gtkmm/-/blob/gtkmm-3-24/gtk/src/application.ccg

1611e48e33620bd4f21686284a84354b8f567622 authored about 3 years ago
remove commented line

9a34626a9b00b0759a423b78a42097f0ffd1b7f5 authored about 3 years ago
restore studio::App::process_all_events()

Although I'm not sure why it exists...

bb7c44f2cf2b49c2647f910fddca371e0e7ad9a3 authored about 3 years ago
remove unused/old signal callback (pre-2007)

cb780d095de2a42778d6f7b69e243a8c745d8d95 authored about 3 years ago
bring back --console option support on MS Windows

83033020e546ffb6d81967caeeb9e65542b773db authored about 3 years ago
use Gtk::Application on_open() and on_activate()

646e7345343e9431efd81f8e83bc646450ac59f1 authored about 3 years ago
return real exit code

6b324464d6acdcd438dd666b7cd2a191dddbb08a authored about 3 years ago
[Studio] App: initial port to Gtk::Application

0024b1a647a5b4b496a6cdf3502c04497b5a68b1 authored about 3 years ago
Pass root path instead of bin path

Everybody just wants the root path, not the bin path

binary_path : executable file path, includ...

1bb07775f4877b952777a8b3b8d14caa5e103fe4 authored about 3 years ago
remove IPC: Gtk::Application already does its job

50fc8620aae87f11f577b32007f62ee281a00cfa authored about 3 years ago
FileSystem::Identifier::empty() returned wrong value (#2510)

ad03efe3b70e507a4632fe14a55acd149be60477 authored about 3 years ago
make "Background" (layer description) string translatable (#2515)

78081fd256b6a4a095f7240dd9875e6f82028415 authored about 3 years ago
fix error message on Target_Scanline (#2511)

cb9abcf7ddd8f9a51dde5c5ede47a25486fbacda authored about 3 years ago
fix Debian 9 building (#2517)

fix #2516

938cfc08f9453464f0ea78bbb7ccfb2ea0850263 authored about 3 years ago
Merge PR #2514: Fix text layer hit check for Text Layer (issue when size was too small). Closes #2508.

14b3ce6b5c25a164534f53df0bd71f9f080f293d authored about 3 years ago
Re-enable "Create Child Bone" action (#2507)

7ae9d4a900ee8cadcf44606f9b050c96cde4bdb7 authored about 3 years ago
Remove unused variables (#2502)

Co-authored-by: nattymbt <invalid@>

d581517237410a685ac24dd86ee35a019294d7f5 authored about 3 years ago
Merge PR #2505: Fixed issue with opening a file from a network folder on Windows

Fixed issue with opening a file from a network folder on Windows

db959bf7d062bdb0eb658ddabb2735385a8872aa authored about 3 years ago
Fixed issue with opening a file from a network folder on Windows

The Windows network path looks like this: `\\NetworkPC\Share`.
`fix_slashes` changes it to `//Ne...

47112b415c4b33fe8007e5d9be517c583f3f0c44 authored about 3 years ago
filesystemnative code cleanup

- Removed unused headers
- nullptr
- namespaces

1492cd3574aaf78ea95ef98ad9292dcfd70ae57c authored about 3 years ago
fix crash when using Width Tool on Skeleton Layer (#2500)

fix #2381

65303bc518cef3381bb537b0e29d61d1f3849e31 authored about 3 years ago
Bone Tool: Fixed issue where skeleton "name" wasn't updated as new Layers are created (#2493)

fix #2082

e3ba5788d727b3497c0441d71799727af2412bab authored about 3 years ago
Merge PR #2499: Fix hit check for Layer_Freetype

Fix hit check for Layer_Freetype

7019f19d7bb12a98b94f3821ed6260a65e751f7e authored about 3 years ago
remove unused method

094efaccbb3399d2bd974ced6cea0ae28fe5816d authored about 3 years ago
Layer_Freetype: fix hit_check() and get_color()

It was preventing anyone click on any layer under it...

c8c90f74f052381364d6de101e51f14e95891c77 authored about 3 years ago
make UIInterface::confirmation() implementation consistent to signature (#2487)

Base class synfigapp::UIInterface has this method signature:
```
virtual Response confirmation...

20b7035fbad2212f5aa3e76447a87a2b612cd0c1 authored about 3 years ago
avoid decimal point in Distance strings due to i18n issues (#2489)

4c64fe5ab1b45a9683a78b78718ac77e2de4a335 authored about 3 years ago
Removed unused alert message about experimental features (#2490)

ad4c71486d24cb7abe5c8bb757266eb7e6b64b48 authored about 3 years ago
Updated GitHub actions/cache version (#2492)

Currently build fails with error:
```
Error: Cache upload failed because file read failed with...

da6cb0fa8d6d345e241946a4b985592957045e9d authored about 3 years ago
Minor cleanup on TypePair<Bone,Bone> usage (#2486)

use it as used anywhere

237e96811fd829e2b7f8e3dd798248389d595470 authored about 3 years ago
Bone Tool: fix regression on Bone width auto change requested in #1658 (#2483)

97abc463015fe57c7b14691d3bb60ab95f2d68ab authored about 3 years ago
Bone Tool:remove deprecated method set_alignment that use default values (#2484)

db4f9418d248b074a070d4257818371049f22b24 authored about 3 years ago
fix regression on loading and saving of settings Distance type (i18n) (#2485)

34e1eba0e95f802bdb1b8c3dc80af19d6a2502bf authored about 3 years ago
loadcanvas: fix loading of some non-value nodes lists (#2482)

fix #2481 (Importing an .svg drawing corrupts the animation file)

b4d1f62778ea1c62215f7296509458ef67bc96ce authored about 3 years ago
Merge PR #2480: Fix rendering of some glyphs

Fix rendering of some glyphs (and some code cleanup)

52a105a3bc57ba87c42291f09eacf61b146b27d6 authored about 3 years ago
freetype: clean-up glyph rendering by using FT_Outline_Decompose

1cb1075010cfa6cceb03989a6eeda3b7013e0882 authored about 3 years ago
fix some a special case of glyph rendering

fix #2479

8d3aeccd05d1d1165286bab59ef5d9dc5ada794a authored about 3 years ago
Layer_Sound is Layer_Invisible, not Layer_Composite (#2478)

5cad5518bc69c3e217f2483706beff8cdeda3974 authored about 3 years ago
BoneLink: Ask if user wants to link transformation instead of origin (#2468)

Fixes #2089 (Problems when linking Group to Bone - Origin Parameter is linked
instead of Transf...

2943fdc0191b081c90d2ce6cd34c226ef76719cf authored about 3 years ago
Update Github Issue Templates (#2476)

b5b39f9711e82a877f44e7eb07d3f482bc2cba32 authored about 3 years ago
Svg_parser: fix not creating last vertex of cubic path segment (#2473)

It happened when it coincides with first vertex - and it didn't
make sense not creating it. It ...

3960ef2ad39dd65db11bf1895c784a8276979cd8 authored about 3 years ago
Make sure flags are correctly updated when setting renddesc or toggling (#2463)

Fixes #2413

3d47605f69b0758397c0a2f69c2fd0c08089b2de authored about 3 years ago
Fix distortions at the end of lines made with the drawing tool (#2471)

fix #2448
fix #2460

5e0476bcc263b8906eb3855821a59f336d6be8ab authored about 3 years ago
Fix exported file with audio being smaller than it should (#2477)

Bug: When audio track is shorter than video track, the movie file lasts
only as long as audio t...

7fe42741fa7282a448368d7b30e54ef61eebeca1 authored about 3 years ago
Fixed bug introduced in #2458: it should not return at that point (#2470)

Otherwise rest bone won't be set.

a8278a3f82fbab3b823ec08f524552b14afdb4f3 authored about 3 years ago
Added ability for escape key to close editing box in Value column in the Parameters panel (#2455)

d5b44434512f02fb198017aab3b8d8cd41cb31fe authored about 3 years ago
Merge PR #2466: Fix bone width handle visibility. Closes #2088.

bddb8134e9d890ebbf7c549bfc1b3791a1a1d0d4 authored about 3 years ago
simplify on-mouse-button-release method

ae4c04dabda1cd9b0984ee7af48a919ee4b4f80b authored about 3 years ago
Width handles aren't displayed when creating Skeleton Deformation

fix #2088

01114c2c42d0fd19bd944dcec1cdaa1ceb957b3a authored about 3 years ago
minor cleanup: don't use return for void

3e01de733175a0db169b1bc2e9cdb23168a54f96 authored about 3 years ago
ValueDescSet for Skeleton Deformation bone: Minor refactoring and add return (#2458)

310aaad378224b6db22cc0639e66e36dfc45368c authored about 3 years ago
[MacOS M1] Fixed autotools build (#2424)

- Autodetect number of threads for compilation on MacOS
- Fixed CPP/LDFLAGS to correctly work w...

0bff94eac5844b2784b7b0a60a15c79fb8ef95ef authored about 3 years ago
Refactored SynfigToolGeneralOptions singleton (#2453)

f1938c9cfc0ac60a529dcf04d38480891336b93f authored about 3 years ago
Fixed Travis-CI broken link (#2461)

1d97e5abb19260ac4175898e29768a2b466cf41e authored about 3 years ago
Fixed appdata.xml check CI (#2464)

It is currently fails with an error:

E: Failed to fetch http://security.ubuntu.com/ubuntu/poo...

15e75dc3000ee1db7c4bf3bcb37ef6bef5394b69 authored about 3 years ago
Bone Tool: Correctly apply offset to Second bone when First bone of Skeleton Deformation Layer changed (#2457)

This issue is described in this comment - https://github.com/synfig/synfig/issues/1626#issuecomm...

98b2babfd41319c0d06380251408e6a67c716830 authored about 3 years ago
Fixed warning on MODULE_INVENTORY_BEGIN: misleading indentation (#2430)

ec35bd850a913b0c6e99660850cc4a771decd99a authored about 3 years ago
[Studio] Bone Tool: fix how to check for skeleton deformation (#2217)

No crashes in previous code, but it could eventually be a
false positive. Besides, it didn't ma...

c5fbb27b3e817a1fb0e846e1dd98d9bdf7a6bb17 authored about 3 years ago
Fixed potential null pointer dereferencing (#2454)

bea6969f273a6bd2716a6c36c2dafde46a94df1a authored about 3 years ago
Refactored import file: added is_same_file method (#2451)

d37e72ac3dcb42bbf64deb0ae6b9d1c90649f229 authored about 3 years ago
Added ability to import multiple files (#2439)

* allow import multiple files at once

* added bool allow_multiple_selection for backwards com...

55d09c27f3dd81bdf79c9d43303f5412280938f9 authored about 3 years ago
Fixed includes for harfbuzz and fribidi libraries (#2442)

From ice0 comment on PR #2424:

For example, currently we are using #include <harfbuzz/hb.h> ...

9c2796c2bde9d33dca7ac6524b93e6dc256c96da authored about 3 years ago
Merge PR #2449: Fix MSYS2 build

Fix MSYS2 build

32808d9f80505505958aea012cae4d771bde48a1 authored about 3 years ago
MSYS2 replaced pkg-config with pkgconf

These packages are in conflict, but Cmake requires pkgconf
https://packages.msys2.org/package/mi...

c3494247460ba64a1a12924e7d6f656d84fc1517 authored about 3 years ago
MSYS2 scripts now install MLT-7

This fixes build problem

P.S. MLT-7 can be built with CMake only

6e5f911aa9031fbf6fb8e49ac932e141426a288f authored about 3 years ago
Added check if patch is already applied for MSYS install

e5147d8108d736ae2c4a44b3ccae4864106b0bfc authored about 3 years ago
Merge PR (#2445): Fixed crash when using Draw tool (Fedora/Flatpak)

Fixed crash when using Draw tool (Fedora/Flatpak)

0ab9d69e4ce0b923d22185b2f6508b71ea7162cd authored about 3 years ago
Enabled `libstdc++` debug checking for CMake debug builds

We have a crash when using Draw tool in Flatpak build.
The crash was caused by an additional bou...

6703a6f94d071864f92e4c85672f50555fe5d838 authored about 3 years ago
Fixed crash when using Draw tool (Fedora/Flatpak)

This issue is reproduced with Flatpak build and on Fedora.
The reason is that Fedora enables _GL...

4826ca1957f9f9e872c37b42da9903586f0f7a98 authored about 3 years ago
Autotools: detects libpng via pkg-config (#2443)

libpng provides the `.pc` file since (at least) 1.2.27 version (2008)

943ca1e9aa835935111ff53acaef703de5591158 authored about 3 years ago
Autotools: remove code for very old libtool versions (#2444)

Version 2.2.6 was release in 2008!
https://savannah.gnu.org/forum/forum.php?forum_id=5439

ed40cc08f0bc9b1e421d7285ec784351dbcc0569 authored about 3 years ago
[CMake] Improved libmng search (#2441)

4bfeae6b4a2d1d16b4fd441457b09c6883d668f0 authored about 3 years ago
Wider time track space at start and end. Closes #2417. (#2438)

0015d71a723c7a0f3314cdfeee5d33f56a79c2a6 authored about 3 years ago
Revert changes for Panel Tabs made in #2189 (#2436)

Fixes #2435

83828f0da7b5e6a72976eb298fa0eae9eab7f4e2 authored about 3 years ago
Fixed build warnings (#2425)

- warning: 'internal_read' overrides a member function but is not marked 'override' [-Winconsist...

d3120764b4f8715b17d485353fededd5aac471be authored about 3 years ago
[CMake] Improved search for libraries (#2428)

de82c5da235860481cd05ccfb643651df41d7157 authored about 3 years ago
Fix distance values on settings (#2402)

They are saved with current preferred unit, but units were ignored when loading.

Many tools i...

2ce7109e2f8a2973c8c85255d74516b052004bee authored about 3 years ago
Svg_parser: primitive rect properly uses style (#2429)

ea4777dbe5ee4cbc03ec6323f0c0c357f5caf9de authored about 3 years ago
fix compilation warning for unused parameters on valuenode methods (#2432)

957bc26fb5c3815d0475d0ed410d95d7746ff3d1 authored about 3 years ago
Allow Bones parameters to be connected to exported value nodes (#2433)

Fix #360
Fix #362
Fix #2415

e932a39ca8e6aca097a77622b5a7df91c2b0abe8 authored about 3 years ago
Svg_parser: fix warning: unused parameters (#2431)

6e3a4502338b8c32b554d8b42b61a199c70ad113 authored about 3 years ago
Parameters and Timeline panels show the same row selected (#2422)

Fix #246

33cc30613bf0586a5abe74decf787bbbf786a37a authored about 3 years ago
Usability tweaks (#2189)

* Show docked tab titles

* Kepp minimum size of toolbox panes

* Clarify where "exported" v...

27ea632ec8b214ccdbc37034dcda563672010a1d authored about 3 years ago
Move variable closer to its use and rename it to avoid confusion (#2421)

9b6004eb4f9d829c8f606d5657ee893f2b029444 authored about 3 years ago
Don't let user drag a waypoint to a time lower than current minimum (#2420)

related to #2417

5a40a6436024b87c19a9ee551c5aae77ad83b94b authored about 3 years ago
Add completion to Widget_FontFamily (#2414)

Fix #2379

Co-authored-by: Naty Rib <invalid@>

e7957520c2622cbca0acc5c82210eae1a9a0244d authored about 3 years ago