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

Doc : Comment minor modification

7375f3b018a7e3131779e2c17a0bea5d4efa968f authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Doc : Comment methods with doxygen format

e6aadfc2cec76603a4b312d130197c6e66d33256 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : Handle (duck) better bbox selection - Fix Shift Click selection

0bc0ad173e1a5e89e3c2e5c298627569d44a6266 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : Handle single click selection. Add Shift-Click support .

* [NEW] Shift-Click only add to current selection.
* Ctrl-Click toggle single handle (keeping cu...

c557c22de5cfae88a47f69ff61dc5086bfb260d6 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Build : Comment code to remove warnings + comment

d9ecdd300ddd802f2f042889307b180e33094f5e authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : Handle (duck) better bbox selection - Step on fixing Ctrl-click feature

* TODO : toggle_select_ducks_in_box : remove bool param
* TODO : in toggle_select_ducks_in_box :...

bbc0f16853232b7581de9a8f9614660f3824d780 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : Handle (duck) better bbox selection - Fix Ctrl-click feature.

Debug line still present and unuseful other things.

TODO : Cleaning stuff

6a7e4fe3095ea874f30364e39cabd89728c3823e authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Build : Comment code to remove warnings

cab90d672257622ca420ecbb9ee27e745a356609 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : Handle (duck) better bbox selection - Initial support

81e364aa9dd771bdee7ebc8e6c9619a895157609 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Build : Comment code to remove warnings

7088dcd595041dbef8b41ac55c6d4ebf3000b9ea authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Dev : Todo on hardcoded selected guide color

4560b5913d9204cf6907b504d985f6458fbb232b authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Workspace : dragging , simplify if/else to switch/case

9d1dd17ecfcd9aeeb6d8d5cd3dab13802656b056 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Documentation: Add brief description of the Renderer_BBox files

df710c0851100a92ec304d980482a77312f03c64 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
WorkArea : dragging , simplify if/else to switch/case (fix warning missing case)

5715cd802e5dbe79b7e396000962afff69633f54 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Remove early assignment and adjust indention to clearify logical code

flow.

Signed-off-by: Olaf Hering <[email protected]>

101aa4d71370f21654fcf5641a0f879370768546 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Linux build: Update ImageMagick

1ccc1fc9ce1f94e5ac626c79b15db8f41d3410c1 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Optimization in reading indexed png

676e43813bd5403fe1645e04c3be5ed260564ee7 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Fix #110 : Alpha bug with indexed images

Assign alpha only when valid and with the good alpha value.

(thank's to pngpixel.c example from...

f73e51679cab049514dd61fe2cada3ad038cf41f authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Previous commit fails to compile on Debian 7.x/Fedora 20. Fixed.

b5842ef596e53d2effd25b981a48c3123c7493ad authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix compilation error on OpenSuse. Thanks to Pengfei Hao.

34063d8951d5a6b7642fc18705e162ddf9009a08 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix issue in e3a2635979

38e5b06ff467cf9db32e0d6b3ce0f4a7a62db0d8 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
If synfigstudio.spec has just "BuildRequires: pkgconfig(synfig)" some

required libs will not be installed. In my case "pkgconfig(Magick++)".
As a result linking failed...

d86a485e985cf05963896cf46c24473da9c33a77 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
If FcFontList returns an empty FcFontSet synfig will crash because

fs->fonts is a NULL pointer. Avoid that crash by checking the number of
returned fonts.

Signed-o...

d7e7b5651316cd2c4258c8d088c01334fed67a51 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Make sure to remove complex debugging options (like "-grecord-gcc-switches") if debug mode is off

e3a26359793f95b5c592c1effe15aeadcfc4b2ef authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Open/save Dialogs : consistant filter names

558448d47862948b298e67770c44eee2842ce1ea authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Correct substitution expression for debug mode

cb8a2fff9ea5d11f7819cbc7a7c3c177098d2a63 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Bump version of ETL

54daed445626fa0e2ff4b3c6d82e7ca17c3fa240 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix debug mode scripts for ETL and synfig-studio

f9922495c4147b984083f6ec6ab203ad863f30ca authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix debug mode scripts for synfig-core

bc3b522842e6c7a7dd22b94c0869471ccbda8284 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Linux build: Use short release for package filenames

03716519d8aa8a793fc8c444c10a5a5097ef0f8b authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Use different version number for now

2d0bc35f56eabad69ce6d54a13b2228d593c09cb authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix keyframe waypoint::model on keyframe duplicate

1ccd03c40aa0f5c4ce0a2d072b4e9974a825e1eb authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Fix keyframe active status on keyframe duplicate

d6a4103003aaaeb1a7f06ce98fa04a90674f43ba authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Fix typo

d6c680f62de1c1ad40dee5047d48aa65d3d9372f authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Correct wording for the tooltip

Thanks for input of Carlos López

7f87f4a59f09f343832aeb39e1a00a5f5cb8fe4d authored over 9 years ago by Yu Chen <[email protected]>
Remove unused icon saveall_icon.sif

7dcb73c54b68d5dd60ab7c3c745fa987e7bc1e5c authored over 9 years ago by Yu Chen <[email protected]>
Icon sif file

2a313436f88721e074dfb43479048576275351c0 authored over 9 years ago by Yu Chen <[email protected]>
Add new icons for New, Open, Save/As/All and Un/Redo

cbb26716ce5a015f0f05ed86149a8794f485cbb0 authored over 9 years ago by Yu Chen <[email protected]>
Merge remote-tracking branch 'djay/djay_keyframe_ui'

* djay/djay_keyframe_ui:
Keyframe UI - Fix #861 - Keyframe dialog not updated (Fixed)
Keyfra...

5842648a04e05d6cf5df53112167a70e4cd652de authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (progress5)

* widget waypoint model : reset and setter for model

6629748b7d6725bc88d982135dfd41cceaf3736d authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (Fixed)

* Update keyframe dialog with keyframe model !

0c8c53208da562e35ea19762cf46d19e0a1c4526 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (progress4)

* keyframe class : waypoint::model getters

cc5f595fbcbf6d8d4dd28864325d83f343c37dcf authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Double click in keyframe list widget open keyframe properties dialog box

bdfded5f3b24aa0e8b2c60cddd2395faa0f73e74 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Show keyframe description in keyframe dialog

c94411f5c779c094db80a2136ea1290013007c6f authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Display active status in keyframe dialog

f51d566a3c9cd575b7f0c0cc7d268fb0735bd152 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Save active status from Keyframe dialog

b336875dced694e4e810201462050ca11385bdeb authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Remplace deprecated in Dialog keyframe

* Table ---> Grid
* get_vbox ---> get_content_area

50644afa68e2e5d18764dd3484539a25be543c67 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - hexpand on Waypoint model widget

0e50cca2ddf959414a9af74e031a990f4062f135 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (progress1)

* Add initial Waypoint::Model support to Keyframe

799c8a1da2e85f264741b70a0d8d2a7d413cfe98 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (progress2)

* Affect the Waypoint::Model in KeyFrameWayPointSet action

1595338bf0e18af28079c0f33828fc9fa39f7e6b authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Fix #861 - Keyframe dialog not updated (progress3)

* Missing Waypoint::Model flags

171f4c57bba4e73e05669c16464836e7ab3ede94 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Cell Renderer Timetrack : Little code factorization

3d78498aaf88f9f5852a27260e7907ce8fe3c9d7 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Add comment TODO : Factorize

bdf95bf34decd7c720cb9e7d905bb0eb29597b8d authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Keyframe UI - Save description if changed in keyframe dialog

dcc889ef2358dfd08f293a53be1791ece29dc5c8 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Merge branch 'file-reorganization'

* file-reorganization:
Fix layer_pastecanvas
Fix POTFILES.in
Add missing file
#825: Impr...

f7784ce4cb28929c9c2d95639c4ee4d49c4c315b authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Add missing file

162b9e19a164d39216a6ed3375c021d7906dbcce authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix layer_pastecanvas

d963ef05a95622abfeea3a595318836a7f0c7f20 authored over 9 years ago by Ivan Mahonin <[email protected]>
Fix POTFILES.in

2572a19e6ae37aaf9623571aa29dd5d74830d11d authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Move layers into synfig/layers folder

dcc14dd8f1656d27b998d75158031f42f2d15ea4 authored over 9 years ago by Diego Barrios Romero <[email protected]>
Move valuenodes into synfig/valuenodes folder

07d34c9ce6dfce3070a6222233bcb2e73c1196a4 authored over 9 years ago by Diego Barrios Romero <[email protected]>
Split color classes in separate files

3570f3beb8d9a111d2ba3aee39dc1033bb3c9c62 authored over 9 years ago by Diego Barrios Romero <[email protected]>
#825: Improve code style slightly

87c460323fbfd4604fb51b9263dcd44aa7a61991 authored over 9 years ago by Diego Barrios Romero <[email protected]>
Mark version as development

22ae44633c0cd3a5a9d4bef73f36504cc7390a81 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Bump intermediate version to 1.1

d9842b1609219e7811a1b68773b3d26b8a48c8a9 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Release version 1.0

5072d9939a05488568810d82d7b68d958c3d19ca authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix splash

64406ab1bbc01f5f17fe6a3dc70d28ffab8a8e91 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Version 1.0 - RC5

3ebdc1834a1a99506b1ea463a74c5fa21e29e90f authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Add splash to makefile

4c338926760f76fc4640ab4d4bacc84f529bc1ff authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Reorganize splash screen for 1.0.x branch

f8f7a1122f9a57fdacdf607d44a483a2c0eebbf7 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Modified splash screen

145a0575e2537c77f1ef156cf816dca860113f47 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Original splash screen image by Aurore D (rore)

31214938406774286b47fb4fdd1314587e5e72bf authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix layer_sound localisation

ef80979775df3645ac0f69e10ea1a40088ea6789 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
A better fix instead of 6151ec35a99 (Fix slashes when saving new file)

91a4702a72a9f048343ccfb53f7bd70710875cfc authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Do not create zero-radius circles

1ead327eb630c9192e369a88deadec177f07b6c0 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix segfault happening on layer creation in GNOME on Fedora 21. And yes, I don't know how this is related to GNOME.

335fa50914c0cd9ab56b53d45c2e2030a8809660 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Improve order of menu items for Split/Merge Tangents. Add icons.

* origin/master:
Spline Tool: Use same menu order for vertex and tangent context menus
Add i...

265191ddb36546d47a55bd0d54620a9890814252 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Spline Tool: Use same menu order for vertex and tangent context menus

1e2285a130331ace327afe095d0d495061e8fc5c authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Add icons for "Split/Merge Tangents" menu items

71666a4e3408e87a01e5a01189749f5b6c5e098d authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Use smarter order for "Split/Merge Tangents" menu items in Spline Tool

17034f4af951d23e069c4574c6b097b07245664c authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Change condition for displaying "Split/Merge Tangents" menu items for Transform Tool

86947fc07fc61b7ee0116630d33c4713da699114 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Spline Tool: Change order for Split/Merge tangents menu items

e172244de5e65d4af39a34cace274ec3dd1008f1 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Display "Split Tangents" menu item when at least one component merged

5e00698e41ef3b2c989c8b648dbd6a61577afb50 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix message

8ab97f37f3c047dd74087a5a0cc6c2eaaae3c298 authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix 856 - Guide, can't remove dragging them back onto the canvas window rulers

* check content of pointer (not pointer)

NOTA : maybe this bug is also present in Renderer_Guid...

53b99da3aa35e7f9f77e8eb6d9cdb3ba32cd777c authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>
Win32 build: Fix loading of brush presets

f5eecf534bd7fa081de44bd6977807407f989ebc authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix localization for "Convert" menu item

7220097c67755d74336648d571003a49812dc0ad authored over 9 years ago by Konstantin Dmitriev <[email protected]>
Fix 852 - Active Waypoint Marked has Off produce black line, should by greyed

* Draw a dashed line for the time a waypoint is off

9af4dd8a0c8fa1676af6d65332bf6f79d58bdee4 authored over 9 years ago by [d.j.a.y] Jerome Blanchi <[email protected]>