Re: [Synfig-devl] Changes in synfigapp::Action::CanvasInterface

2013-08-07 Thread Ivan Mahonin
That's right, perform_action cannot be called while perform_action is running. I don't find easily a case where it is useful. Can you show us when you needed to call perform_action inside the perform_action function? I just can think on fractals or recursive drawing for that kind of cases. I

Re: [Synfig-devl] Release of 0.64.1

2013-08-10 Thread Ivan Mahonin
I think is the problem with back-slashes in windows-paths. My final fixes in branch blackwarthog/import-by-drag-n-drop should to solve this problem. 1) Konstantin/Ivan, for the Drag'n'drop isn't working on Winows maybe specifying GtkDestDefaults flags, and GdkDragAction actions for

[Synfig-devl] Exclude layers from rendering

2013-08-12 Thread Ivan Mahonin
Implemented the possibility of exclusion layers from rendering. Excluded layer will still visible in the editor. Branch https://github.com/blackwarthog/synfig/tree/exclude-layer-from-rendering Context class was changed. Now, it requires certain parameters of rendering - ContextParams. Class

[Synfig-devl] Improved Action::LayerMakeBline

2013-08-12 Thread Ivan Mahonin
Improvements of actions make outline, make advanced outline and make region. Branch https://github.com/blackwarthog/synfig/tree/contour-tools Types of possible base layers configured individually for make outline, make advanced outline and make region actions. So make outline available for

Re: [Synfig-devl] Improved Action::LayerMakeBline

2013-08-12 Thread Ivan Mahonin
I did rebase and push. But i yet not check how it works after rebase. Hi! I've just rebased my in-development branch param-interpolation onto the current master. It has had some conflicts with the current master branch that finally I've been able to resolve. Please rebase contour-tools onto

[Synfig-devl] Why method etl::surface::set_wh(w, h, newdata, pitch) is virtual?

2013-08-30 Thread Ivan Mahonin
Why flllowing method is virtual? template typename T, typename AT=T, class VP=value_prepT,AT etl::surface::set_wh(typename size_type::value_type w, typename size_type::value_type h, unsigned char* newdata, const typename size_type::value_type pitch) This method have one override: void

[Synfig-devl] Why 'hbiter_pos' never used in advanced_outline.cpp?

2013-08-30 Thread Ivan Mahonin
Please, look this code, may be it's bug? https://github.com/blackwarthog/synfig/commit/6e7d2dff6f2ef90647916de3180b3f3e6becafba -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy

[Synfig-devl] Why 'angle' variable never used in svg_parser.cpp

2013-08-30 Thread Ivan Mahonin
This variable was read from SVG and ignored in code. Is it really unnecessary var? I've commented this var in this commit: https://github.com/blackwarthog/synfig/commit/bc40dca3f90dfd563e4e57d775dedf41bc774e4a -- Learn

[Synfig-devl] I've encountered strange unused code in curveset.cpp

2013-08-30 Thread Ivan Mahonin
Please look this commit: https://github.com/blackwarthog/synfig/commit/1fa6e2e61f134ab727d907a09f657337c3bf5ba9 -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master

Re: [Synfig-devl] I've encountered strange unused code in curveset.cpp

2013-08-30 Thread Ivan Mahonin
Ok. I've commented the unused code. May be it will need in future. I think that curveset.cpp as well as booleancurve.cpp (and their headers) are unfinished code from original developer (darco), with the intention of create a layer that can hold multishapes in it (with boolean operations

[Synfig-devl] Fix warnings

2013-08-30 Thread Ivan Mahonin
I've fixed all c++ warnings for linux build. So build messages becomes more informative. -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous

Re: [Synfig-devl] Fix warnings

2013-08-30 Thread Ivan Mahonin
Oops. I forgot to commit this. I've resent pool request with this fix Fantastic! I have one complain form my compiler that seems not fixed: pluginmanager.cpp:124: warning: unused parameter 'synfig_root' Can you add it?

[Synfig-devl] Giomm in synfig-core

2013-09-04 Thread Ivan Mahonin
I need to use giomm in synfig-core to work with file system (create/remove directories, scan directories, check type of file - directory/regular file). In current configuration i've access only to gio C-library. We already use functions of glibmm in sinfig-core. glibmm included by libxmlpp glib

Re: [Synfig-devl] Giomm in synfig-core

2013-09-05 Thread Ivan Mahonin
Ok. I'll add commit into my branch - zip-container-way2 Or create new brunch from synfig/master for this? For me is OK. 2013/9/5 Konstantin Dmitriev ksee.zelga...@gmail.com Hi! 2013/9/5 Ivan Mahonin b...@icystar.com: I need to use giomm in synfig-core to work with file system (create

[Synfig-devl] Zip container

2013-09-10 Thread Ivan Mahonin
Hi! I've implemented ability to store whole synfig project into one zip file in branch: https://github.com/blackwarthog/synfig/tree/zip-container-way2 Simply set extension to .zip while saving and program will create archive with canvas and all referenced PNG and BMP files. Ivan

[Synfig-devl] Fit image

2013-09-13 Thread Ivan Mahonin
Hi i've implemented new action for layer tree view - fit image which allows to fit already imported images into canvas branch https://github.com/blackwarthog/synfig/tree/fit-image-action Ivan -- How ServiceNow helps

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Ivan Mahonin
Yes, yes. Work in process. I forgot to mention: I still having a warning that I don't know how to fix: filecontainerzip.cpp: In static member function 'static size_t synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()': filecontainerzip.cpp:137: warning:

Re: [Synfig-devl] Improve zip-container

2013-10-01 Thread Ivan Mahonin
I've sent pull request -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the

Re: [Synfig-devl] Single window branch- Windows build

2013-10-08 Thread Ivan Mahonin
Hi! Thank you. Fixed. I yet not made Windows-build so such bugs may raise in other place. Hi! Continuing with the exciting commits from this branch, I've given a try to build the commit at SHA1 ID 29c452cc2c0df1d92970f625e9b531eeb3cf9992 The build fails with the following message:

Re: [Synfig-devl] Would it be helpful to turn ETL into a static lib?

2013-10-12 Thread Ivan Mahonin
Hello. I think we need to move ETL into synfig-core package. And keep it in headers (not lib) in this case GCC may compile ETL functions inline. Ivan -- October Webinars: Code for Performance Free Intel webinars can

Re: [Synfig-devl] Still seeing warning about offset macro

2013-10-14 Thread Ivan Mahonin
Hi I've fixed it now and sent pull request. Ivan -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and

[Synfig-devl] Single window interface

2013-10-15 Thread Ivan Mahonin
Hi i've implemented single window interface for Synfig Studio in branch https://github.com/blackwarthog/synfig/tree/single-window - opened canvases shows in tabs at main window; - dock system was improved, so you can create any dock layout; - toolbox now represented as dock. Ivan

Re: [Synfig-devl] gtk3 branch and gdk_gc branch

2013-10-17 Thread Ivan Mahonin
Hi, Carlos Thank you. I've included it in my brunch and continue conversion. Hi Ivan, I've been porting the remaining Gdk::GC drawing operations to use Cairo instead. https://github.com/genete/synfig/tree/gdk_gc I've just seen that you're working on port gtk to the 3.0 version what

Re: [Synfig-devl] My son, Pablo, was born yesterday

2013-10-26 Thread Ivan Mahonin
Hi Congratulations! Enjoy the coming busy nights :) I'm very happy to tell you that my son, Pablo, was born yesterday. Mother and soon are well, although we still at hospital. In the next weeks I'll be extremely busy as you could imagine, so my contributions to Synfig, are in fallow. In

[Synfig-devl] Detachable CanvasView tabs

2013-10-26 Thread Ivan Mahonin
Hi In brunch https://github.com/blackwarthog/synfig/tree/dockable-documents i've implemented new CanvasView behaviour, now it can be detached and attached to any synfig window, like any other panel. Ivan -- October

Re: [Synfig-devl] Bones development

2013-11-25 Thread Ivan Mahonin
Hi, Carlos! Actual transformation splitted by two parts 'transformation' and 'origin_transformation'. 'origin_transformation' determines rotation center and angles of apllying X and Y scaling. Also it determines visual representation of transformation handles in workarea. Main condition of such

Re: [Synfig-devl] Bones development

2013-11-29 Thread Ivan Mahonin
You can apply the inverse of the matrix of the origin transformation, then the transformation matrix itself, and the restore the origin transformation again by applying the origin transformation matrix once more time. Yes, I has already implemented this solution. But now i understand that

[Synfig-devl] [synfig/synfig] e3dfa7: Add list of bones into ValueNode_BoneLink

2014-01-19 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: e3dfa7c35c8f4506c85677a1f28dd050e982a7de https://github.com/synfig/synfig/commit/e3dfa7c35c8f4506c85677a1f28dd050e982a7de Author: Ivan Mahonin b...@icystar.com Date: 2014-01-19 (Sun, 19 Jan 2014

[Synfig-devl] [synfig/synfig] 378b98: Fix some typo of action defination

2014-02-07 Thread Ivan Mahonin
/gui/mainwindow.cpp Log Message: --- Display correct file name which contains one or more _. Commit: 1b04ec6abea9baefef775448ac5809d93360e61a https://github.com/synfig/synfig/commit/1b04ec6abea9baefef775448ac5809d93360e61a Author: Ivan Mahonin b...@icystar.com Date: 2014

[Synfig-devl] [synfig/synfig] 4249b7: Visualize skeleton

2014-02-11 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4249b7f21b76b92be6a9275d732c563820a7fb13 https://github.com/synfig/synfig/commit/4249b7f21b76b92be6a9275d732c563820a7fb13 Author: Ivan Mahonin b...@icystar.com Date: 2014-02-10 (Mon, 10 Feb 2014

[Synfig-devl] etl::handle and reference counter

2014-02-12 Thread Ivan Mahonin
Hello! I've encountered some problem with 'etl::handle'. When 'etl::shared_object' created it have zero reference count. It's initial state of object. When we assign it to any 'etl::handle' reference count increases. And we cannot turn object back to initial state - object will be deleted

Re: [Synfig-devl] Branch improve-valuebase

2014-02-24 Thread Ivan Mahonin
Hi! Now i've fixed bugs, and branch can be built Ivan -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own

Re: [Synfig-devl] Branch improve-valuebase

2014-02-24 Thread Ivan Mahonin
Hi, Ivan! I have problems with opening/rendering synfig-studio/images/synfig_icon.sif - the application segfaults. K. I've fixed it -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor

Re: [Synfig-devl] Branch improve-valuebase

2014-02-25 Thread Ivan Mahonin
I forgot to commit some files. Fixed -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set

Re: [Synfig-devl] Can't build bone-multilink branch.

2014-03-11 Thread Ivan Mahonin
Thank you. Please add this patch to bone-multilink branch in order to really make synfigstudio: diff --git a/synfig-core/src/synfig/Makefile.am b/synfig-core/src/synfig/Makefile.am index aa93cd0..77bee2c 100644 --- a/synfig-core/src/synfig/Makefile.am +++

Re: [Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-21 Thread Ivan Mahonin
Hello I found movies in 24/967 fps, but not found any article why this number. 24p has variant with 23.976 FPS CLG http://en.wikipedia.org/wiki/24p CLG 2014-04-21 7:22 GMT+02:00 Yu Chen jco...@gmail.com: CLG // Fill the FPS combo box with proper strings (not localised) CLG     float f[8]; CLG

Re: [Synfig-devl] Opengl branch

2014-05-01 Thread Ivan Mahonin
Hi! I've fixed this bug now. Also fixed handles of bones for Skeleton Deformation https://github.com/blackwarthog/synfig/tree/opengl CLG Hi! CLG I've compiled the opengl branch in Windows XP 32 bits. CLG When running Synfig Studio I get this (gdb output): CLG Program received signal

[Synfig-devl] [synfig/synfig] 300741: JACK in preview window

2014-06-03 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3007410cfbfdc61da787617b19dc7ac033e9fa7a https://github.com/synfig/synfig/commit/3007410cfbfdc61da787617b19dc7ac033e9fa7a Author: Ivan Mahonin b...@icystar.com Date: 2014-05-31 (Sat, 31 May 2014

Re: [Synfig-devl] last commit ...

2014-10-18 Thread Ivan Mahonin
Hi, Jerome Thank you Hello synfig dev team, Hello ivan, Nice to see your branch moving ... https://github.com/blackwarthog/synfig/commit/7bc94ac6c27f5a44f9fd18ddf4e9fb42180e47e2 see'ya! -- Meet PCI DSS 3.0

[Synfig-devl] [synfig/synfig] 49d037: Fix bug with skeleton deformation

2014-12-03 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 49d0372251e31e23561fc659f925664df414b529 https://github.com/synfig/synfig/commit/49d0372251e31e23561fc659f925664df414b529 Author: Ivan Mahonin b...@icystar.com Date: 2014-11-30 (Sun, 30 Nov 2014

[Synfig-devl] [synfig/synfig] 43513c: Add credits for Evgenij Katunov

2015-02-18 Thread Ivan Mahonin
https://github.com/synfig/synfig/commit/2fe42f47d3e0192a727ab41bd168032860ef73e7 Author: Ivan Mahonin b...@icystar.com Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M synfig-core/src/synfig/canvas.cpp M synfig-core/src/synfig/context.cpp M synfig-core/src/synfig/context.h

[Synfig-devl] [synfig/synfig] 044bb9: Fix straigh onto blending for layer shape

2015-03-13 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 044bb928ed0789d328aaad9649e4d183aaa4522a https://github.com/synfig/synfig/commit/044bb928ed0789d328aaad9649e4d183aaa4522a Author: Ivan Mahonin b...@icystar.com Date: 2015-03-13 (Fri, 13 Mar 2015

[Synfig-devl] [synfig/synfig] e740be: Fix bug with One moment window

2015-03-30 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: e740be516a6688d22e237edb2782736d5078af67 https://github.com/synfig/synfig/commit/e740be516a6688d22e237edb2782736d5078af67 Author: Ivan Mahonin b...@icystar.com Date: 2015-03-30 (Mon, 30 Mar 2015

[Synfig-devl] [synfig/synfig] 4ceeb4: Functionality to lock jack for each CanvasView and...

2015-04-03 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4ceeb41d2d2f35f7c4a7859d3fa382ff6b312103 https://github.com/synfig/synfig/commit/4ceeb41d2d2f35f7c4a7859d3fa382ff6b312103 Author: Ivan Mahonin b...@icystar.com Date: 2015-03-31 (Tue, 31 Mar 2015

[Synfig-devl] Hardware rendering

2015-08-10 Thread Ivan Mahonin
Hi! Good news!!! I worked several hours and made... a little description of new rendering engine :) ( see https://github.com/blackwarthog/synfig/tree/rendering ) Some description how to works new rendering: http://icystar.com/downloads/synfig/description.odt

[Synfig-devl] [synfig/synfig] 895fff: Remove strange 50ms delay from AsyncRenderer

2015-09-10 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 895fff16a3b86302724f9008330a19d783065445 https://github.com/synfig/synfig/commit/895fff16a3b86302724f9008330a19d783065445 Author: Ivan Mahonin <b...@icystar.com> Date: 2015-09-10 (Thu, 10 Se

Re: [Synfig-devl] synfig master build errors

2015-12-28 Thread Ivan Mahonin
Hi! i've fixed bug with logo.sifz -- bw > I also downloaded the bin you provided from synfig.org, same issue. > software and hardware Cobra modes crash with logo.sifz file. > > ~ yu --

[Synfig-devl] [synfig/synfig] 9aaa53: Fix warnings related to capability with C++11

2016-02-06 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 9aaa53d693377527593914faf5154e2a3c4aba3b https://github.com/synfig/synfig/commit/9aaa53d693377527593914faf5154e2a3c4aba3b Author: Ivan Mahonin <b...@icystar.com> Date: 2016-02-05 (Fri, 05 Fe

[Synfig-devl] [synfig/synfig] 8ccecc: Fix bug with spline editing

2016-02-08 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 8ccecc133fe2677a3c454e5056908ecf4cabe00b https://github.com/synfig/synfig/commit/8ccecc133fe2677a3c454e5056908ecf4cabe00b Author: Ivan Mahonin <b...@icystar.com> Date: 2016-02-08 (Mon, 08 Fe

Re: [Synfig-devl] c++11 : lvalue required as unary '&' operand << stack allocation ?

2016-01-20 Thread Ivan Mahonin
Hello! I think following code will save us: - Array arr_surface(().real()); + Array arr_surface((Real*)()); In previous implementation of GCC real() returns reference instead of value. But anyway old and new standards says what real() should returns value (not reference). So

Re: [Synfig-devl] Neperian logarithm or Napierian logarithm

2016-02-14 Thread Ivan Mahonin
Hi, actually this value node used to calculate the Natural logarithm > Hi,Value node used to calculate the Neperian logarithm > src/synfig/valuenodes/valuenode_log.cpp:160 > I only googled this: https://en.wikipedia.org/wiki/Napierian_logarithm > > is Neperian a spelling error? > KrYu >

[Synfig-devl] [synfig/synfig] 5293a9: LayerAddFrame (Make New Frame) only visible for sw...

2016-02-16 Thread Ivan Mahonin
is selected and activated. Now the behavior is "normal" for a mdi. Commit: 71b1a2394a1754d561d4a4e638d3153b05091050 https://github.com/synfig/synfig/commit/71b1a2394a1754d561d4a4e638d3153b05091050 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-02-16 (Tue

[Synfig-devl] [synfig/synfig] 3dbf05: IIR Blur

2016-03-01 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3dbf05c3ddb619eda53d0d4f50c73ace54dc9376 https://github.com/synfig/synfig/commit/3dbf05c3ddb619eda53d0d4f50c73ace54dc9376 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-02-18 (Thu, 18 Fe

[Synfig-devl] [synfig/synfig] 30c2f8: Developer version 1.3.1

2017-02-01 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 30c2f81e2114dd0617eda22ab60149ff0f2db244 https://github.com/synfig/synfig/commit/30c2f81e2114dd0617eda22ab60149ff0f2db244 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-02-02 (Thu, 02 Fe

[Synfig-devl] [synfig/synfig] 4dac04: Fix graphic tablet coordinates for win builds. Clo...

2017-02-07 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4dac047bfc95db9ef1fb8d8622f3c6cbf9dd595d https://github.com/synfig/synfig/commit/4dac047bfc95db9ef1fb8d8622f3c6cbf9dd595d Author: Ivan Mahonin <b...@icystar.com> Date: 2017-02-07 (Tue, 07 Fe

[Synfig-devl] [synfig/synfig] a5f458: Fix dialog_setup layout. Closes #320

2017-02-07 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: a5f4587aa05d499b0bcd337549db3ec0f86ae322 https://github.com/synfig/synfig/commit/a5f4587aa05d499b0bcd337549db3ec0f86ae322 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-02-08 (Wed, 08 Fe

[Synfig-devl] [synfig/synfig] fd17e8: Fix fedora22-win cross compilation

2017-01-30 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: fd17e8ecff1b9b77698e150724cf89036a5646af https://github.com/synfig/synfig/commit/fd17e8ecff1b9b77698e150724cf89036a5646af Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-30 (Mon, 30 Ja

[Synfig-devl] [synfig/synfig] 4fcc3f: Fix 'less' operator of studio::WorkAreaTile

2017-01-28 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4fcc3f490cc02498491b76e18e80d1be954d04be https://github.com/synfig/synfig/commit/4fcc3f490cc02498491b76e18e80d1be954d04be Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-28 (Sat, 28 Ja

[Synfig-devl] [synfig/synfig] da01ef: Fix bug with NoiseDistorsion. Closes #305

2017-01-28 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: da01ef38ad29a907a95eebdf41a4fc9d51d548c5 https://github.com/synfig/synfig/commit/da01ef38ad29a907a95eebdf41a4fc9d51d548c5 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-28 (Sat, 28 Ja

[Synfig-devl] [synfig/synfig] f52e37: Fix dependencies for Debian Stretch/Sid

2017-03-01 Thread Ivan Mahonin
. Commit: 23b95e80be2b90a8d2c01e42a228a09db134edf5 https://github.com/synfig/synfig/commit/23b95e80be2b90a8d2c01e42a228a09db134edf5 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M autobuild/synfigstudio-linux-build.sh Log Message: --- Merge

[Synfig-devl] [synfig/synfig] a81143: Clone "old" layers before render

2016-09-02 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: a8114302653c1570cb81f1e86c1e1ef6a4a3cdea https://github.com/synfig/synfig/commit/a8114302653c1570cb81f1e86c1e1ef6a4a3cdea Author: Ivan Mahonin <b...@icystar.com> Date: 2016-09-02 (Fri, 02 Se

[Synfig-devl] [synfig/synfig] 503453: Fix bug with FontFamily

2016-09-16 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 50345393455c7800621c1eb942999fac45bfa77b https://github.com/synfig/synfig/commit/50345393455c7800621c1eb942999fac45bfa77b Author: Ivan Mahonin <b...@icystar.com> Date: 2016-09-16 (Fri, 16 Se

[Synfig-devl] [synfig/synfig] 3124d5: Fix compilation error for mac

2016-09-22 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3124d59e4100aabf2168d3d20fa12ea54e5b5c17 https://github.com/synfig/synfig/commit/3124d59e4100aabf2168d3d20fa12ea54e5b5c17 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-09-22 (Thu, 22 Se

[Synfig-devl] [synfig/synfig] 5173ed: Fix compatibility with old c++ standards

2016-10-28 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 5173ed9896170c988cc0607837e9447b121fdc25 https://github.com/synfig/synfig/commit/5173ed9896170c988cc0607837e9447b121fdc25 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-10-28 (Fri, 28 Oc

[Synfig-devl] [synfig/synfig] ee52f0: display current zoom level in zoom dial

2016-10-31 Thread Ivan Mahonin
.com/synfig/synfig/commit/5173ed9896170c988cc0607837e9447b121fdc25 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M synfig-core/src/synfig/real.h M synfig-studio/src/gui/dials/zoomdial.cpp M synfig-studio/src/gui/dials/zoomdia

[Synfig-devl] [synfig/synfig] 4ab7ef: Fix rendering of Layer_SkeletonDeformarion

2016-10-31 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 4ab7efec0bf137333e1d00e282de5297e5c85f5c https://github.com/synfig/synfig/commit/4ab7efec0bf137333e1d00e282de5297e5c85f5c Author: Ivan Mahonin <b...@icystar.com> Date: 2016-10-31 (Mon, 31 Oc

[Synfig-devl] [synfig/synfig] 5d2945: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 5d294533407452f354a1d9f80e7753c9ce498275 https://github.com/synfig/synfig/commit/5d294533407452f354a1d9f80e7753c9ce498275 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-14 (Sat, 14 Ja

[Synfig-devl] [synfig/synfig] e1d3ba: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c https://github.com/synfig/synfig/commit/e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-14 (Sat, 14 Ja

[Synfig-devl] [synfig/synfig] bc62ab: Developer version 1.3.0

2017-01-14 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: bc62ab6f8a458028759f10ccebbb6b704c2b36fc https://github.com/synfig/synfig/commit/bc62ab6f8a458028759f10ccebbb6b704c2b36fc Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-14 (Sat, 14 Ja

[Synfig-devl] [synfig/synfig] d68c24: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: d68c24f02afc03bd7b66524e9769f8c9ecc4 https://github.com/synfig/synfig/commit/d68c24f02afc03bd7b66524e9769f8c9ecc4 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-14 (Sat, 14 Ja

[Synfig-devl] [synfig/synfig] e1d3ba: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c https://github.com/synfig/synfig/commit/e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-14 (Sat, 14 Ja

[Synfig-devl] [synfig/synfig] 4e9399: Windows build: remove -allow-multiple-definition f...

2017-01-12 Thread Ivan Mahonin
Fri, 13 Jan 2017) Changed paths: M synfig-core/NEWS M synfig-studio/NEWS Log Message: --- Update NEWS files Commit: 7eb21045c6169414f35f4136c8ad7a4dd49eeb70 https://github.com/synfig/synfig/commit/7eb21045c6169414f35f4136c8ad7a4dd49eeb70 Author: Ivan Mahonin &l

[Synfig-devl] [synfig/synfig] 8406fe: Fix compilation on Mac. Thanks to Ryan Schmidt @ry...

2017-01-13 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 8406fe911df74868cfcc449ae94fbe364a8290e1 https://github.com/synfig/synfig/commit/8406fe911df74868cfcc449ae94fbe364a8290e1 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-01-13 (Fri, 13 Ja

[Synfig-devl] [synfig/synfig] 9587dd: fix boost path in synfigstudio-release.sh

2016-12-21 Thread Ivan Mahonin
Branch: refs/heads/stable Home: https://github.com/synfig/synfig Commit: 9587dd5a8be541fcca3635bad6140e7b7fde4b57 https://github.com/synfig/synfig/commit/9587dd5a8be541fcca3635bad6140e7b7fde4b57 Author: Ivan Mahonin <b...@icystar.com> Date: 2016-12-21 (Wed, 21 De

[Synfig-devl] [synfig/synfig] 8ac11f: New splash screen by Aurore D (rore).

2016-12-21 Thread Ivan Mahonin
21 Dec 2016) Changed paths: M synfig-core/NEWS M synfig-studio/NEWS Log Message: --- Update NEWS files Commit: 9587dd5a8be541fcca3635bad6140e7b7fde4b57 https://github.com/synfig/synfig/commit/9587dd5a8be541fcca3635bad6140e7b7fde4b57 Author: Ivan Mahonin <b...@

[Synfig-devl] [synfig/synfig] e8f943: fix color of version label at splash screen

2016-12-23 Thread Ivan Mahonin
Branch: refs/heads/stable Home: https://github.com/synfig/synfig Commit: e8f943b7bf1d26b07927a66140e7f5e4ba61900d https://github.com/synfig/synfig/commit/e8f943b7bf1d26b07927a66140e7f5e4ba61900d Author: Ivan Mahonin <b...@icystar.com> Date: 2016-12-24 (Sat, 24 De

[Synfig-devl] [synfig/synfig] abdbf2: Revert "Get rid of redundant localization.h files"

2017-03-31 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: abdbf23701dac8a67f4978d81c5186f1a538cf53 https://github.com/synfig/synfig/commit/abdbf23701dac8a67f4978d81c5186f1a538cf53 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-03-31 (Fri, 31 Ma

[Synfig-devl] [synfig/synfig] de63b6: Windows: quickhack to avoid strange bug with stder...

2017-04-04 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: de63b662eca2022d6ccd78356d6a38b5e3d2efe1 https://github.com/synfig/synfig/commit/de63b662eca2022d6ccd78356d6a38b5e3d2efe1 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-04 (Tue, 04 Ap

[Synfig-devl] [synfig/synfig] 2894d7: Developer version 1.3.2

2017-04-05 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 2894d76e24add43ad16c2700d3e73e8716610289 https://github.com/synfig/synfig/commit/2894d76e24add43ad16c2700d3e73e8716610289 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-05 (Wed, 05 Ap

[Synfig-devl] [synfig/synfig] 012305: ETL: fix redeclaration of vsscanf for MinGW

2017-04-05 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 01230591da6933cb94ed0eff18d82c0f80095e14 https://github.com/synfig/synfig/commit/01230591da6933cb94ed0eff18d82c0f80095e14 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-06 (Thu, 06 Ap

[Synfig-devl] [synfig/synfig] 0ed379: ETL: fix redeclaration of vsscanf for MinGW

2017-04-05 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 0ed3792e48a81181981ad3994f8d2e1cdd5fbc29 https://github.com/synfig/synfig/commit/0ed3792e48a81181981ad3994f8d2e1cdd5fbc29 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-06 (Thu, 06 Ap

[Synfig-devl] [synfig/synfig] 28bbc1: Hide a lot of internal functions from global scope

2017-04-20 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 28bbc1dd77afd545f243b6a0ed48c1d29056cccd https://github.com/synfig/synfig/commit/28bbc1dd77afd545f243b6a0ed48c1d29056cccd Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-19 (Wed, 19 Ap

[Synfig-devl] [synfig/synfig] 9fecd0: Developer version 1.3.4

2017-08-09 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 9fecd04bca9246a3a73387a5e3510d367d480f8c https://github.com/synfig/synfig/commit/9fecd04bca9246a3a73387a5e3510d367d480f8c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-09 (Wed, 09 Au

[Synfig-devl] [synfig/synfig] 115757: update localization

2017-04-25 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 115757c2407df805eecbd7d044ab50822e1126ff https://github.com/synfig/synfig/commit/115757c2407df805eecbd7d044ab50822e1126ff Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-25 (Tue, 25 Ap

[Synfig-devl] [synfig/synfig] 0c3f44: Show language code in settings if name of language...

2017-04-25 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 0c3f44cd38123662b3f1c545c6b975fd84e8d6a7 https://github.com/synfig/synfig/commit/0c3f44cd38123662b3f1c545c6b975fd84e8d6a7 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-26 (Wed, 26 Ap

[Synfig-devl] [synfig/synfig] e8e764: Fix 'Window' menu

2017-04-24 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: e8e76450f676d25fb826cdbd0e611f1ac8f783a6 https://github.com/synfig/synfig/commit/e8e76450f676d25fb826cdbd0e611f1ac8f783a6 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-24 (Mon, 24 Ap

[Synfig-devl] [synfig/synfig] 0f6fe8: Linux build: Add Magick+++ dependency for Ubuntu/D...

2017-04-24 Thread Ivan Mahonin
56cccd Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M synfig-core/src/synfig/color/colormatrix.cpp M synfig-core/src/synfig/color/colormatrix.h M synfig-core/src/synfig/rendering/opengl/task/taskmeshgl.h M synfig-cor

[Synfig-devl] [synfig/synfig] b256ca: Fix ETL compilation error at GCC 7 (Fix #396)

2017-08-05 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: b256ca29cc986a20266c40a47d031b8de90dcb8b https://github.com/synfig/synfig/commit/b256ca29cc986a20266c40a47d031b8de90dcb8b Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-05 (Sat, 05 Au

[Synfig-devl] [synfig/synfig] 9fecd0: Developer version 1.3.4

2017-08-08 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 9fecd04bca9246a3a73387a5e3510d367d480f8c https://github.com/synfig/synfig/commit/9fecd04bca9246a3a73387a5e3510d367d480f8c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-09 (Wed, 09 Au

[Synfig-devl] [synfig/synfig] a70d7b: Fix #379 UTF-8/national chars for Text layers in w...

2017-08-07 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: a70d7ba20632f03c415ed7028c7b79ddc96fc20a https://github.com/synfig/synfig/commit/a70d7ba20632f03c415ed7028c7b79ddc96fc20a Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-07 (Mon, 07 Au

[Synfig-devl] [synfig/synfig] 1b510c: Fix #379 UTF-8/national chars for Text layers in w...

2017-08-07 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 1b510c2b58d5c45bcfde39c391e4e328034410a4 https://github.com/synfig/synfig/commit/1b510c2b58d5c45bcfde39c391e4e328034410a4 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-07 (Mon, 07 Au

[Synfig-devl] [synfig/synfig] 115757: update localization

2017-05-08 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 115757c2407df805eecbd7d044ab50822e1126ff https://github.com/synfig/synfig/commit/115757c2407df805eecbd7d044ab50822e1126ff Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-25 (Tue, 25 Ap

[Synfig-devl] [synfig/synfig] 560184: Developer version 1.3.3

2017-04-29 Thread Ivan Mahonin
Branch: refs/heads/testing Home: https://github.com/synfig/synfig Commit: 56018492ee4697d7a15ee451a6134522de08cabe https://github.com/synfig/synfig/commit/56018492ee4697d7a15ee451a6134522de08cabe Author: Ivan Mahonin <b...@icystar.com> Date: 2017-04-30 (Sun, 30 Ap

[Synfig-devl] [synfig/synfig] 0dde72: Fix auto-recovery (#363)

2017-08-23 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 0dde7211f277353f80d6cfc99ebca5d4fd056989 https://github.com/synfig/synfig/commit/0dde7211f277353f80d6cfc99ebca5d4fd056989 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-24 (Thu, 24 Au

[Synfig-devl] [synfig/synfig] 61c381: add missing files

2017-08-24 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 61c3819263d4b274062832f9147d5b09ee82ff83 https://github.com/synfig/synfig/commit/61c3819263d4b274062832f9147d5b09ee82ff83 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-24 (Thu, 24 Au

[Synfig-devl] [synfig/synfig] 3fc4c3: Fix LowRes option (#401)

2017-08-24 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 3fc4c3ebcc44060fb010f4348697a09edb7d489c https://github.com/synfig/synfig/commit/3fc4c3ebcc44060fb010f4348697a09edb7d489c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-24 (Thu, 24 Au

[Synfig-devl] [synfig/synfig] 88928b: Fix #373. Amount set to zero for image layers if p...

2017-08-22 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 88928be169d1b10cd2b94e19161654ba84677715 https://github.com/synfig/synfig/commit/88928be169d1b10cd2b94e19161654ba84677715 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-22 (Tue, 22 Au

[Synfig-devl] [synfig/synfig] 8134e6: Fix #408. Localization broken since 1.3.3

2017-08-25 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 8134e66e44f58c1e7976689043b575491f57c59d https://github.com/synfig/synfig/commit/8134e66e44f58c1e7976689043b575491f57c59d Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-25 (Fri, 25 Au

[Synfig-devl] [synfig/synfig] 06212b: Typo

2017-08-25 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 06212b43a5cfa2a8de90c5c0ab3f9e965088a853 https://github.com/synfig/synfig/commit/06212b43a5cfa2a8de90c5c0ab3f9e965088a853 Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-25 (Fri, 25 Au

[Synfig-devl] [synfig/synfig] 22a6a9: fix trgt_png

2017-08-24 Thread Ivan Mahonin
Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 22a6a947b2b36b2a4d28b7d8f8cbd68453c6823c https://github.com/synfig/synfig/commit/22a6a947b2b36b2a4d28b7d8f8cbd68453c6823c Author: Ivan Mahonin <b...@icystar.com> Date: 2017-08-25 (Fri, 25 Au

  1   2   >